diff --git a/CurseForge/BTE ASEAN-21_1.2.0.zip b/CurseForge/BTE ASEAN-21_1.2.0.zip new file mode 100644 index 0000000..6d170a7 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0.zip differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/manifest.json b/CurseForge/BTE ASEAN-21_1.2.0/manifest.json new file mode 100644 index 0000000..27c68f8 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/manifest.json @@ -0,0 +1,188 @@ +{ + "minecraft": { + "version": "1.21.11", + "modLoaders": [ + { + "id": "fabric-0.19.3", + "primary": true + } + ] + }, + "manifestType": "minecraftModpack", + "manifestVersion": 1, + "name": "BTE ASEAN-21", + "version": "1.2.0", + "author": "", + "files": [ + { + "projectID": 908597, + "fileID": 7412360, + "required": true, + "isLocked": false + }, + { + "projectID": 1153979, + "fileID": 8115619, + "required": true, + "isLocked": false + }, + { + "projectID": 308702, + "fileID": 7808841, + "required": true, + "isLocked": false + }, + { + "projectID": 1056812, + "fileID": 7704057, + "required": true, + "isLocked": false + }, + { + "projectID": 459857, + "fileID": 7524516, + "required": true, + "isLocked": false + }, + { + "projectID": 1037459, + "fileID": 7562935, + "required": true, + "isLocked": false + }, + { + "projectID": 367706, + "fileID": 8089437, + "required": true, + "isLocked": false + }, + { + "projectID": 1550742, + "fileID": 8133439, + "required": true, + "isLocked": false + }, + { + "projectID": 402098, + "fileID": 7403955, + "required": true, + "isLocked": false + }, + { + "projectID": 510234, + "fileID": 7312211, + "required": true, + "isLocked": false + }, + { + "projectID": 455508, + "fileID": 7805348, + "required": true, + "isLocked": false + }, + { + "projectID": 308769, + "fileID": 8190687, + "required": true, + "isLocked": false + }, + { + "projectID": 297038, + "fileID": 7705049, + "required": true, + "isLocked": false + }, + { + "projectID": 263420, + "fileID": 8231245, + "required": true, + "isLocked": false + }, + { + "projectID": 830604, + "fileID": 8065114, + "required": true, + "isLocked": false + }, + { + "projectID": 448233, + "fileID": 8274698, + "required": true, + "isLocked": false + }, + { + "projectID": 348521, + "fileID": 7361438, + "required": true, + "isLocked": false + }, + { + "projectID": 317780, + "fileID": 8231144, + "required": true, + "isLocked": false + }, + { + "projectID": 324717, + "fileID": 7886760, + "required": true, + "isLocked": false + }, + { + "projectID": 938643, + "fileID": 7368690, + "required": true, + "isLocked": false + }, + { + "projectID": 360438, + "fileID": 7740897, + "required": true, + "isLocked": false + }, + { + "projectID": 511770, + "fileID": 8094775, + "required": true, + "isLocked": false + }, + { + "projectID": 508933, + "fileID": 8263063, + "required": true, + "isLocked": false + }, + { + "projectID": 394468, + "fileID": 8111043, + "required": true, + "isLocked": false + }, + { + "projectID": 407206, + "fileID": 8174612, + "required": true, + "isLocked": false + }, + { + "projectID": 306612, + "fileID": 8073350, + "required": true, + "isLocked": false + }, + { + "projectID": 689467, + "fileID": 7968120, + "required": true, + "isLocked": false + }, + { + "projectID": 410295, + "fileID": 7561170, + "required": true, + "isLocked": false + } + ], + "overrides": "overrides", + "image": "profileImage/Frame 97.png" +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/modlist.html b/CurseForge/BTE ASEAN-21_1.2.0/modlist.html new file mode 100644 index 0000000..f0bc8a8 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/modlist.html @@ -0,0 +1,30 @@ + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/DistantHorizons.toml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/DistantHorizons.toml new file mode 100644 index 0000000..80838c6 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/DistantHorizons.toml @@ -0,0 +1,875 @@ +_version = 4 + +[server] + # + # Defines the distance the player will receive updates around. + realTimeUpdateDistanceRadiusInChunks = 256 + # + # Prefix of the level keys sent to the clients. + # If the mod is running behind a proxy, each backend should use a unique value. + # If this value is empty, level key will be based on the server's seed hash. + levelKeyPrefix = "" + # + # Defines the distance allowed to be synchronized around the player. + # Should be the same or larger than maxGenerationRequestDistance in most cases. + maxSyncOnLoadRequestDistance = 4096 + # + # If true, clients will receive updated LODs when joining or loading new LODs. + synchronizeOnLoad = true + # + # Custom server key used which can be used to always reuse the same LOD data folder, + # for cases when the server doesn't have a static IP for some reason. + # If this value is empty, the client itself decides which folder name to use. + # Requires rejoining the server to apply after changing. + serverKey = "" + # + # Defines the distance allowed to generate around the player. + maxGenerationRequestDistance = 4096 + # + # When enabled, Distant Horizons will attempt to download missing LODs from the server. + # + # Note: the server must have Distant Generation enabled for it to work. + enableServerGeneration = true + # + # Makes the server send level keys for each world. + # Disable this if you use alternative ways to send level keys. + sendLevelKeys = true + # + # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING. + # Autogenerated ID used to prevent multiple independent servers from accidentally + # writing over each other's LODs when the same serverKey is set on both. + serverId = -1168895633 + # + # How many LOD generation requests per second should a client send? + # Also limits the number of client requests allowed to stay in the server's queue. + generationRequestRateLimit = 20 + # + # How many LOD sync requests per second should a client send? + # Also limits the amount of player's requests allowed to stay in the server's queue. + syncOnLoadRateLimit = 50 + # + # If true, clients will receive real-time LOD updates for chunks outside the client's render distance. + enableRealTimeUpdates = true + # + # Maximum global speed for uploading LODs to the clients, in KB/s. + # Value of 0 disables the limit. + globalBandwidthLimit = 0 + # + # Maximum per-player speed for uploading LODs to the clients, in KB/s. + # Value of 0 disables the limit. + playerBandwidthLimit = 500 + # + # Enables adaptive transfer speed based on client performance. + # If true, DH will automatically adjust transfer rate to minimize connection lag. + # If false, transfer speed will remain fixed. + enableAdaptiveTransferSpeed = false + + [server.experimental] + # + # When enabled on the client, this allows loading lower detail levels as needed to speed up terrain generation. + # This must also be enabled on the server; otherwise, it will have no effect. + # For better performance when switching LOD detail levels, enabling [upsampleLowerDetailLodsToFillHoles] is recommended. + enableNSizedGeneration = false + + [common.lodBuilding] + # + # How should block data be compressed when creating LOD data? + # This setting will only affect new or updated LOD data, + # any data already generated when this setting is changed will be + # unaffected until it is modified or re-loaded. + # + # MERGE_SAME_BLOCKS + # Every block/biome change is recorded in the database. + # This is what DH 2.0 and 2.0.1 all used by default and will store a lot of data. + # Expected Compression Ratio: 1.0 + # + # VISUALLY_EQUAL + # Only visible block/biome changes are recorded in the database. + # Hidden blocks (IE ores) are ignored. + # Expected Compression Ratio: 0.7 + worldCompression = "VISUALLY_EQUAL" + dataCompression = "Z_STD_BLOCK" + # + # Enabling this will drastically increase chunk processing time + # and you may need to increase your CPU load to handle it. + # + # Normally DH will attempt to skip creating LODs for chunks it's already seen + # and that haven't changed. + # + # However sometimes that logic incorrectly prevents LODs from being updated. + # Disabling this check may fix issues where LODs aren't updated after + # blocks have been changed. + disableUnchangedChunkCheck = false + + [common.lodBuilding.experimental] + # + # When active DH will attempt to fill missing LOD data + # with any data that is present in the tree, preventing holes when moving + # when a N-sized generator (or server) is active. + # + # This is only used when N-sized world generation is available + # and/or when on a server where [generateOnlyInHighestDetail] is false. + # + # Experimental: + # Enabling this option will increase CPU and harddrive use + # and may cause rendering bugs. + upsampleLowerDetailLodsToFillHoles = false + + [common.multiThreading] + # + # How many threads should be used by Distant Horizons? + numberOfThreads = 6 + # + # A value between 1.0 and 0.0 that represents the percentage + # of time each thread can run before going idle. + # + # This can be used to reduce CPU usage if the thread count + # is already set to 1 for the given option, or more finely + # tune CPU performance. + threadRunTimeRatio = "1.0" + # + # What Java thread priority should DH's primary thread pools run with? + # + # You probably don't need to change this unless you are also + # running C2ME and are seeing thread starvation in either C2ME or DH. + threadPriority = 5 + + [common.logging] + # + # If enabled, the mod will log information about the renderer setup, cleanup, and any issues it may encounter. + # This can be useful for debugging. + logRendererEventToFile = "INFO" + # + # If enabled, the mod will log information about the world generation process. + # This can be useful for debugging. + logWorldGenEventToFile = "INFO" + # + # If enabled, the mod will log information about the renderer OpenGL process. + # This can be useful for debugging. + logRendererGLEventToChat = "ERROR" + # + # + globalChatMaxLevel = "ERROR" + # + # If enabled, the mod will log information about the world generation process. + # This can be useful for debugging. + logWorldGenChunkLoadEventToFile = "INFO" + # + # If enabled, the mod will log information about the renderer OpenGL process. + # This can be useful for debugging. + logRendererGLEventToFile = "INFO" + # + # If enabled, the mod will log information about network operations. + # This can be useful for debugging. + logNetworkEventToFile = "INFO" + # + # If enabled, config changes sent by the server will be logged. + logConnectionConfigChangesToFile = "WARN" + # + # + globalFileMaxLevel = "INFO" + + [common.logging.warning] + # + # If enabled, a chat message will be displayed when DH has too many chunks + # queued for updating. + showSlowWorldGenSettingWarnings = true + # + # If enabled, a chat message will be displayed when DH has too many chunks + # queued for updating. + showUpdateQueueOverloadedChatWarning = false + # + # If enabled, a chat message will be displayed if Java doesn't have enough + # memory allocated to run DH well. + showLowMemoryWarningOnStartup = true + # + # If enabled, a chat message will be displayed when a replay is started + # giving some basic information about how DH will function. + showReplayWarningOnStartup = true + # + # If enabled, a chat message will be displayed when a potentially problematic + # mod is installed alongside DH. + showModCompatibilityWarningsOnStartup = true + # + # If enabled, a chat message will be displayed if vanilla MC's + # render distance is higher than the recommended amount. + showHighVanillaRenderDistanceWarning = true + # + # If enabled, a chat message will be displayed if DH detects + # that any pooled objects have been garbage collected. + showPoolInsufficientMemoryWarning = true + # + # If enabled, a message will be logged if the garbage + # collector Java is currently using is known + # to cause frame stuttering and/or other issues. + logGarbageCollectorWarning = true + # + # If enabled, a chat message will be displayed if the garbage + # collector Java is currently using is known + # to cause frame stuttering and/or other issues. + showGarbageCollectorWarning = true + + [common.worldGenerator] + # + # How detailed should LODs be generated outside the vanilla render distance? + # + # PRE_EXISTING_ONLY + # Only create LOD data for already generated chunks. + # + # + # SURFACE + # Generate the world surface, + # this does NOT include trees, + # or structures. + # + # FEATURES + # Generate everything except structures. + # WARNING: This may cause world generator bugs or instability when paired with certain world generator mods. + # + # INTERNAL_SERVER + # Ask the local server to generate/load each chunk. + # This is the most compatible and will generate structures correctly, + # but may cause server/simulation lag. + # Note: unlike other modes this option DOES save generated chunks to + # Minecraft's region files. + distantGeneratorMode = "FEATURES" + # + # How should distant generator progress be displayed? + # + # OVERLAY: may be the same as CHAT for some Minecraft versions + # CHAT + # LOG + # DISABLED + showGenerationProgress = "DISABLED" + # + # The max radius in chunks around the central point where world generation is allowed. + # If this value is set to 0, generation bounds are disabled and the render distance will be used. + # + # This should only be set if you have a pre-generated world that has a very limited size. + # Setting this on a normal MC world will prevent the world generator from filling + # out your render distance. + generationMaxChunkRadius = 0 + # + # How often should the distant generator progress be displayed? + generationProgressDisplayIntervalInSeconds = 2 + # + # When logging generation progress also include the rate at which chunks + # are being generated. + # This can be useful for troubleshooting performance. + generationProgressIncludeChunksPerSecond = true + # + # For how many seconds should instructions for disabling the distant generator progress be displayed? + # Setting this to 0 hides the instructional message so the world gen progress is shown immediately when it starts. + generationProgressDisableMessageDisplayTimeInSeconds = 20 + # + # The center Z chunk position that the world gen max radius is centered around. + generationCenterChunkZ = 0 + # + # Should Distant Horizons slowly generate LODs + # outside the vanilla render distance? + # Depending on the generator mode, this will import existing chunks + # and/or generating missing chunks. + enableDistantGeneration = true + # + # The center X chunk position that the world gen max radius is centered around. + generationCenterChunkX = 0 + +[client] + # + # Should Distant Horizon's config button appear in Minecraft's options screen next to the fov slider? + showDhOptionsButtonInMinecraftUi = true + + [client.advanced.autoUpdater] + # + # If DH should use the nightly (provided by Gitlab), or stable (provided by Modrinth) build. + # If [AUTO] is selected DH will update to new stable releases if the current jar is a stable jar + # and will update to new nightly builds if the current jar is a nightly jar (IE the version number ends in '-dev'). + updateBranch = "AUTO" + # + # Automatically check for updates on game launch? + enableAutoUpdater = true + # + # Should Distant Horizons silently, automatically download and install new versions? + # This setting is force disabled on dedicated servers for stability reasons. + enableSilentUpdates = false + + [client.advanced.debugging] + # + # If enabled this will disable (most) vanilla Minecraft rendering. + # + # NOTE: Do not report any issues when this mode is on! + # This setting is only for fun and debugging. + # Mod compatibility is not guaranteed. + lodOnlyMode = false + # + # What renderer is active? + # + # DEFAULT: Default lod renderer + # DEBUG_TRIANGLE: Debug testing renderer + # DISABLED: Disable rendering + rendererMode = "DEFAULT" + # + # If true overlapping quads will be rendered as bright red for easy identification. + # If false the quads will be rendered normally. + showOverlappingQuadErrors = false + # + # If true OpenGL Buffer garbage collection will be logged + # this also includes the number of live buffers. + logBufferGarbageCollection = false + # + # Should specialized colors/rendering modes be used? + # + # OFF: LODs will be drawn with their normal colors. + # SHOW_DETAIL: LODs' color will be based on their detail level. + # SHOW_BLOCK_MATERIAL: LODs' color will be based on their material. + # SHOW_OVERLAPPING_QUADS: LODs will be drawn with total white, but overlapping quads will be drawn with red. + debugRenderingColors = "OFF" + # + # Stops vertex colors from being passed. + # Useful for debugging shaders + enableWhiteWorld = false + # + # If enabled the LODs will render as wireframe. + renderWireframe = false + # + # If true several keys can be used to toggle debug states. + # F6 - enable/disable LOD rendering + # F7 - enable/disable LOD only rendering + # F8 - cycle through the different debug rendering modes + enableDebugKeybindings = false + + [client.advanced.debugging.debugWireframe] + # + # Render LOD section status? + showRenderSectionStatus = false + # + # Render queued network sync on load tasks? + showNetworkSyncOnLoadQueue = false + # + # Render full data update/lock status? + showFullDataUpdateStatus = false + # + # Render queued world gen tasks? + showWorldGenQueue = false + # + # Render Quad Tree Rendering status? + showQuadTreeRenderStatus = false + # + # If enabled, various wireframes for debugging internal functions will be drawn. + # + # NOTE: There WILL be performance hit! + # Additionally, only stuff that's loaded after you enable this + # will render their debug wireframes. + enableRendering = false + + [client.advanced.debugging.openGl] + # + # Defines how OpenGL errors are handled. + # Requires rebooting Minecraft to change. + # Will catch OpenGL errors thrown by other mods. + overrideVanillaGLLogger = true + # + # Defines how OpenGL errors are handled. + # May incorrectly catch OpenGL errors thrown by other mods. + # + # IGNORE: Do nothing. + # LOG: write an error to the log. + # LOG_THROW: write to the log and throw an exception. + # Warning: this should only be enabled when debugging the LOD renderer + # as it may break Minecraft's renderer when an exception is thrown. + glErrorHandlingMode = "IGNORE" + # + # If true each Open GL error will only be logged once. + # Enabling this may cause some error logs to be missed. + # Does nothing if overrideVanillaGLLogger is set to false. + # + # Generally this can be kept as 'true' to prevent log spam. + # However, Please set this to 'false' if a developer needs your log to debug a GL issue. + onlyLogGlErrorsOnce = true + + [client.advanced.debugging.exampleConfigScreen] + shortTest = "69" + mapTest = "{}" + byteTest = "8" + longTest = "42069" + listTest = ["option 1", "option 2", "option 3"] + boolTest = false + doubleTest = "420.69" + floatTest = "0.42069" + linkableTest = 420 + intTest = 69420 + stringTest = "Test input box" + + [client.advanced.debugging.f3Screen] + # + # Shows info about the render thread tasks. + showRenderThreadTasks = false + # + # Shows how many chunks are queued for processing and the max count that can be queued. + showQueuedChunkUpdateCount = true + # + # Shows the memory use and array counts for each DH object pool. + showSeparatedObjectPools = false + # + # Shows the player's LOD position. + showPlayerPos = true + # + # Shows the combined memory use and array counts for all DH pooled objects. + showCombinedObjectPools = false + # + # Defines what internal detail level the player position will be shown as. + # Internal detail level means: 6 = 1x1 block, 7 = 2x2 blocks, etc. + playerPosSectionDetailLevel = 6 + # + # Only show levels that DH is actively rendering. + onlyShowRenderingLevels = true + # + # Shows info about each thread pool. + showThreadPools = true + # + # Shows what levels are loaded and world gen/rendering info about those levels. + showLevelStatus = true + + [client.advanced.debugging.positionFinderDebugging] + positionFinderEnable = false + positionFinderMinBlockY = -64 + positionFinderZPos = 0 + positionFinderXPos = 0 + positionFinderMaxBlockY = 125 + positionFinderDetailLevel = 6 + positionFinderMarginPercent = "0.0" + + [client.advanced.graphics] + # + # Enable Screen Space Ambient Occlusion + enableSsao = true + # + # If true some vanilla graphics settings will be automatically changed + # during DH setup to provide a better experience. + # + # IE disabling vanilla clouds (which render on top of DH LODs), + # and chunk fading (DH already fades MC chunks) + overrideVanillaGraphicsSettings = true + + [client.advanced.graphics.culling] + # + # Determines how far from the camera Distant Horizons will start rendering. + # Measured as a percentage of the vanilla render distance. + # + # -1 = auto, overdraw will change based on the vanilla render distance. + # + # Higher values will prevent LODs from rendering behind vanilla blocks at a higher distance, + # but may cause holes in the world. + # Holes are most likely to appear when flying through unloaded terrain. + # + # Increasing the vanilla render distance increases the effectiveness of this setting. + overdrawPrevention = "-1.0" + # + # Identical to the other frustum culling option + # only used when a shader mod is present using the DH API + # and the shadow pass is being rendered. + # + # Disable this if shadows render incorrectly. + disableShadowPassFrustumCulling = false + # + # A comma separated list of block resource locations that will be replaced by water + # if they're visible on the water's surface. + waterSubSurfaceBlockReplacementCsv = "minecraft:kelp,minecraft:tall_seagrass,minecraft:seagrass" + # + # A comma separated list of block resource locations that won't be rendered by DH. + # Air is always included in this list. + # + # Note: + # If you see gaps, or holes you may have to change + # worldCompression to [MERGE_SAME_BLOCKS] and re-generate the LODs. + ignoredRenderBlockCsv = "minecraft:barrier,minecraft:structure_void,minecraft:light,minecraft:tripwire,minecraft:brown_mushroom" + # + # A comma separated list of block resource locations that will be removed + # when on top of water. + waterSurfaceBlockReplacementCsv = "minecraft:lily_pad" + # + # Defines what blocks should be rendered as LODs. + # + # NONE: Include all blocks in the LODs + # NON_COLLIDING: Only render solid blocks in the LODs (tall grass, torches, etc. will be ignored) + blocksToIgnore = "NON_COLLIDING" + # + # If true LODs outside the player's camera + # aren't drawn, increasing GPU performance. + # + # If false all LODs are drawn, even those behind + # the player's camera, decreasing GPU performance. + # + # Disable this if you see LODs disappearing at the corners of your vision. + disableFrustumCulling = false + # + # If false all beacons near the camera won't be drawn to prevent vanilla overdraw. + # If true all beacons will be rendered. + # + # Generally this should be left as true. It's main purpose is for debugging + # beacon updating/rendering. + disableBeaconDistanceCulling = true + # + # Should the blocks underneath avoided blocks gain the color of the avoided block? + # + # True: a red flower will tint the grass below it red. + # False: skipped blocks will not change color of surface below them. + tintWithAvoidedBlocks = true + # + # If enabled caves won't be rendered. + # + # Note: for some world types this can cause + # overhangs or walls for floating objects. + # Tweaking the caveCullingHeight, can resolve some + # of those issues. + enableCaveCulling = true + # + # At what Y value should cave culling start? + # Lower this value if you get walls for areas with 0 light. + caveCullingHeight = 60 + # + # A comma separated list of block resource locations that shouldn't be rendered + # if they are in a 0 sky light underground area. + # Air is always included in this list. + # + # Defaults to an empty list since most cave blocks will be automatically ignored due to being: + # transparent, non-solid, or liquids, but new blocks can be added here if needed. + ignoredRenderCaveBlockCsv = "" + # + # If set to true the overdraw prevention radius will get closer + # to the camera when flying/moving quickly. + # + # This helps reduce issues where Minecraft can't load or + # generate chunks fast enough to keep up with DH. + reduceOverdrawWithFastMovement = true + + [client.advanced.graphics.noiseTexture] + # + # Should a noise texture be applied to LODs? + # + # This is done to simulate textures and make the LODs appear more detailed. + enableNoiseTexture = true + # + # Defines how far should the noise texture render before it fades away. (in blocks) + # Set to 0 to disable noise from fading away + noiseDropoff = 1024 + # + # How many steps of noise should be applied to LODs? + noiseSteps = 4 + # + # How intense should the noise should be? + noiseIntensity = "0.05" + + [client.advanced.graphics.experimental] + # + # A comma separated list of dimension resource locations where DH won't render. + # + # Example: "minecraft:the_nether,minecraft:the_end" + # + # Note: + # Some DH settings will be disabled and/or changed to improve + # visuals when DH rendering is disabled. + ignoredDimensionCsv = "" + # + # Requires a restart to change. + # + # Options: + # AUTO - changes based on the most likely API for that MC version + # OPEN_GL - Default + # BLAZE_3D - Only supported on MC 1.21.11 + renderingApi = "AUTO" + # + # Requires a restart to change. + # + # Options: + # AUTO - changes based on the most likely API for that MC version + # OPEN_GL - The Default for MC 1.21.11 and older (supports Iris shaders) + # BLAZE_3D - The Default for MC 26.1.2 and newer (supports Vulkan) + renderingEngine = "AUTO" + # + # This is the earth size ratio when applying the curvature shader effect. + # Note: Enabling this feature may cause rendering bugs. + # + # 0 = flat/disabled + # 1 = 1 to 1 (6,371,000 blocks) + # 100 = 1 to 100 (63,710 blocks) + # 10000 = 1 to 10000 (637.1 blocks) + # + # Note: Due to current limitations, the min value is [50] + # and the max value is 5000. Any values outside this range + # will be set to 0 (disabled). + earthCurveRatio = 0 + + [client.advanced.graphics.genericRendering] + # + # A comma separated separated list of dimension resource locations where DH clouds will render. + # + # Example: "minecraft:overworld,minecraft:the_end" + # + # Changes require a world re-load. + dimensionEnabledCloudRenderingCsv = "minecraft:overworld" + # + # If true LOD clouds will be rendered. + enableCloudRendering = true + # + # If true LOD beacon beams will be rendered wider at extreme distances, + # making them easier to see. + # If false all LOD beacon beams will only ever be 1 block wide. + expandDistantBeacons = true + # + # Sets the maximum height beacons will render up to. + # + # Requires a world re-load to take affect. + beaconRenderHeight = 6000 + # + # If true LOD beacon beams will be rendered. + enableBeaconRendering = true + # + # If true non terrain objects will be rendered by DH. + # i.e. beacon beams and clouds. + enableGenericRendering = true + # + # False = DH will render a single layer of clouds, like vanilla Minecraft. + # True = DH will render 3 layers of clouds at different heights. + enableMultiLayerClouds = true + + [client.advanced.graphics.quality] + # + # What is the maximum detail LODs can render at? + # Higher settings will increase memory and GPU usage. + # + # CHUNK: render 1 LOD for each Chunk. + # HALF_CHUNK: render 4 LODs for each Chunk. + # FOUR_BLOCKS: render 16 LODs for each Chunk. + # TWO_BLOCKS: render 64 LODs for each Chunk. + # BLOCK: render 256 LODs for each Chunk (width of one block). + # + # Fastest: CHUNK + # Fanciest: BLOCK + maxHorizontalResolution = "BLOCK" + # + # If true LODs will fade away as you get closer to them. + # If false LODs will cut off abruptly at a set distance from the camera. + # This setting is affected by the vanilla overdraw prevention config. + ditherDhFade = true + # + # Should DH fade out before reaching the far clip plane? + # This is helpful to prevent DH clouds from cutting off in the distance. + dhFadeFarClipPlane = true + # + # How bright LOD colors are. + # + # 0 = black + # 1 = normal + # 2 = near white + brightnessMultiplier = "1.0" + # + # If true DH will try to use the camera position when + # determining LOD quality drop-off. + # If false DH will use the player's position. + # + # Enabling helps free-cam mods render correctly. + # Disabling helps multi-camera mods render correctly (ie Immersive Portals or camera mods). + useCameraPositionForQualityDropOff = true + # + # How should LODs be shaded? + # + # AUTO: Uses the same side shading as vanilla Minecraft blocks. + # ENABLED: Simulates Minecraft's block shading for LODs. + # Can be used to force LOD shading when using some shaders. + # DISABLED: All LOD sides will be rendered with the same brightness. + lodShading = "AUTO" + # + # How saturated LOD colors are. + # + # 0 = black and white + # 1 = normal + # 2 = very saturated + saturationMultiplier = "1.0" + # + # This indicates how well LODs will represent + # overhangs, caves, floating islands, etc. + # Higher options will make the world more accurate, butwill increase memory and GPU usage. + # + # Lowest Quality: HEIGHT_MAP + # Highest Quality: PIXEL_ART + verticalQuality = "MEDIUM" + # + # What blocks shouldn't be rendered as LODs? + # + # NONE: Represent all blocks in the LODs + # NON_COLLIDING: Only represent solid blocks in the LODs (tall grass, torches, etc. won't count for a LOD's height) + blocksToIgnore = "NON_COLLIDING" + # + # The radius of the mod's render distance. (measured in chunks) + # + # Note: this is a best effort number. + # The actual render distance may be above or below this number + # depending on your other graphic settings. + lodChunkRenderDistanceRadius = 256 + # + # How should the sides and bottom of grass block LODs render? + # + # AS_GRASS: all sides of dirt LOD's render using the top (green) color. + # FADE_TO_DIRT: sides fade from grass to dirt. + # AS_DIRT: sides render entirely as dirt. + grassSideRendering = "FADE_TO_DIRT" + # + # Should the blocks underneath avoided blocks gain the color of the avoided block? + # + # True: a red flower will tint the grass below it red. + # False: skipped blocks will not change color of surface below them. + tintWithAvoidedBlocks = true + # + # This indicates how far apart drops in LOD quality are. + # + # Higher settings will increase the distance between drops + # but will increase memory and GPU usage. + horizontalQuality = "MEDIUM" + # + # How should LOD transparency be handled. + # + # COMPLETE: LODs will render transparent. + # DISABLED: LODs will be opaque. + transparency = "COMPLETE" + # + # This is the same as vanilla Biome Blending settings for Lod area. + # Note: anything above '0' will slow down LOD loading time. + # + # '0' equals to Vanilla Biome Blending of '1x1' or 'OFF', + # '1' equals to Vanilla Biome Blending of '3x3', + # '2' equals to Vanilla Biome Blending of '5x5'... + lodBiomeBlending = 3 + # + # How should vanilla Minecraft fade into Distant Horizons LODs? + # + # NONE: Fastest, there will be a pronounced border between DH and MC rendering. + # SINGLE_PASS: Fades after MC's transparent pass, opaque blocks underwater won't be faded. + # DOUBLE_PASS: Slowest, fades after both MC's opaque and transparent passes, provides the smoothest transition. + vanillaFadeMode = "DOUBLE_PASS" + + [client.advanced.graphics.fog] + # + # Should Minecraft's fog render? + # Note: Other mods may conflict with this setting. + enableVanillaFog = false + # + # What is the maximum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + farFogMax = "1.0" + # + # Determines if fog is drawn on DH LODs. + enableDhFog = true + # + # At what distance should the far fog start? + # + # 0.0: Fog starts at the player's position. + # 1.0: Fog starts at the closest edge of the vanilla render distance. + # 1.414: Fog starts at the corner of the vanilla render distance. + farFogStart = "0.4" + # + # What is the minimum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + farFogMin = "0.0" + # + # What color should fog use? + # + # USE_WORLD_FOG_COLOR: Use the world's fog color. + # USE_SKY_COLOR: Use the sky's color. + colorMode = "USE_WORLD_FOG_COLOR" + # + # How should the fog thickness should be calculated? + # + # LINEAR: Linear based on distance (will ignore 'density') + # EXPONENTIAL: 1/(e^(distance*density)) + # EXPONENTIAL_SQUARED: 1/(e^((distance*density)^2) + farFogFalloff = "EXPONENTIAL_SQUARED" + # + # Used in conjunction with the Fog Falloff. + farFogDensity = "2.5" + # + # Where should the far fog end? + # + # 0.0: Fog ends at player's position. + # 1.0: Fog ends at the closest edge of the vanilla render distance. + # 1.414: Fog ends at the corner of the vanilla render distance. + farFogEnd = "1.0" + + [client.advanced.graphics.fog.heightFog] + # + # Where should the height fog start? + # + # ABOVE_CAMERA: Height fog starts at the camera and goes towards the sky + # BELOW_CAMERA: Height fog starts at the camera and goes towards the void + # ABOVE_AND_BELOW_CAMERA: Height fog starts from the camera to goes towards both the sky and void + # ABOVE_SET_HEIGHT: Height fog starts from a set height and goes towards the sky + # BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards the void + # ABOVE_AND_BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards both the sky and void + heightFogDirection = "BELOW_SET_HEIGHT" + # + # What is the minimum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + heightFogMin = "0.0" + # + # If the height fog is calculated around a set height, what is that height position? + heightFogBaseHeight = "80.0" + # + # What is the maximum fog thickness? + # + # 0.0: No fog. + # 1.0: Fully opaque fog. + heightFogMax = "1.0" + # + # How should the height fog thickness should be calculated? + # + # LINEAR: Linear based on height (will ignore 'density') + # EXPONENTIAL: 1/(e^(height*density)) + # EXPONENTIAL_SQUARED: 1/(e^((height*density)^2) + heightFogFalloff = "EXPONENTIAL_SQUARED" + # + # What is the height fog's density? + heightFogDensity = "20.0" + # + # How should height effect the fog thickness? + # Note: height fog is combined with the other fog settings. + # + # SPHERICAL: Fog is calculated based on camera distance. + # CYLINDRICAL: Ignore height, fog is calculated based on horizontal distance. + # + # MAX: max(heightFog, farFog) + # ADDITION: heightFog + farFog + # MULTIPLY: heightFog * farFog + # INVERSE_MULTIPLY: 1 - (1-heightFog) * (1-farFog) + # LIMITED_ADDITION: farFog + max(farFog, heightFog) + # MULTIPLY_ADDITION: farFog + farFog * heightFog + # INVERSE_MULTIPLY_ADDITION: farFog + 1 - (1-heightFog) * (1-farFog) + # AVERAGE: farFog*0.5 + heightFog*0.5 + heightFogMixMode = "SPHERICAL" + # + # Should the start of the height fog be offset? + # + # 0.0: Fog start with no offset. + # 1.0: Fog start with offset of the entire world's height. (Includes depth) + heightFogStart = "0.0" + # + # Should the end of the height fog be offset? + # + # 0.0: Fog end with no offset. + # 1.0: Fog end with offset of the entire world's height. (Include depth) + heightFogEnd = "0.6" + + [client.advanced.multiplayer] + # + # How should multiplayer save folders should be named? + # + # NAME_ONLY: Example: "Minecraft Server" + # IP_ONLY: Example: "192.168.1.40" + # NAME_IP: Example: "Minecraft Server IP 192.168.1.40" + # NAME_IP_PORT: Example: "Minecraft Server IP 192.168.1.40:25565"NAME_IP_PORT_MC_VERSION: Example: "Minecraft Server IP 192.168.1.40:25565 GameVersion 1.16.5" + serverFolderNameMode = "NAME_ONLY" diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bigsignwriter/config.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bigsignwriter/config.json new file mode 100644 index 0000000..2b40139 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bigsignwriter/config.json @@ -0,0 +1,10 @@ +{ + "buttonsX": 0, + "buttonsY": 120, + "buttonsAlignmentX": 0.5, + "buttonsAlignmentY": 0.25, + "fontSelectorCoversDoneButton": true, + "showConfigButton": true, + "displayFontHeights": true, + "hiddenFonts": [] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bteterrarenderer/config.yml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bteterrarenderer/config.yml new file mode 100644 index 0000000..530247d --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bteterrarenderer/config.yml @@ -0,0 +1,18 @@ +--- +UI Settings: + Sidebar Side: "LEFT" + Sidebar Opacity: 0.7 + Sidebar Width: 200.0 +General Settings: + Map Service ID: "osm" + Map Service Category: "Global" +Hologram Settings: + Y Align: 0.0 + Lock North: true + Projection JSON: "" + X Align: -0.06666666666667226 + Opacity: 1.0 + Do Render: false + Y Diff Limit: 1000.0 + Z Align: 4.6463529041116305E-17 + Flat Map Y Axis: 4.5 diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bteterrarenderer/states.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bteterrarenderer/states.json new file mode 100644 index 0000000..595d37d --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/bteterrarenderer/states.json @@ -0,0 +1 @@ +{"categories":{"Global":{"osm":{"subdivision_level":0,"zoom":0,"radius":3},"bing_aerial":{"subdivision_level":0,"zoom":0,"radius":3},"bing_plain":{"subdivision_level":0,"zoom":0,"radius":3},"yandex_aerial":{"subdivision_level":0,"zoom":0,"radius":3},"yandex_plain":{"subdivision_level":0,"zoom":0,"radius":3}},"Korea":{"kakao_aerial":{"subdivision_level":0,"zoom":0,"radius":3},"kakao_plain":{"subdivision_level":0,"zoom":0,"radius":3},"naver_aerial":{"subdivision_level":0,"zoom":0,"radius":3},"naver_plain":{"subdivision_level":0,"zoom":0,"radius":3},"tmap_plain":{"subdivision_level":0,"zoom":0,"radius":3}},"Japan":{"lidar_jp_aerial":{"subdivision_level":0,"zoom":0,"radius":3},"lidar_jp_plain":{"subdivision_level":0,"zoom":0,"radius":3}},"Taiwan":{"ortho_tw":{"subdivision_level":0,"zoom":0,"radius":3},"emap_tw":{"subdivision_level":0,"zoom":0,"radius":3},"tp_ortho_tw":{"subdivision_level":0,"zoom":0,"radius":3},"tp_topo1k_tw":{"subdivision_level":0,"zoom":0,"radius":3}},"Singapore":{"onemap_default":{"subdivision_level":0,"zoom":0,"radius":3},"onemap_satellite":{"subdivision_level":0,"zoom":0,"radius":3}},"HongKong":{"geomap_hk":{"subdivision_level":0,"zoom":0,"radius":3},"ortho_HK":{"subdivision_level":0,"zoom":0,"radius":3}}}} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/camerautils/camerautils.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/camerautils/camerautils.properties new file mode 100644 index 0000000..c360243 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/camerautils/camerautils.properties @@ -0,0 +1,26 @@ +smoothness=0.0 +min_smoothness=40.0 +max_smoothness=100.0 +cinematic_camera_modifier=1.0 +zoom=0.1 +zoom_sensitivity=0.01 +third_person_offset=0.0 +third_person_offset_sensitivity=0.1 +third_person_cam_1_offset_x=-4.0 +third_person_cam_1_offset_y=0.0 +third_person_cam_1_offset_z=0.0 +third_person_cam_1_inverted=false +third_person_cam_1_hide_gui=false +third_person_cam_1_rotation_x=0.0 +third_person_cam_2_offset_x=-4.0 +third_person_cam_2_offset_y=0.0 +third_person_cam_2_offset_z=0.0 +third_person_cam_2_inverted=false +third_person_cam_2_hide_gui=false +third_person_cam_2_rotation_x=0.0 +# Possible values are: LEFT_CTRL, RIGHT_CTRL, CTRL, LEFT_ALT, RIGHT_ALT, ALT, LEFT_SHIFT, RIGHT_SHIFT, SHIFT +modifier_key=RIGHT_ALT +gui_opacity=1.0 +zoom_animation_from=1.0 +zoom_animation_to=0.1 +zoom_animation_duration=200 diff --git a/overrides/config/chat_heads.json5 b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/chat_heads.json5 similarity index 100% rename from overrides/config/chat_heads.json5 rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/chat_heads.json5 diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/craftpresence.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/craftpresence.json new file mode 100644 index 0000000..0b29b6e --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/craftpresence.json @@ -0,0 +1,177 @@ +{ + "_schemaVersion": 7, + "_lastMCVersionId": 774, + "generalSettings": { + "detectATLauncherInstance": true, + "detectCurseManifest": true, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": true, + "detectTechnicPack": true, + "detectModrinthPack": true, + "detectBiomeData": true, + "detectDimensionData": true, + "detectWorldData": true, + "clientId": "450485984333660181", + "defaultIcon": "grass", + "enableJoinRequests": false, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.motd.raw}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer" + }, + "realmData": { + "textOverride": "Playing on {server.motd.raw}" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "statusDisplayType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "detailsUrl": "", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "gameStateUrl": "", + "appName": "", + "largeImageKey": "{getFirst(menu.icon, dimension.icon)}", + "largeImageText": "{getFirst(menu.message, dimension.message)}", + "largeImageUrl": "", + "smallImageKey": "{getFirst(server.icon, pack.icon)}", + "smallImageText": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "smallImageUrl": "", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": {} + }, + "dynamicIcons": { + "asean.buildtheearth.net": "https://api.mcsrvstat.us/icon/asean.buildtheearth.net", + "play.btehkmu.com": "https://api.mcsrvstat.us/icon/play.btehkmu.com", + "buildtheearth.ru": "https://api.mcsrvstat.us/icon/buildtheearth.ru", + "bte-japan.xtremcraft.fr": "https://api.mcsrvstat.us/icon/bte-japan.xtremcraft.fr", + "mc.btebalkans.com": "https://api.mcsrvstat.us/icon/mc.btebalkans.com", + "mc.bteitalia.it": "https://api.mcsrvstat.us/icon/mc.bteitalia.it", + "hun.buildtheearth.net": "https://api.mcsrvstat.us/icon/hun.buildtheearth.net", + "ib.buildtheearth.net": "https://api.mcsrvstat.us/icon/ib.buildtheearth.net", + "bteturkey.net": "https://api.mcsrvstat.us/icon/bteturkey.net", + "bteukraine.com": "https://api.mcsrvstat.us/icon/bteukraine.com", + "mc.alps-bte.com": "https://api.mcsrvstat.us/icon/mc.alps-bte.com", + "bte-poland.pl": "https://api.mcsrvstat.us/icon/bte-poland.pl", + "bte-germany.de": "https://api.mcsrvstat.us/icon/bte-germany.de", + "bnlx.buildtheearth.net": "https://api.mcsrvstat.us/icon/bnlx.buildtheearth.net", + "mc.bteireland.ie": "https://api.mcsrvstat.us/icon/mc.bteireland.ie", + "btuk.org": "https://api.mcsrvstat.us/icon/btuk.org", + "czsk.buildtheearth.net": "https://api.mcsrvstat.us/icon/czsk.buildtheearth.net", + "nordicbalticbte.net": "https://api.mcsrvstat.us/icon/nordicbalticbte.net", + "btemexca.net": "https://api.mcsrvstat.us/icon/btemexca.net", + "nyc.buildtheearth.net": "https://api.mcsrvstat.us/icon/nyc.buildtheearth.net", + "buildtheearth.net": "https://api.mcsrvstat.us/icon/buildtheearth.net", + "bteconosur.com": "https://api.mcsrvstat.us/icon/bteconosur.com", + "buildtheearth.net.br": "https://api.mcsrvstat.us/icon/buildtheearth.net.br", + "afr.buildtheearth.net": "https://api.mcsrvstat.us/icon/afr.buildtheearth.net", + "btechina.oddblox.net": "https://api.mcsrvstat.us/icon/btechina.oddblox.net", + "mctw.in": "https://api.mcsrvstat.us/icon/mctw.in", + "ve.buildtheearth.net": "https://api.mcsrvstat.us/icon/ve.buildtheearth.net" + }, + "dynamicVariables": { + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/drippyloadingscreen/options.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/drippyloadingscreen/options.txt new file mode 100644 index 0000000..220a38c --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/drippyloadingscreen/options.txt @@ -0,0 +1,49 @@ +##[general] + +B:early_fade_out_elements = 'true'; +B:allow_universal_layouts = 'true'; +B:fade_out_loading_screen = 'true'; +B:wait_for_textures_in_loading = 'true'; + + +##[early_loading] + +I:early_loading_top_right_watermark_position_offset_y = '0'; +I:early_loading_bottom_left_watermark_position_offset_x = '0'; +I:early_loading_bottom_left_watermark_position_offset_y = '0'; +B:early_loading_hide_logger = 'false'; +I:early_loading_bar_width = '400'; +I:early_loading_bar_position_offset_y = '50'; +I:early_loading_top_right_watermark_height = '100'; +S:early_loading_bottom_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_top_right_watermark_position_offset_x = '0'; +S:early_loading_top_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_bottom_right_watermark_height = '100'; +I:early_loading_bar_position_offset_x = '0'; +I:early_loading_logo_height = '120'; +I:early_loading_top_right_watermark_width = '100'; +I:early_loading_bottom_right_watermark_position_offset_y = '0'; +I:early_loading_window_height = '-1'; +S:early_loading_bar_progress_texture_path = '/config/fancymenu/assets/some_bar_progress_image.png'; +I:early_loading_bottom_right_watermark_position_offset_x = '0'; +S:early_loading_background_texture_path = '/config/fancymenu/assets/some_image.png'; +B:early_loading_background_preserve_aspect_ratio = 'true'; +I:early_loading_top_left_watermark_width = '100'; +B:early_loading_hide_logo = 'false'; +S:early_loading_bar_background_texture_path = '/config/fancymenu/assets/some_bar_background_image.png'; +S:early_loading_logo_texture_path = '/config/fancymenu/assets/some_image.png'; +S:early_loading_bottom_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_top_left_watermark_position_offset_y = '0'; +I:early_loading_top_left_watermark_position_offset_x = '0'; +I:early_loading_logo_width = '480'; +S:early_loading_top_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_bottom_left_watermark_width = '100'; +I:early_loading_bottom_right_watermark_width = '100'; +I:early_loading_bottom_left_watermark_height = '100'; +I:early_loading_bar_height = '40'; +S:early_loading_window_title = 'Minecraft'; +I:early_loading_top_left_watermark_height = '100'; +I:early_loading_window_width = '-1'; +I:early_loading_logo_position_offset_y = '-50'; +B:early_loading_hide_bar = 'false'; +I:early_loading_logo_position_offset_x = '0'; \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/entityculling.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/entityculling.json new file mode 100644 index 0000000..b3bc1b2 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/entityculling.json @@ -0,0 +1,77 @@ +{ + "configVersion": 8, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "botania:flame_ring", + "minecraft:beacon", + "create:hose_pulley", + "betterend:eternal_pedestal", + "botania:magic_missile", + "botania:falling_star" + ], + "entityWhitelist": [ + "botania:mana_burst", + "drg_flares:drg_flares", + "quark:soul_bead" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "captureRate": 5, + "tickCulling": true, + "tickCullingWhitelist": [ + "minecraft:block_display", + "alexscaves:gum_worm", + "minecraft:jungle_boat", + "minecraft:spruce_boat", + "mts:builder_rendering", + "drg_flares:drg_flares", + "minecraft:mangrove_boat", + "mts:builder_existing", + "minecraft:acacia_boat", + "minecraft:birch_chest_boat", + "create:contraption", + "drg_flares:drg_flare", + "minecraft:birch_boat", + "minecraft:boat", + "mts:builder_seat", + "minecraft:cherry_boat", + "minecraft:spruce_chest_boat", + "alexscaves:gum_worm_segment", + "minecraft:dark_oak_boat", + "minecraft:oak_chest_boat", + "avm_staff:campfire_flame", + "minecraft:dark_oak_chest_boat", + "minecraft:text_display", + "create:gantry_contraption", + "minecraft:oak_boat", + "minecraft:pale_oak_boat", + "minecraft:acacia_chest_boat", + "minecraft:cherry_chest_boat", + "minecraft:item_display", + "create:stationary_contraption", + "minecraft:bamboo_raft", + "minecraft:firework_rocket", + "minecraft:jungle_chest_boat", + "create:carriage_contraption", + "minecraft:pale_oak_chest_boat", + "minecraft:bamboo_chest_raft", + "minecraft:mangrove_chest_boat", + "voidscape:corrupted_pawn", + "cinematiccataclysm:scylla_cutscene", + "cinematiccataclysm:maledictus_cutscene", + "cinematiccataclysm:leviathan_cutscene", + "cinematiccataclysm:ancient_remnant_cutscene", + "createbigcannons:cannon_carriage", + "createbigcannons:pitch_contraption", + "cinematiccataclysm:ignis_cutscene" + ], + "disableF3": false, + "skipEntityCulling": false, + "skipBlockEntityCulling": false, + "blockEntityFrustumCulling": true, + "forceDisplayCulling": false, + "solidLeaves": false +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fabric/indigo-renderer.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fabric/indigo-renderer.properties new file mode 100644 index 0000000..b83efd9 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fabric/indigo-renderer.properties @@ -0,0 +1,8 @@ +#Indigo properties file +#Fri Jun 19 07:36:13 WIB 2026 +ambient-occlusion-mode=hybrid +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +fix-luminous-block-ambient-occlusion=auto +fix-mean-light-calculation=auto +fix-smooth-lighting-offset=auto diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/guidebook.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/guidebook.png new file mode 100644 index 0000000..adbdec3 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/guidebook.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/guidebooks.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/guidebooks.png new file mode 100644 index 0000000..dadd773 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/guidebooks.png differ diff --git a/overrides/config/fancymenu/assets/banners/logo.gif b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo.gif similarity index 100% rename from overrides/config/fancymenu/assets/banners/logo.gif rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo.gif diff --git a/overrides/config/fancymenu/assets/banners/logo.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo.png similarity index 100% rename from overrides/config/fancymenu/assets/banners/logo.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo.png diff --git a/overrides/config/fancymenu/assets/banners/logo16.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo16.png similarity index 100% rename from overrides/config/fancymenu/assets/banners/logo16.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo16.png diff --git a/overrides/config/fancymenu/assets/banners/logo32.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo32.png similarity index 100% rename from overrides/config/fancymenu/assets/banners/logo32.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo32.png diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo_fade.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo_fade.png new file mode 100644 index 0000000..7d5c84c Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logo_fade.png differ diff --git a/overrides/config/fancymenu/assets/banners/logomac.icns b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logomac.icns similarity index 100% rename from overrides/config/fancymenu/assets/banners/logomac.icns rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/logomac.icns diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/main.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/main.png new file mode 100644 index 0000000..83e49e2 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/banners/main.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/buildteams.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/buildteams.json new file mode 100644 index 0000000..9af43d3 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/buildteams.json @@ -0,0 +1,338 @@ +{ + "bte-nyc": { + "name": "BTE New York City", + "ip": + "nyc.buildtheearth.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/nMJMMBR" + }, + "bte-usa": { + "name": "BTE USA", + "ip": + "nabte.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/TrKHFDWzhT" + }, + "bte-german": { + "name": "Build The Earth Germany", + "ip": + "bte-germany.de" + , + "version": "1.21.10", + "invite": "https://discord.gg/btegermany" + }, + "bte-teamcis": { + "name": "TeamCIS | СНГ", + "ip": + "buildtheearth.ru" + , + "version": "1.21.4", + "invite": "https://discord.gg/hwkhefs" + }, + "bte-jersey": { + "name": "Build New Jersey", + "ip": + "hub.andromedacraft.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/TQmUQZt" + }, + "bte-norbal": { + "name": "Nordic + Baltic", + "ip": + "nordicbalticbte.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/bte-nordic-baltic-692331531456479332" + }, + "bte-alps": { + "name": "Alps BTE (AT/CH/LI)", + "ip": + "mc.alps-bte.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/vgkspay" + }, + "bte-france": { + "name": "BTE France", + "ip": + "btefrance.fr" + , + "version": "1.21.10", + "invite": "https://discord.gg/Rnd8zukRFC" + }, + "bte-benelux": { + "name": "Build Benelux", + "ip": + "bnlx.buildtheearth.net" + , + "version": "1.21.11", + "invite": "https://discord.gg/YCSCjrAkHc" + }, + "bte-poland": { + "name": "BTE Poland", + "ip": + "bte-poland.pl" + , + "version": "1.21.11", + "invite": "https://discord.gg/a6cbfnZxTv" + }, + "bte-canada": { + "name": "BTE Canada", + "ip": + "btecanada.net" + , + "version": "1.21.10", + "invite": "https://discord.com/servers/buildtheearth-net-690908396404080650" + }, + "bte-iberia": { + "name": "Build Iberia", + "ip": + "ib.buildtheearth.net" + , + "version": "1.21.11", + "invite": "https://discord.gg/a8PF9sTfqF" + }, + "bte-italia": { + "name": "Build The Earth Italia (1:1)", + "ip": + "mc.bteitalia.it" + , + "version": "1.21.10", + "invite": "https://discord.gg/dMahHCH" + }, + "bte-uk": { + "name": "Build the UK", + "ip": + "btuk.org" + , + "version": "1.21.10", + "invite": "https://discord.gg/2k2hM3f" + }, + "bte-parks": { + "name": "BTE Theme Parks", + "ip": + "parks.buildtheearth.net" + , + "version": "1.21.11", + "invite": "https://discord.gg/544kmNQ" + }, + "bte-czech": { + "name": "BTE Team Czechoslovakia", + "ip": + "czsk.buildtheearth.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/vv8Qaew5wQ" + }, + "bte-turkey": { + "name": "Build The Earth Turkey", + "ip": + "bteturkey.net" + , + "version": "1.21.11", + "invite": "https://discord.gg/GJm2B9h" + }, + "bte-oceania": { + "name": "Oceania Build Team", + "ip": + "hub.bteoce.com" + , + "version": "1.21.11", + "invite": "https://discord.gg/enk8kJ3" + }, + "bte-asean": { + "name": "BTE ASEAN", + "ip": "asean.buildtheearth.net", + "version": "1.21.11", + "invite": "https://discord.gg/DNwnKmkQpw" + }, + "bte-ireland": { + "name": "Build The Earth- Republic of Ireland", + "ip": "mc.bteireland.ie", + "version": "1.21.11", + "invite": "https://discord.gg/KtWkj9k" + }, + "bte-brasil": { + "name": "BTE Brasil", + "ip": "buildtheearth.net.br", + "version": "1.21.8", + "invite": "https://discord.gg/PXMv8wEB4M" + }, + "bte-japan": { + "name": "BTE Japan", + "ip": + "bte-japan.xtremcraft.fr:12013" + , + "version": "1.21.10", + "invite": "https://discord.gg/pExkqKVMJn" + }, + "bte-hkmu": { + "name": "BTE Hong Kong-Macau", + "ip": + "play.btehkmu.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/rUuKaNu" + }, + "bte-balkans": { + "name": "BTE Balkans", + "ip": + "mc.btebalkans.com" + , + "version": "1.21.8", + "invite": "https://discord.gg/fBAfcyg" + }, + "bte-chile": { + "name": "BuildTheEarth Chile", + "ip": + "bteconosur.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/Q5Q9nw5ux2" + }, + "bte-africa": { + "name": "Africa Rebuilt", + "ip": + "afr.buildtheearth.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/qcjqenDfjC" + }, + "bte-middleeast": { + "name": "BTE Middle East", + "ip": + "me.buildtheearth.net" + , + "version": "1.21.11", + "invite": "https://discord.gg/rkrpeuc" + }, + "bte-mexico": { + "name": "BTE Mexico & Central America", + "ip": + "btemexca.net" + , + "version": "1.21.11", + "invite": "https://discord.gg/mseJqbc" + }, + "bte-argentina": { + "name": "BTE Argentina", + "ip": + "bteconosur.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/csbK2SBHY5" + }, + "bte-hungary": { + "name": "Build Team Hungary", + "ip": + "hun.buildtheearth.net" + , + "version": "1.21.7", + "invite": "https://discord.gg/fUxBGMN" + }, + "bte-northamerica": { + "name": "BTE North Latin America", + "ip": + "btenla.net" + , + "version": "1.12.2", + "invite": "https://discord.gg/HP4GHRCwvv" + }, + "bte-ukraine": { + "name": "BTE Ukraine", + "ip": + "bteukraine.com" + , + "version": "1.21.4", + "invite": "https://discord.gg/J6BnZyQjsx" + }, + "bte-korea": { + "name": "BTE Korea", + "ip": + "buildtheearth.asia" + , + "version": "1.21.4", + "invite": "https://discord.gg/HfhDdkhCb8" + }, + "bte-israel": { + "name": "BTE Israel", + "ip": + "buildisrael.es" + , + "version": "26.1.2", + "invite": "https://discord.gg/buildisrael-696609608269037568" + }, + "bte-peru": { + "name": "BuildTheEarth: Perú", + "ip": + "bteconosur.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/sfmXJB9" + }, + "bte-southasia": { + "name": "BuildTheEarth South Asia", + "ip": + "buildtheearth.net" + , + "version": "1.12.2", + "invite": "https://discord.gg/baEF7fK" + }, + "bte-china": { + "name": "BTE Mainland China", + "ip": + "btechina.oddblox.net" + , + "version": "1.21.8", + "invite": "https://discord.gg/MFfWWYCx4F" + }, + "bte-taiwan": { + "name": "BTE Taiwan", + "ip": "mctw.in", + "version": "1.21.11", + "invite": "https://discord.gg/Ueqj8yr" + }, + "bte-paraguay": { + "name": "Build The Earth Paraguay + Uruguay ", + "ip": "bteconosur.com", + "version": "1.21.10", + "invite": "https://discord.gg/3gZJmu6" + }, + "bte-bolivia": { + "name": "BuildTheEarth: Bolivia", + "ip": + "bteconosur.com" + , + "version": "1.21.10", + "invite": "https://discord.gg/ZxPazZ6w65" + }, + "bte-military": { + "name": "Military Builders", + "ip": + "buildtheearth.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/UtRmY3B" + }, + "bte-admin": { + "name": "BuildTheEarth.net", + "ip": + "buildtheearth.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/a5umxwq6gw" + }, + "bte-event": { + "name": "BTE Event", + "ip": + "event.buildtheearth.net" + , + "version": "1.21.10", + "invite": "https://discord.gg/a5umxwq6gw" + } +} + + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/discord.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/discord.png new file mode 100644 index 0000000..08c3383 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/discord.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/intro.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/intro.png new file mode 100644 index 0000000..37a1d25 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/intro.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/replay.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/replay.png new file mode 100644 index 0000000..4141082 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/icons/replay.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/continue.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/continue.png new file mode 100644 index 0000000..6339732 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/continue.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/continue_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/continue_hover.png new file mode 100644 index 0000000..50c80b1 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/continue_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/multiplayer.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/multiplayer.png new file mode 100644 index 0000000..089437a Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/multiplayer.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/multiplayer_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/multiplayer_hover.png new file mode 100644 index 0000000..b8d4c38 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/multiplayer_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/singleplayer.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/singleplayer.png new file mode 100644 index 0000000..de1f500 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/singleplayer.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/singleplayer_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/singleplayer_hover.png new file mode 100644 index 0000000..030c8e3 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/images/singleplayer_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/build_regions_map.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/build_regions_map.png new file mode 100644 index 0000000..2493cb5 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/build_regions_map.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_back.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_back.png new file mode 100644 index 0000000..e8ba512 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_back.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_done.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_done.png new file mode 100644 index 0000000..bc4dd58 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_done.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_next.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_next.png new file mode 100644 index 0000000..3dbae1f Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_next.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_skip.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_skip.png new file mode 100644 index 0000000..afaef94 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/intro_skip.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/projection.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/projection.png new file mode 100644 index 0000000..567a014 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/projection.png differ diff --git a/overrides/config/fancymenu/assets/intro/scale.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/scale.png similarity index 100% rename from overrides/config/fancymenu/assets/intro/scale.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/intro/scale.png diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/introduction.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/introduction.json new file mode 100644 index 0000000..deb8651 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/introduction.json @@ -0,0 +1,16 @@ +{ + "content": [ + "%n%### **Welcome to BuildTheEarth! 🌎**%n%%n%%n%We are the go-to community for bringing real-life places to Minecraft, 1:1! This modpack contains *all* the necessary tools and info needed to explore or contribute to this project!%n%%n%Before starting to use this modpack, there are some things you should know about this project.%n%%n%Click *Next* to continue.", + "%n%### **Unit of Measurement 📏**%n%%n%%n%In BuildTheEarth (BTE), 1 meter in real life = 1 block in Minecraft.%n%- If it is in decimal, round it to the nearest number. (1.76 ≈ 2)%n%![Scale](config/fancymenu/assets/intro/scale.png)", + "%n%### **Map Projection 🧭**%n%%n%%n%The world is round, but Minecraft is flat. This results in distortion.%n%We cannot fix this, but we can reduce its effects.%n%%n%So we have to use a special map projection called *Dymaxion Projection*, which looks different from regular maps. Scroll below to view it.%n%%n%![Projection](config/fancymenu/assets/intro/projection.png)%n%%n%> Each color band adds 0.1 to the distortion. First red band: 1.1 Blocks : 1 meter.", + "%n%### **Build Regions 🔧**%n%%n%%n%As the world is very big, we have to divide it by regions.%n%This allows for easier management. Sometimes we call them Build Teams.%n%%n%Each Build Region consists of one or more servers, mananged by staffs. They may have different rules and standards for building, but the same scale and projection is still used.%n%%n%For example, Scotland is under BTE UK, Thailand is under BTE ASEAN, Egypt is under BTE Africa, etc.", + "%n%### **Build Regions 🔧**%n%%n%%n%A map of all regions can viewed below.%n%This modpack contains the server ips of all Build Regions with a map GUI.%n%%n%![Projection](config/fancymenu/assets/intro/build_regions_map.png)%n%%n%> Some countries may be grouped together for efficiency, so don't be suprised to see Czech Republic and Slovakia combined, or the whole of Africa under 1 Build Region.", + "%n%### **Contribution 🤝**%n%%n%%n%We are always in need of Builders to help out!%n%All Build Regions have their ways for you to apply for one.%n%You can choose to work by yourself or with your friends in the Build Region.%n%%n%It's okay if you don't have the building skills, we are happy to assist.%n%%n%There are also plenty of other ways to contribute, such as taking photo references of buildings which are difficult to view in Google Maps.%n%%n%The next page briefly describes the way we build.", + "%n%### **How buildings are made 🏡**%n%%n%%n%As BTE is based of an established projection and scale, we can make use of map services such as Google Maps to get the corners of a building and place them into Minecraft.%n%%n%Don't worry if you don't understand, many Build Regions have their own hands on tutorial for you to complete.%n%%n%To do this, we have to do the following:%n%- Step 1: Open Google Maps and view a building we want to build.%n%- Step 2: Right click on the corner of the building and copy its coordinates. An example of coordinates is *1.3622, 103.9538*.%n%- Step 3: Go into Minecraft and type in /tpll, followed by the coordinates by pasting it. Following the example, */tpll 1.3622, 103.9538*.%n%- Step 4: Press enter. You will teleported to the Minecraft coordinate of that building corner. Place a block to indicate it.%n%%n%> The /tpll command only works in Build Region Servers. You can only build for BTE in these servers, use of singleplayer is highly discouraged.", + "%n%### **Discord 💬**%n%%n%%n%We mainly have our discussions and chats on Discord, so we highly recommend you to join in! Feel free to ask any questions in #support. %n%%n%Showcases of builds are ocassionally posted, and many Build Regions have their Minecraft chats connected as well. Some Builder applications also require you to join the Discord servers.%n%%n%To get started, you can join the main BTE discord. Enjoy exploring or building!%n%%n%[Discord link](https://discord.com/invite/buildtheearth-net-690908396404080650)" + ], + "length": "7" +} + + + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_africa/africarebuilt.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_africa/africarebuilt.png new file mode 100644 index 0000000..444b329 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_africa/africarebuilt.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/asean.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/asean.png new file mode 100644 index 0000000..203f9ea Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/asean.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/china.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/china.png new file mode 100644 index 0000000..fc59a3e Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/china.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/hkmu.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/hkmu.png new file mode 100644 index 0000000..ee6d898 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/hkmu.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/japan.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/japan.png new file mode 100644 index 0000000..60d2899 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/japan.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/korea.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/korea.png new file mode 100644 index 0000000..4a11481 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/korea.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/middleeast.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/middleeast.png new file mode 100644 index 0000000..1ec6725 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/middleeast.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/southasia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/southasia.png new file mode 100644 index 0000000..77af163 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/southasia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/taiwan.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/taiwan.png new file mode 100644 index 0000000..03abd0e Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/taiwan.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/teamcis.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/teamcis.png new file mode 100644 index 0000000..dbff6ba Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_asia/teamcis.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_australia/australia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_australia/australia.png new file mode 100644 index 0000000..a16ee2a Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_australia/australia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/alps.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/alps.png new file mode 100644 index 0000000..0ddb1a9 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/alps.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/balkans.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/balkans.png new file mode 100644 index 0000000..b891917 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/balkans.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/benelux.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/benelux.png new file mode 100644 index 0000000..ef56342 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/benelux.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/czech.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/czech.png new file mode 100644 index 0000000..b010176 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/czech.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/france.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/france.png new file mode 100644 index 0000000..a12497c Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/france.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/germany.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/germany.png new file mode 100644 index 0000000..dc152dd Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/germany.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/hungary.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/hungary.png new file mode 100644 index 0000000..9ead6da Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/hungary.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/iberia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/iberia.png new file mode 100644 index 0000000..d32fb62 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/iberia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/ireland.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/ireland.png new file mode 100644 index 0000000..e152f69 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/ireland.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/italia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/italia.png new file mode 100644 index 0000000..725f8df Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/italia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/norbal.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/norbal.png new file mode 100644 index 0000000..fbce25c Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/norbal.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/poland.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/poland.png new file mode 100644 index 0000000..5dd2ba5 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/poland.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/rommol.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/rommol.png new file mode 100644 index 0000000..ee91235 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/rommol.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/turkey.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/turkey.png new file mode 100644 index 0000000..98b7a20 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/turkey.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/uk.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/uk.png new file mode 100644 index 0000000..6ab9bb6 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/uk.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/ukraine.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/ukraine.png new file mode 100644 index 0000000..e721b1c Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_europe/ukraine.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_afr.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_afr.png new file mode 100644 index 0000000..d348a4d Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_afr.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_asia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_asia.png new file mode 100644 index 0000000..8669321 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_asia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_eu.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_eu.png new file mode 100644 index 0000000..5e4881f Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_eu.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_northamerica.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_northamerica.png new file mode 100644 index 0000000..dcfb65a Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_northamerica.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_oceania.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_oceania.png new file mode 100644 index 0000000..431ab6b Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_oceania.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_southamerica.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_southamerica.png new file mode 100644 index 0000000..5f7bf17 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_layout/continent_southamerica.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/canada.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/canada.png new file mode 100644 index 0000000..3292940 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/canada.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/mexico.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/mexico.png new file mode 100644 index 0000000..d04ea96 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/mexico.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/newjersey.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/newjersey.png new file mode 100644 index 0000000..554497f Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/newjersey.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/nla.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/nla.png new file mode 100644 index 0000000..cc5dee2 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/nla.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/nyc.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/nyc.png new file mode 100644 index 0000000..82a9772 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/nyc.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/usa.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/usa.png new file mode 100644 index 0000000..882f452 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_na/usa.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/argentina.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/argentina.png new file mode 100644 index 0000000..8079ffc Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/argentina.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/bolivia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/bolivia.png new file mode 100644 index 0000000..37c18ed Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/bolivia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/brasil.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/brasil.png new file mode 100644 index 0000000..2bf69f7 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/brasil.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/chile.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/chile.png new file mode 100644 index 0000000..79bdab2 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/chile.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/paraguay.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/paraguay.png new file mode 100644 index 0000000..7858bab Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/paraguay.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/peru.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/peru.png new file mode 100644 index 0000000..11540c9 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/labels/bte_sa/peru.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-africa.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-africa.png new file mode 100644 index 0000000..7394b60 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-africa.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-asia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-asia.png new file mode 100644 index 0000000..422d8a0 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-asia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-australia.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-australia.png new file mode 100644 index 0000000..019df2a Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-australia.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-europe.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-europe.png new file mode 100644 index 0000000..9431758 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-europe.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-north-america.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-north-america.png new file mode 100644 index 0000000..844c68f Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-north-america.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-south-america.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-south-america.png new file mode 100644 index 0000000..9f30e01 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map-south-america.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map.png new file mode 100644 index 0000000..0b14e7e Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/map.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/maps-bg.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/maps-bg.png new file mode 100644 index 0000000..e11ba35 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/maps/maps-bg.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/release.ogg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/release.ogg new file mode 100644 index 0000000..178c59e Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/release.ogg differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/template-json.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/template-json.txt new file mode 100644 index 0000000..81da3e0 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/template-json.txt @@ -0,0 +1,73 @@ +{ + "placeholder": "serverplayercount", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.bte-asean.ip"}}" + } +} +{ + "placeholder": "serverversion", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.bte-asean.ip"}}" + } +} +{ + "placeholder": "serverstatus", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.bte-asean.ip"}}" + } +} + +{ + "placeholder": "json", + "values": { + "source": "/config/fancymenu/assets/buildteams.json", + "json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"} + }.ip" + } +} + +{ + "placeholder": "json", + "values": { + "source": "/config/fancymenu/assets/buildteams.json", + "json_path": "$.bte-.name" + } +} + +Players: { + "placeholder": "serverplayercount", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"} + }.ip"}}" + } +} +Version: { + "placeholder": "serverversion", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"} + }.ip"}}" + } +} +Players: { + "placeholder": "serverplayercount", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"} + }.ip"}}" + } +} +{ + "placeholder": "serverstatus", + "values": { + "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json", + "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"} + }.ip"}}" + } +} +&e +current_server:bte- \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/advance.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/advance.png new file mode 100644 index 0000000..0106230 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/advance.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/back.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/back.png new file mode 100644 index 0000000..c5a23b3 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/back.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/back_to.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/back_to.png new file mode 100644 index 0000000..8870683 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/back_to.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/bg-2.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/bg-2.png new file mode 100644 index 0000000..2f53ea7 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/bg-2.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/bg.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/bg.png new file mode 100644 index 0000000..bd7420b Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/bg.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button.png new file mode 100644 index 0000000..28c089f Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_2.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_2.png new file mode 100644 index 0000000..91617c6 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_2.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_2_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_2_hover.png new file mode 100644 index 0000000..cb85776 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_2_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_back.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_back.png new file mode 100644 index 0000000..f412b64 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_back.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_back_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_back_hover.png new file mode 100644 index 0000000..36bb188 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_back_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_hover.png new file mode 100644 index 0000000..d0da198 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_legacy.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_legacy.png new file mode 100644 index 0000000..f773bbb Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_legacy.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_legacy_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_legacy_hover.png new file mode 100644 index 0000000..70f940f Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_legacy_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_main.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_main.png new file mode 100644 index 0000000..c39fb0b Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_main.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_main_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_main_hover.png new file mode 100644 index 0000000..9df2a75 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/button_main_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/cancel.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/cancel.png new file mode 100644 index 0000000..5ef3434 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/cancel.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/comp.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/comp.png new file mode 100644 index 0000000..17ced46 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/comp.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/continent_title.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/continent_title.png new file mode 100644 index 0000000..4303919 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/continent_title.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/continue.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/continue.png new file mode 100644 index 0000000..16e5546 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/continue.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/discord.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/discord.png new file mode 100644 index 0000000..ef49545 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/discord.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/discord_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/discord_hover.png new file mode 100644 index 0000000..01fc378 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/discord_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/event.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/event.png new file mode 100644 index 0000000..8885495 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/event.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/hub.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/hub.png new file mode 100644 index 0000000..d52c081 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/hub.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/leave.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/leave.png new file mode 100644 index 0000000..d431cc4 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/leave.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/mod.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/mod.png new file mode 100644 index 0000000..21d2c25 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/mod.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/multi.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/multi.png new file mode 100644 index 0000000..d49bb07 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/multi.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/notice.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/notice.png new file mode 100644 index 0000000..8fc944b Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/notice.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/notice_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/notice_hover.png new file mode 100644 index 0000000..ba30bed Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/notice_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/player_report.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/player_report.png new file mode 100644 index 0000000..6074eab Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/player_report.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/quit.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/quit.png new file mode 100644 index 0000000..45a9f95 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/quit.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/region_title.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/region_title.png new file mode 100644 index 0000000..0260121 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/region_title.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/replay.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/replay.png new file mode 100644 index 0000000..ff3b499 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/replay.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/replay_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/replay_hover.png new file mode 100644 index 0000000..96d44e2 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/replay_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/setting.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/setting.png new file mode 100644 index 0000000..ffb0e40 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/setting.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider.png new file mode 100644 index 0000000..7e14190 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider_bg.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider_bg.png new file mode 100644 index 0000000..8b223bb Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider_bg.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider_hover.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider_hover.png new file mode 100644 index 0000000..be99e9d Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/slider_hover.png differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/statistic.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/statistic.png new file mode 100644 index 0000000..3c8885b Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/textures/statistic.png differ diff --git a/overrides/config/fancymenu/assets/tips.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/tips.txt similarity index 100% rename from overrides/config/fancymenu/assets/tips.txt rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/assets/tips.txt diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/custom_gui_screens.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/custom_gui_screens.txt new file mode 100644 index 0000000..6b3642a --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/custom_gui_screens.txt @@ -0,0 +1,94 @@ +type = custom_gui_screens + +overridden_screens { + com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen = replay_mod +} + +custom_gui { + identifier = bte_eu + title = + allow_esc = true + transparent_world_background = true + transparent_world_background_overlay = true + pause_game = true + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_special + title = + allow_esc = true + transparent_world_background = false + transparent_world_background_overlay = true + pause_game = false + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_na + title = + allow_esc = true + transparent_world_background = true + transparent_world_background_overlay = true + pause_game = true + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_ausie + title = + allow_esc = true + transparent_world_background = false + transparent_world_background_overlay = true + pause_game = false + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_sa + title = + allow_esc = true + transparent_world_background = true + transparent_world_background_overlay = true + pause_game = true + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_layout + title = + allow_esc = true + transparent_world_background = false + transparent_world_background_overlay = true + pause_game = false + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_africa + title = + allow_esc = true + transparent_world_background = true + transparent_world_background_overlay = true + pause_game = true + popup_mode = false + popup_mode_background_overlay = true +} + +custom_gui { + identifier = bte_asia + title = + allow_esc = true + transparent_world_background = false + transparent_world_background_overlay = true + pause_game = false + popup_mode = false + popup_mode_background_overlay = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customizablemenus.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..512eb32 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customizablemenus.txt @@ -0,0 +1,53 @@ +type = customizablemenus + +de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen { +} + +net.minecraft.class_433 { +} + +com.terraformersmc.modmenu.gui.ModsScreen { +} + +net.minecraft.class_429 { +} + +com.viaversion.viafabricplus.screen.impl.ProtocolSelectionScreen { +} + +net.minecraft.class_500 { +} + +net.minecraft.class_442 { +} + +net.minecraft.class_412 { +} + +net.minecraft.class_435 { +} + +net.minecraft.class_424 { +} + +net.minecraft.class_3928 { +} + +net.minecraft.class_419 { +} + +net.minecraft.class_526 { +} + +net.minecraft.class_525 { +} + +net.minecraft.class_310 { +} + +net.minecraft.class_8032 { +} + +net.minecraft.class_4749 { +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/accessibility_onboarding_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/accessibility_onboarding_screen_layout.txt new file mode 100644 index 0000000..6080a77 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/accessibility_onboarding_screen_layout.txt @@ -0,0 +1,740 @@ +type = fancymenu_layout + +layout-meta { + identifier = accessibility_onboarding_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781708792553 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:ca938214-7cd7-4557-b369-4215ad44a5dd-1781708792619] = [groups:][instances:] +} + +menu_background { + instance_identifier = fcc78209-5fd7-4e1c-9c87-f7467014dd7e-1781708780325 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 95bfcb1b-73bb-4534-898a-07243e622556-1781708780325 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 0d6e3176-ee4a-4135-8961-4dad3a319af9-1781708780325 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 2fa55635-b1c1-451f-bd20-f8fecc4e04a8-1781708780326 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = b0e4baeb-4780-4262-a68c-6937d372f55e-1781708780326 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 2d1bc77c-f625-4b03-a84b-567f3bc32d7a-1781708780326 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = b00d94c0-d640-4223-b764-a09f851e215c-1781708780326 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = dfec6b51-f991-4257-9b75-88cf5f71da21-1781708780326 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = e2ee7f9b-27d6-47eb-832a-ba1241ee2679-1781708780326 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 9a9a3e3f-339c-4279-8b24-7ad30a412269-1781708780326 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 5fce759c-16d7-4d91-a76e-c1e6a0155c51-1781708780326 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 8f8fb5c6-0a30-4e85-b576-b46a5167278b-1781708780326 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 2997665f-059f-4015-adf2-ad02f8f40c35-1781708780327 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = bb706b1f-b4bb-4055-939c-8eec8b9c87ed-1781708780327 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 7df6bab7-0dcf-4798-8ee5-452c510351f3-1781708780327 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 8dc8f03e-6007-46fe-819c-aaa7cdb1fbd8-1781708780327 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 063b87a9-99d8-4263-942f-718774c1d6af-1781708780327 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = d0f3ca36-eef1-4c42-ba64-1690d17e62bb-1781708780327 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = dd77936d-9513-48a0-a421-119c1753b5ba-1781708780327 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 0996338b-8178-431b-8186-aef1378849b9-1781708780328 + [executable_block:0996338b-8178-431b-8186-aef1378849b9-1781708780328][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b236bd44-7e6d-4203-823c-5d0510ef5743-1781708780328 + [loading_requirement_container_meta:b236bd44-7e6d-4203-823c-5d0510ef5743-1781708780328] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 313128 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 293 + y = 128 + width = 374 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = 2f81f250-986f-4277-8915-45a0638867f8-1781708780328 + [loading_requirement_container_meta:2f81f250-986f-4277-8915-45a0638867f8-1781708780328] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = c0602727-b5b7-4c94-8da5-83d60167e7c9-1781708780329 + [executable_block:c0602727-b5b7-4c94-8da5-83d60167e7c9-1781708780329][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 2f638f4c-f0c7-4387-b093-ad9605027f29-1781708780329 + [loading_requirement_container_meta:2f638f4c-f0c7-4387-b093-ad9605027f29-1781708780329] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 425974 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 405 + y = 521 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = bd22f26a-a733-4fcb-b54b-11b6a6bbf2d0-1781708780329 + [loading_requirement_container_meta:bd22f26a-a733-4fcb-b54b-11b6a6bbf2d0-1781708780329] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = fa40db7f-0f84-443f-9335-81f223e4e92a-1781708780328 + [executable_block:fa40db7f-0f84-443f-9335-81f223e4e92a-1781708780328][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 341ba870-5e1e-4a2a-9b61-f356401a3f5f-1781708780328 + [loading_requirement_container_meta:341ba870-5e1e-4a2a-9b61-f356401a3f5f-1781708780328] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 425203 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 405 + y = 203 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 318a361f-b9cf-4c1e-89c4-80b235827b49-1781708780328 + [loading_requirement_container_meta:318a361f-b9cf-4c1e-89c4-80b235827b49-1781708780328] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = d38d93e4-6289-43a6-aba5-663b375fd5e0-1781708780328 + [executable_block:d38d93e4-6289-43a6-aba5-663b375fd5e0-1781708780328][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 5abdb9d2-1361-4139-abd3-cc54e218f1cb-1781708780328 + [loading_requirement_container_meta:5abdb9d2-1361-4139-abd3-cc54e218f1cb-1781708780328] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 425175 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 405 + y = 175 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = cada5917-a62d-4a8d-a435-8b1a957299a7-1781708780328 + [loading_requirement_container_meta:cada5917-a62d-4a8d-a435-8b1a957299a7-1781708780328] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 2f102b41-8ba4-4b16-a489-f9f95024f871-1781708780329 + [executable_block:2f102b41-8ba4-4b16-a489-f9f95024f871-1781708780329][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 980d3ec7-5864-4589-83ee-625c557e02f3-1781708780329 + [loading_requirement_container_meta:980d3ec7-5864-4589-83ee-625c557e02f3-1781708780329] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 425231 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 405 + y = 231 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 349f0375-17d0-4f5f-8fc5-135fe01e3cae-1781708780328 + [loading_requirement_container_meta:349f0375-17d0-4f5f-8fc5-135fe01e3cae-1781708780328] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_africa_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_africa_layout.txt new file mode 100644 index 0000000..307a4bc --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_africa_layout.txt @@ -0,0 +1,1075 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_africa + render_custom_elements_behind_vanilla = false + last_edited_time = 1781828128243 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:0c3b9e75-afd3-4ea1-ba74-f0ed5de5fcc5-1781828119182] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +layer_group { + group_name = southasia + collapsed = true + element_ids = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353;eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353; +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + x = -188 + y = 33 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map-africa.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-africa.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:7479fac9-643a-404f-8235-042e2c7b0456-1781580013114][action_type:set_variable] = current_server:bte-africa + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;7479fac9-643a-404f-8235-042e2c7b0456-1781580013114;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_africa/africarebuilt.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_africa/africarebuilt.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-africa.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-africa.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-africa.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 175 + y = 82 + width = 85 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-africa.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + x = 56 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + element_type = image + instance_identifier = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = 4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908 + [loading_requirement_container_meta:4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/region_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 39a5a3c8-8142-4e6a-be39-6ce21f4d4b0b-1781671977977 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 49a2046a-ae73-444c-b1e5-4a56a2211ffa-1781671977978 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 49a2046a-ae73-444c-b1e5-4a56a2211ffa-1781671977978 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 89ef91e2-4ded-4990-a6af-5ea5216a366c-1781707410792 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 2504e499-5412-4c81-ad19-ede2eea65eae-1781707410794 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_asia_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_asia_layout.txt new file mode 100644 index 0000000..998cdb6 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_asia_layout.txt @@ -0,0 +1,2490 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_asia + render_custom_elements_behind_vanilla = false + last_edited_time = 1781828071557 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:53fd7c5c-b9f9-49e6-9daa-068d793cddf1-1781828060538] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +layer_group { + group_name = teamcis + element_ids = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986;f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987; +} + +layer_group { + group_name = southasia + collapsed = true + element_ids = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353;eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353; +} + +layer_group { + group_name = middleeast + collapsed = true + element_ids = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493;825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494; +} + +layer_group { + group_name = china + collapsed = true + element_ids = 6790ecce-796e-40a1-86e0-802a07d7da3c-1781288606323;b83128d5-17a2-4f31-af9e-82482fcc931b-1781288606325; +} + +layer_group { + group_name = korea + collapsed = true + element_ids = 938694b3-f21b-4446-b40f-6d253044e26f-1781282186636;da523c30-37f3-4351-ae7c-c5db5b6d61e3-1781282186638; +} + +layer_group { + group_name = hk-mu + collapsed = true + element_ids = eb420181-b1a2-419e-8af8-beedcf92bdde-1781283549437;7424d09b-d81d-4339-b759-5f202c62b97d-1781283549438; +} + +layer_group { + group_name = taiwan + collapsed = true + element_ids = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701;02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704; +} + +layer_group { + group_name = asean + collapsed = true + element_ids = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775;74f30601-1d92-41aa-a7ce-ac4f7364cb53-1781228178286; +} + +layer_group { + group_name = japan + collapsed = true + element_ids = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455;9936ba6c-6698-4923-9901-79fc9fa4e611-1781281925457; +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ce3806fa-f88a-4c05-97ac-38c4470f7e59-1781219597673 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = ba9826c3-3f08-4ea5-ab6f-62099574eac1-1781219626166 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ba9826c3-3f08-4ea5-ab6f-62099574eac1-1781219626166 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + x = -188 + y = 33 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map-asia.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-teamcis.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:ab607c2e-2b48-407d-89af-b9bce01ddcda-1781551120364][action_type:set_variable] = current_server:bte-teamcis + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;ab607c2e-2b48-407d-89af-b9bce01ddcda-1781551120364;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/teamcis.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/teamcis.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-teamcis.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-teamcis.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-teamcis.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 160 + y = 56 + width = 57 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-teamcis.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + x = 28 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-southasia.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:7036c1ba-c705-4b1a-93d9-f3d4341fd61c-1781551025327][action_type:set_variable] = current_server:bte-southasia + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;7036c1ba-c705-4b1a-93d9-f3d4341fd61c-1781551025327;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/southasia.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/southasia.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-southasia.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-southasia.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-southasia.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 120 + y = 136 + width = 67 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-southasia.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + x = 38 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-middleeast.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:8bda7e5d-dc01-476d-accc-98989478b714-1781551074602][action_type:set_variable] = current_server:bte-middleeast + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;8bda7e5d-dc01-476d-accc-98989478b714-1781551074602;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/middleeast.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/middleeast.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-middleeast.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-middleeast.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-middleeast.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 86 + y = 110 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-middleeast.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + x = 45 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-china.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1329aafe-74c4-4c49-bdaa-c5ffce6a86bc-1781551052927][action_type:set_variable] = current_server:bte-china + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;1329aafe-74c4-4c49-bdaa-c5ffce6a86bc-1781551052927;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/china.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/china.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-china.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-china.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-china.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 6790ecce-796e-40a1-86e0-802a07d7da3c-1781288606323 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 178 + y = 110 + width = 43 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-china.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = b83128d5-17a2-4f31-af9e-82482fcc931b-1781288606325 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 6790ecce-796e-40a1-86e0-802a07d7da3c-1781288606323 + x = 14 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-korea.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:a901e616-1a4a-4471-b81d-66437415eb0e-1781551099831][action_type:set_variable] = current_server:bte-korea + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;a901e616-1a4a-4471-b81d-66437415eb0e-1781551099831;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/korea.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/korea.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-korea.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-korea.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-korea.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 938694b3-f21b-4446-b40f-6d253044e26f-1781282186636 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 229 + y = 96 + width = 43 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-korea.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = da523c30-37f3-4351-ae7c-c5db5b6d61e3-1781282186638 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 938694b3-f21b-4446-b40f-6d253044e26f-1781282186636 + x = 14 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-hkmu.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:ce41b7e1-3094-43ea-8aef-1dc95257f63d-1781550903906][action_type:set_variable] = current_server:bte-hkmu + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;ce41b7e1-3094-43ea-8aef-1dc95257f63d-1781550903906;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/hkmu.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/hkmu.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-hkmu.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-hkmu.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-hkmu.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = eb420181-b1a2-419e-8af8-beedcf92bdde-1781283549437 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 202 + y = 141 + width = 43 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-hkmu.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 7424d09b-d81d-4339-b759-5f202c62b97d-1781283549438 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = eb420181-b1a2-419e-8af8-beedcf92bdde-1781283549437 + x = 14 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-taiwan.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:0c0c5d27-fc56-4b79-b556-9d334333add9-1781550930074][action_type:set_variable] = current_server:bte-taiwan + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;0c0c5d27-fc56-4b79-b556-9d334333add9-1781550930074;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/taiwan.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/taiwan.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-taiwan.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-taiwan.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-taiwan.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 251 + y = 133 + width = 49 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-taiwan.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + x = 20 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-asean.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:b4ff01a9-44d8-4c09-9a73-db33632cf681-1781541054329][action_type:set_variable] = current_server:bte-asean + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;b4ff01a9-44d8-4c09-9a73-db33632cf681-1781541054329;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/asean.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/asean.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-asean.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-asean.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-asean.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 227 + y = 171 + width = 43 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-asean.ip"}}"%n% }%n%} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 74f30601-1d92-41aa-a7ce-ac4f7364cb53-1781228178286 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775 + x = 14 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-japan.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:de2195aa-c5a9-4cbe-a27a-e632f6afed6e-1781550954798][action_type:set_variable] = current_server:bte-japan + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;de2195aa-c5a9-4cbe-a27a-e632f6afed6e-1781550954798;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_asia/japan.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_asia/japan.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-japan.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-japan.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-japan.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 275 + y = 106 + width = 43 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-japan.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 9936ba6c-6698-4923-9901-79fc9fa4e611-1781281925457 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455 + x = 14 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + element_type = image + instance_identifier = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = 4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908 + [loading_requirement_container_meta:4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/region_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 9e0fcb1b-b5da-465a-9b58-c5f833555b51-1781648061531 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 084f07c8-41b4-4f02-b642-b5e5edc5fcd3-1781648061532 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_europe_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_europe_layout.txt new file mode 100644 index 0000000..9884637 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_europe_layout.txt @@ -0,0 +1,3518 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_eu + render_custom_elements_behind_vanilla = false + last_edited_time = 1781829506096 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:38649128-10b5-4c9e-865c-ffb570797215-1781829495962] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +layer_group { + group_name = norbal + element_ids = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986;f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987; +} + +layer_group { + group_name = balkans + collapsed = true + element_ids = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353;eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353; +} + +layer_group { + group_name = iberia + collapsed = true + element_ids = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493;825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494; +} + +layer_group { + group_name = hungary + collapsed = true + element_ids = 6790ecce-796e-40a1-86e0-802a07d7da3c-1781288606323;b83128d5-17a2-4f31-af9e-82482fcc931b-1781288606325; +} + +layer_group { + group_name = ukraine + collapsed = true + element_ids = 938694b3-f21b-4446-b40f-6d253044e26f-1781282186636;da523c30-37f3-4351-ae7c-c5db5b6d61e3-1781282186638; +} + +layer_group { + group_name = italia + collapsed = true + element_ids = eb420181-b1a2-419e-8af8-beedcf92bdde-1781283549437;7424d09b-d81d-4339-b759-5f202c62b97d-1781283549438; +} + +layer_group { + group_name = alps-bte + collapsed = true + element_ids = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701;02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704; +} + +layer_group { + group_name = turkey + collapsed = true + element_ids = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775;74f30601-1d92-41aa-a7ce-ac4f7364cb53-1781228178286; +} + +layer_group { + element_ids = 0c9ecc43-980a-450d-9f89-022e16c23672-1781463096430;0b3825df-57b1-469e-97b4-99f7f3c5ae03-1781463096433; +} + +layer_group { + element_ids = c10492ec-b194-4c82-872b-3a7d8e45cfee-1781463235989;1e987d79-8839-413d-a6c0-5ecff973f837-1781463235991; +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = eadf5c20-59b9-4abe-a6a8-1807b3cba3c6-1781373511076 + x = -188 + y = 24 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map-europe.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-norbal.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:cc452806-ac28-4c48-a234-f883ae9ce2ad-1781552098633][action_type:set_variable] = current_server:bte-norbal + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;cc452806-ac28-4c48-a234-f883ae9ce2ad-1781552098633;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/norbal.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/norbal.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-norbal.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-norbal.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-norbal.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 186 + y = 35 + width = 83 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-norbal.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + x = 54 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-balkans.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:5af3a5ed-4e1d-4b99-9905-21f14f4d3dfc-1781551787245][action_type:set_variable] = current_server:bte-balkans + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;5af3a5ed-4e1d-4b99-9905-21f14f4d3dfc-1781551787245;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/balkans.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/balkans.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-balkans.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-balkans.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-balkans.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 205 + y = 176 + width = 55 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-balkans.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + x = 26 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-iberia.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:e29a993b-03ee-46dc-a360-02eb72fe63a8-1781551808046][action_type:set_variable] = current_server:bte-iberia + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;e29a993b-03ee-46dc-a360-02eb72fe63a8-1781551808046;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/iberia.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/iberia.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-iberia.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-iberia.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-iberia.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 103 + y = 176 + width = 45 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-iberia.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + x = 16 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-hungary.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:142f7745-698c-4b28-8604-d244b485ff01-1781551826662][action_type:set_variable] = current_server:bte-hungary + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;142f7745-698c-4b28-8604-d244b485ff01-1781551826662;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/hungary.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/hungary.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-hungary.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-hungary.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-hungary.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 6790ecce-796e-40a1-86e0-802a07d7da3c-1781288606323 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 214 + y = 151 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-hungary.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = b83128d5-17a2-4f31-af9e-82482fcc931b-1781288606325 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 6790ecce-796e-40a1-86e0-802a07d7da3c-1781288606323 + x = 27 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-ukraine.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:9b340755-65bb-4e27-959a-7f17fb9c0fbf-1781551871805][action_type:set_variable] = current_server:bte-ukraine + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;9b340755-65bb-4e27-959a-7f17fb9c0fbf-1781551871805;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/ukraine.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/ukraine.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-ukraine.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-ukraine.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-ukraine.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 938694b3-f21b-4446-b40f-6d253044e26f-1781282186636 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 247 + y = 125 + width = 52 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-ukraine.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = da523c30-37f3-4351-ae7c-c5db5b6d61e3-1781282186638 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 938694b3-f21b-4446-b40f-6d253044e26f-1781282186636 + x = 23 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-italia.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:8ec74087-463b-413a-897a-99d8e58a34ea-1781551846927][action_type:set_variable] = current_server:bte-italia + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;8ec74087-463b-413a-897a-99d8e58a34ea-1781551846927;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/italia.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/italia.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-italia.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-italia.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-italia.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = eb420181-b1a2-419e-8af8-beedcf92bdde-1781283549437 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 169 + y = 151 + width = 43 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-italia.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 7424d09b-d81d-4339-b759-5f202c62b97d-1781283549438 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = eb420181-b1a2-419e-8af8-beedcf92bdde-1781283549437 + x = 14 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-alps.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:e614b30d-bea8-4996-acc1-ce790c6d7e51-1781551896233][action_type:set_variable] = current_server:bte-alps + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;e614b30d-bea8-4996-acc1-ce790c6d7e51-1781551896233;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/alps.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/alps.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-alps.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-alps.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-alps.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 189 + y = 125 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-alps.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + x = 27 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-turkey.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:fafb022a-26df-4f34-9114-7e1d66930bc3-1781551762155][action_type:set_variable] = current_server:bte-turkey + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;fafb022a-26df-4f34-9114-7e1d66930bc3-1781551762155;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/turkey.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/turkey.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-turkey.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-turkey.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-turkey.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 268 + y = 176 + width = 49 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-turkey.ip"}}"%n% }%n%} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 74f30601-1d92-41aa-a7ce-ac4f7364cb53-1781228178286 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775 + x = 20 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-france.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:dded8513-bdbc-445f-9a8c-0d810b82b8bd-1781551915154][action_type:set_variable] = current_server:bte-france + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;dded8513-bdbc-445f-9a8c-0d810b82b8bd-1781551915154;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/france.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/france.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-france.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-france.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-france.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0c9ecc43-980a-450d-9f89-022e16c23672-1781463096430 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 137 + y = 125 + width = 50 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-france.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 0b3825df-57b1-469e-97b4-99f7f3c5ae03-1781463096433 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0c9ecc43-980a-450d-9f89-022e16c23672-1781463096430 + x = 21 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-uk.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:6af7fa59-96f2-4118-a11d-0f8c17b41abf-1781552078729][action_type:set_variable] = current_server:bte-uk + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;6af7fa59-96f2-4118-a11d-0f8c17b41abf-1781552078729;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/uk.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/uk.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-uk.name"%n% }%n%} &r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-uk.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-uk.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c10492ec-b194-4c82-872b-3a7d8e45cfee-1781463235989 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 63 + y = 75 + width = 90 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-uk.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 1e987d79-8839-413d-a6c0-5ecff973f837-1781463235991 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = c10492ec-b194-4c82-872b-3a7d8e45cfee-1781463235989 + x = 61 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + element_type = image + instance_identifier = eadf5c20-59b9-4abe-a6a8-1807b3cba3c6-1781373511076 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = d00ffacc-d43e-4c56-ba74-cb05c27a9cbf-1781373511076 + [loading_requirement_container_meta:d00ffacc-d43e-4c56-ba74-cb05c27a9cbf-1781373511076] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/region_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-ireland.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:3faad5cf-ad03-4234-8775-23a4317275ce-1781551960254][action_type:set_variable] = current_server:bte-ireland + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;3faad5cf-ad03-4234-8775-23a4317275ce-1781551960254;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/ireland.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/ireland.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-ireland.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-ireland.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-ireland.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 7328622d-8868-488a-8e7f-0321101947ee-1781463700555 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 74 + y = 102 + width = 55 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-ireland.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 7ee0559c-3449-4c89-b819-66fae22d5d71-1781463700557 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 7328622d-8868-488a-8e7f-0321101947ee-1781463700555 + x = 26 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-german.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:7256b015-7d5f-4765-a4c0-1d8f052b6841-1781552012734][action_type:set_variable] = current_server:bte-german + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;7256b015-7d5f-4765-a4c0-1d8f052b6841-1781552012734;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/germany.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/germany.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-german.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-german.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-german.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 12541cba-db6d-44f5-904b-9cd4252001d4-1781463946865 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 189 + y = 100 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-german.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 484c2646-bccd-4372-951b-61d8021ced93-1781463946867 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 12541cba-db6d-44f5-904b-9cd4252001d4-1781463946865 + x = 27 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-benelux.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:a66aa3b4-1625-4dc5-bbf8-f79f6bffd01d-1781552037064][action_type:set_variable] = current_server:bte-benelux + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;a66aa3b4-1625-4dc5-bbf8-f79f6bffd01d-1781552037064;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/benelux.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/benelux.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-benelux.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-benelux.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-benelux.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 345cd1f4-16fe-46bb-8f62-51417fef15ec-1781464058417 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 131 + y = 100 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-benelux.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 86157646-c98f-4f50-9b84-a5df2359996d-1781464058418 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 345cd1f4-16fe-46bb-8f62-51417fef15ec-1781464058417 + x = 27 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-czech.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:5c443f12-ab72-4d08-abbe-e62f63aac6ec-1781552059141][action_type:set_variable] = current_server:bte-czech + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;5c443f12-ab72-4d08-abbe-e62f63aac6ec-1781552059141;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/czech.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/czech.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-czech.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-czech.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-czech.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = d7727f54-bc4b-4a3f-9ed1-a19e0380f0d5-1781464273114 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 183 + y = 75 + width = 90 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-czech.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 4ebc6a16-a8c1-44bb-a795-6769192f9c9a-1781464273116 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = d7727f54-bc4b-4a3f-9ed1-a19e0380f0d5-1781464273114 + x = 61 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-poland.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:88fe9283-c61d-4179-a8b3-88d62560bbe7-1781551990692][action_type:set_variable] = current_server:bte-poland + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;88fe9283-c61d-4179-a8b3-88d62560bbe7-1781551990692;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_europe/poland.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_europe/poland.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-poland.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-poland.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-poland.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 2508e24f-bacf-41a4-bdcf-730f322459aa-1781464466840 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 247 + y = 100 + width = 52 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-poland.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 3a50e68c-adb5-438d-aa38-007f49a4fb7f-1781464466842 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 2508e24f-bacf-41a4-bdcf-730f322459aa-1781464466840 + x = 23 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 24c1139c-b2cf-4861-a10c-baefbb3323db-1781671503681 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 951c3cd3-26a5-47ac-9b94-73a7e9556393-1781671503684 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 951c3cd3-26a5-47ac-9b94-73a7e9556393-1781671503684 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 99512f3d-39e4-4abe-a824-a1a65388dce1-1781707234462 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 2cf180b4-d5c9-4ed0-95ad-2d9883d11944-1781707234466 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_layout.txt new file mode 100644 index 0000000..ba8ad08 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_layout.txt @@ -0,0 +1,1390 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_layout + render_custom_elements_behind_vanilla = false + last_edited_time = 1781828048321 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:2d3113b4-8431-459c-965f-7105dda0bed7-1781828038547] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:c514b1bc-5e16-42e8-8137-72ed58d52323-1781579176866][action_type:opengui] = title_screen + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:c514b1bc-5e16-42e8-8137-72ed58d52323-1781579176866;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = a2feda19-160b-4252-8f03-b1d777831494-1781346520841 + x = -188 + y = 33 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:5d3ccc8c-dd4b-48d1-bad2-50983fb30a6a-1781223757816][action_type:opengui] = bte_na + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:5d3ccc8c-dd4b-48d1-bad2-50983fb30a6a-1781223757816;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_northamerica.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_northamerica.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = d4976a42-47e5-46fa-a22d-3bb51c98ede0-1781220185186 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 38 + y = 54 + width = 85 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:97daa0de-7596-477f-ba3f-ca9e5836ed37-1781223635363][action_type:opengui] = bte_asia + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:97daa0de-7596-477f-ba3f-ca9e5836ed37-1781223635363;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_asia.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_asia.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 65fdf3f9-fc90-402d-bcdd-119e24a5ef3a-1781220313737 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 312 + y = 54 + width = 36 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:e040531c-9179-4edf-848b-f0aa5145f0a1-1781223665094][action_type:opengui] = bte_eu + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:e040531c-9179-4edf-848b-f0aa5145f0a1-1781223665094;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_eu.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_eu.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 655ca7ed-aa20-48b8-b218-c0ec967b4799-1781220392006 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 193 + y = 54 + width = 50 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:81aa1206-26c6-428c-80c7-b21234bf3c38-1781223735015][action_type:opengui] = bte_sa + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:81aa1206-26c6-428c-80c7-b21234bf3c38-1781223735015;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_southamerica.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_southamerica.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0185760c-fd35-4a62-9055-a4eef2f6e0b7-1781220474204 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 87 + y = 156 + width = 85 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:d3b8de36-8661-48c4-af41-a2878e7f4328-1781223711063][action_type:opengui] = bte_africa + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:d3b8de36-8661-48c4-af41-a2878e7f4328-1781223711063;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_afr.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_afr.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = a56137ed-e505-4e4d-880d-a6ad548b2c28-1781220550775 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 193 + y = 110 + width = 50 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:e60a8286-63e2-4cc5-878d-a079e94f4d5f-1781223690079][action_type:opengui] = bte_ausie + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:e60a8286-63e2-4cc5-878d-a079e94f4d5f-1781223690079;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_oceania.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_layout/continent_oceania.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 48f252b5-fbce-4733-a1a2-1fd0f3001415-1781220613111 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 334 + y = 156 + width = 64 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = a2feda19-160b-4252-8f03-b1d777831494-1781346520841 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = d82914f4-347e-437f-bac4-f0e74d570237-1781346520841 + [loading_requirement_container_meta:d82914f4-347e-437f-bac4-f0e74d570237-1781346520841] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/continent_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 88203e8d-7b34-460f-b590-851ea7532f7a-1781671375921 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = element + anchor_point_element = f2028819-06b5-45fc-8612-d12dac85eeac-1781671375922 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = f2028819-06b5-45fc-8612-d12dac85eeac-1781671375922 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 64841cc1-13ce-442b-83bb-4317d9083905-1781707212462 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 09f9f439-e6c4-4b59-b0ff-a26c9e041b98-1781707212466 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_northamerica_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_northamerica_layout.txt new file mode 100644 index 0000000..b3da779 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_northamerica_layout.txt @@ -0,0 +1,1963 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_na + render_custom_elements_behind_vanilla = false + last_edited_time = 1781828090007 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:31ae0d3d-60a4-401e-b938-7ff4cc806fd5-1781828078380] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +layer_group { + group_name = teamcis + element_ids = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986;f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987; +} + +layer_group { + group_name = southasia + collapsed = true + element_ids = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353;eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353; +} + +layer_group { + group_name = middleeast + collapsed = true + element_ids = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493;825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494; +} + +layer_group { + group_name = taiwan + collapsed = true + element_ids = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701;02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704; +} + +layer_group { + group_name = japan + collapsed = true + element_ids = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455;9936ba6c-6698-4923-9901-79fc9fa4e611-1781281925457; +} + +layer_group { + group_name = hk-mu + collapsed = true +} + +layer_group { + group_name = china + collapsed = true +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + x = -188 + y = 33 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map-north-america.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-canada.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:448a87fc-bd6c-4526-be98-87b791f29886-1781579643990][action_type:set_variable] = current_server:bte-canada + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;448a87fc-bd6c-4526-be98-87b791f29886-1781579643990;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_na/canada.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_na/canada.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-canada.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-canada.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-canada.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 161 + y = 76 + width = 57 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-canada.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + x = 28 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-northamerica.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80a19a6f-5b26-4817-9a1b-a7b04a5730be-1781579544191][action_type:set_variable] = current_server:bte-northamerica + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;80a19a6f-5b26-4817-9a1b-a7b04a5730be-1781579544191;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_na/nla.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_na/nla.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-northamerica.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-northamerica.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-northamerica.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 191 + y = 187 + width = 114 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-northamerica.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + x = 85 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-mexico.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:2cf9d9fa-1137-4850-88a0-9bf01f9d8ffd-1781579568579][action_type:set_variable] = current_server:bte-mexico + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;2cf9d9fa-1137-4850-88a0-9bf01f9d8ffd-1781579568579;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_na/mexico.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_na/mexico.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-mexico.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-mexico.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-mexico.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 109 + y = 161 + width = 133 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-mexico.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + x = 104 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-jersey.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:e0911887-43da-4176-84cb-ea56ab7a0413-1781579590855][action_type:set_variable] = current_server:bte-jersey + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;e0911887-43da-4176-84cb-ea56ab7a0413-1781579590855;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_na/newjersey.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_na/newjersey.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-jersey.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-jersey.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-jersey.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 245 + y = 154 + width = 71 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-jersey.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + x = 42 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-nyc.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:8d0458d5-5eba-4b74-b3c9-33dab61bd44d-1781579628024][action_type:set_variable] = current_server:bte-nyc + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;8d0458d5-5eba-4b74-b3c9-33dab61bd44d-1781579628024;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_na/nyc.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_na/nyc.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-nyc.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-nyc.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-nyc.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 245 + y = 128 + width = 33 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-nyc.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 9936ba6c-6698-4923-9901-79fc9fa4e611-1781281925457 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455 + x = 4 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + element_type = image + instance_identifier = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = 4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908 + [loading_requirement_container_meta:4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/region_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-usa.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:4b88f082-7760-4995-9076-a9173f57a82c-1781579611878][action_type:set_variable] = current_server:bte-usa + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;4b88f082-7760-4995-9076-a9173f57a82c-1781579611878;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_na/usa.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_na/usa.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-usa.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-usa.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-usa.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ee219a69-fded-4a0c-95d1-701b462ee55b-1781467658592 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 156 + y = 136 + width = 86 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-usa.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 07273007-83e3-4026-a52b-e32109666968-1781467658593 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = ee219a69-fded-4a0c-95d1-701b462ee55b-1781467658592 + x = 57 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 60891f7d-0625-414e-a740-bd7ccf27e9df-1781671713181 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 5bb1f979-81fc-474f-acfe-5f775c5aac8d-1781671713183 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 5bb1f979-81fc-474f-acfe-5f775c5aac8d-1781671713183 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = bda30adc-07f7-4e52-9c31-444325da30c8-1781707364784 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b6fa592a-4353-4ad9-8a14-1b67b610f60c-1781707364792 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_oceania_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_oceania_layout.txt new file mode 100644 index 0000000..ff193f8 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_oceania_layout.txt @@ -0,0 +1,1075 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_ausie + render_custom_elements_behind_vanilla = false + last_edited_time = 1781828143337 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:bbe38db2-36ab-4757-8e2b-92127fa5b14f-1781828135032] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +layer_group { + group_name = southasia + collapsed = true + element_ids = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353;eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353; +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + x = -188 + y = 33 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map-australia.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-oceania.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:96c60715-98f5-4094-a785-0ccbed405c7c-1781580072517][action_type:set_variable] = current_server:bte-oceania + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;96c60715-98f5-4094-a785-0ccbed405c7c-1781580072517;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_australia/australia.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_australia/australia.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-oceania.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-oceania.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-oceania.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 175 + y = 82 + width = 85 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-oceania.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + x = 56 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + element_type = image + instance_identifier = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = 4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908 + [loading_requirement_container_meta:4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/region_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = fc653f0b-728f-4d81-8b69-2897314528c4-1781672026893 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 058bec27-12cb-44a7-ae05-8ea359773a42-1781672026894 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 058bec27-12cb-44a7-ae05-8ea359773a42-1781672026894 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c0c42a69-2ac3-44ae-b63f-0d3532a10b56-1781707427386 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = dae788d7-b98b-48cb-9c95-5b0a498fc757-1781707427388 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_southamerica_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_southamerica_layout.txt new file mode 100644 index 0000000..86a1230 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_southamerica_layout.txt @@ -0,0 +1,1947 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_sa + render_custom_elements_behind_vanilla = false + last_edited_time = 1781828111961 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:cc458944-9019-425b-8e2f-a71afe4bbb60-1781828099790] = [groups:][instances:] +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +layer_group { + group_name = teamcis + element_ids = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986;f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987; +} + +layer_group { + group_name = southasia + collapsed = true + element_ids = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353;eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353; +} + +layer_group { + group_name = middleeast + collapsed = true + element_ids = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493;825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494; +} + +layer_group { + group_name = taiwan + collapsed = true + element_ids = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701;02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704; +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + x = -188 + y = 33 + width = 436 + height = 214 + stay_on_screen = true + element_loading_requirement_container_identifier = cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574 + [loading_requirement_container_meta:cbc994c6-1120-402f-8b5e-b5e0ee29c17e-1781220000574] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/maps/map-south-america.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-peru.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:257496f0-6d28-4012-abcc-0264e7fc3778-1781579916313][action_type:set_variable] = current_server:bte-peru + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;257496f0-6d28-4012-abcc-0264e7fc3778-1781579916313;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_sa/peru.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_sa/peru.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-peru.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-peru.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-peru.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 159 + y = 46 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-peru.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = f38ffd4d-6b9f-4d5a-b649-7ebc4a38a457-1781289256987 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = b6e611f1-326b-4e77-8337-f98c6268d875-1781289256986 + x = 6 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-paraguay.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:23960ebe-92ae-46c8-be51-6460cc6dc3d3-1781579876967][action_type:set_variable] = current_server:bte-paraguay + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;23960ebe-92ae-46c8-be51-6460cc6dc3d3-1781579876967;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_sa/paraguay.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_sa/paraguay.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-paraguay.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-paraguay.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-paraguay.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 208 + y = 102 + width = 61 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-paraguay.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = eda58e1f-8dc7-408a-b1e8-c2fd732dd110-1781288813353 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 0207dd77-507c-482d-aeee-9e9fc3f957d6-1781288813353 + x = 32 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-chile.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:e326cc90-c7cf-47e4-92cb-bb6850698ef3-1781579860870][action_type:set_variable] = current_server:bte-chile + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;e326cc90-c7cf-47e4-92cb-bb6850698ef3-1781579860870;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_sa/chile.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_sa/chile.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-chile.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-chile.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-chile.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 163 + y = 102 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-chile.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 825c66a1-28cb-4411-86f9-4554a429fa5b-1781289036494 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 9338b07b-aee3-4365-b0a7-b85937803ba7-1781289036493 + x = 7 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-bolivia.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:b9a64bd3-72af-4fbd-b12e-1545b89d3f59-1781579896834][action_type:set_variable] = current_server:bte-bolivia + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;b9a64bd3-72af-4fbd-b12e-1545b89d3f59-1781579896834;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_sa/bolivia.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_sa/bolivia.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-bolivia.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-bolivia.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-bolivia.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 188 + y = 74 + width = 51 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-bolivia.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 02309d39-1b7e-4666-a4bd-dd52b6df5ef5-1781276996704 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = e52bc092-2022-4b58-97ef-1db64b43dc3d-1781276996701 + x = 22 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-argentina.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:aa3cda80-68f3-434f-8a17-5bf06354211a-1781579838803][action_type:set_variable] = current_server:bte-argentina + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;aa3cda80-68f3-434f-8a17-5bf06354211a-1781579838803;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_sa/argentina.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_sa/argentina.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-argentina.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-argentina.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-argentina.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 175 + y = 132 + width = 64 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-argentina.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 9936ba6c-6698-4923-9901-79fc9fa4e611-1781281925457 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = 2945e778-995b-4a72-97dd-897fa2db6d35-1781281925455 + x = 35 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + element_type = image + instance_identifier = c837e957-58ff-4ebe-81a4-b6676ec2890e-1781346736908 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -30 + y = -120 + width = 60 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = 4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908 + [loading_requirement_container_meta:4918cfc9-46f1-4ade-92ef-2ec597dd7812-1781346736908] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/region_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-brasil.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:697bd273-5432-45e7-9183-9cb37e375c3e-1781579935173][action_type:set_variable] = current_server:bte-brasil + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:772613a8-a56c-49a0-9a25-417ef9b25a33-1781229347614;697bd273-5432-45e7-9183-9cb37e375c3e-1781579935173;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/labels/bte_sa/brasil.png + iconhovered = [source:local]/config/fancymenu/assets/labels/bte_sa/brasil.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = &e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.bte-brasil.name"%n% }%n%}&r%n%Players: {%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-brasil.ip"}}"%n% }%n%}%n%Version: {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-brasil.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ee219a69-fded-4a0c-95d1-701b462ee55b-1781467658592 + custom_element_layer_name = Button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0d5bb651-5cd5-449d-9785-f4196fdcf6d8-1781220000574 + x = 226 + y = 52 + width = 46 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-brasil.ip"}}"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 07273007-83e3-4026-a52b-e32109666968-1781467658593 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = true + anchor_point = element + anchor_point_element = ee219a69-fded-4a0c-95d1-701b462ee55b-1781467658592 + x = 17 + y = 15 + width = 35 + height = 12 + stay_on_screen = false + element_loading_requirement_container_identifier = 4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965 + [loading_requirement_container_meta:4de10084-be30-4310-98b4-b998cf1b5d0f-1781219864965] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Change your Server compatible Minecarft Version in here, with ViaFabricPlus! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 55bcb65d-218c-4761-a52d-46522719c003-1781671814151 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = dd6e9c0e-a922-4fba-a1d3-0f0b26bc3b10-1781671814151 + x = -77 + y = 0 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:71b06181-6562-4598-88a7-e3665b615e0c-1781227002451;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/multi.png + iconhovered = [source:local]/config/fancymenu/assets/textures/multi.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = On/Off Replay Mod toggle for Server is in here! Add another Server if its needed too! + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = dd6e9c0e-a922-4fba-a1d3-0f0b26bc3b10-1781671814151 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-admin.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758][action_type:set_variable] = is_main_server:true + [executable_action_instance:eee66106-c262-4678-af00-19dc3818f4fe-1781704823634][action_type:set_variable] = current_server:bte-admin + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:528ad652-d6c8-43a4-8c76-2c0d8a952b73-1781285778868;1e9e9e4a-d4a2-4350-949c-06557b3a0707-1781553715758;eee66106-c262-4678-af00-19dc3818f4fe-1781704823634;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/hub.png + iconhovered = [source:local]/config/fancymenu/assets/textures/hub.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BuildTheEarth.net%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-admin.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 73998e7c-901d-4fd6-b3f6-5359f569bc1e-1781707382659 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 40 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.bte-event.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_action_instance:80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735][action_type:set_variable] = is_main_server:true + [executable_action_instance:29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131][action_type:set_variable] = current_server:bte-event + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:330e5b8f-eafb-4e21-90de-148b3bd78911-1781285816148;80373bf2-851d-416b-8a0c-5ae5f5283095-1781553746735;29cea7e2-febb-468a-8ee3-a50d28a5f0b0-1781704863131;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/event.png + iconhovered = [source:local]/config/fancymenu/assets/textures/event.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = BTE Event%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} | {%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} &e%n%{%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.bte-event.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 52a0f255-15a7-4dc3-bb39-8dbc130791b6-1781707382663 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + x = 97 + y = 0 + width = 56 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_special.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_special.txt new file mode 100644 index 0000000..5588ff7 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/bte_special.txt @@ -0,0 +1,769 @@ +type = fancymenu_layout + +layout-meta { + identifier = bte_special + render_custom_elements_behind_vanilla = false + last_edited_time = 1781377941871 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:0775a953-6f4d-42e2-b084-7c7d0ed16367-1781377875263] = [groups:][instances:] +} + +customization { + action = setscale + scale = 4.0 +} + +menu_background { + instance_identifier = c986c907-a543-437e-8824-d7611dc0b721-1781214579663 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e31d9596-665d-4091-a689-2ad489f0ce2d-1781214579663 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f4fd26f1-485d-45a8-9ffe-f97b876d699d-1781214579663 + background_type = image + show_background = true + image_path = [source:local]/config/fancymenu/assets/maps/maps-bg.png + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 50a1a244-dd60-417e-b573-632f2b554e4d-1781214579663 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 11efe97b-5140-4fd2-99b0-2d2fe93c8a5a-1781214579663 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = a58c2565-86e1-4875-8d71-99edd8ebeee9-1781214579663 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = ed1747d6-8f97-4bac-8069-569cfa2437ca-1781214579664 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 5ae256ce-ff80-45a6-b556-e2af0b6a8c3c-1781214579664 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7c0c2859-49b1-467f-a167-d136599776d0-1781214579664 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8abe4420-8f98-436f-9812-d89f0ec5d37c-1781214579664 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 70ea33d7-2b0b-4aa1-b9a3-d7ee224eb87b-1781214579664 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 3a3cdfea-bf0a-46fc-9352-c544adf05461-1781214579664 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = dbd02e94-fa59-42ce-8d30-d46d5c6ef7d2-1781214579665 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 95a24a47-d4e4-470e-a076-eb82cdf5f604-1781214579665 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 104178bd-4e76-47f8-aa40-043fe9d86948-1781214579665 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 54b7e550-3461-44a3-93dd-d74fbf3eb3dd-1781214579665 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = d1be85a7-4351-4bd3-8775-bac1a60232a0-1781214579665 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 0f5b9a26-4176-45d0-ac60-79dadce10191-1781214579665 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 7b24908c-8ee0-4b61-a7df-def2b2b8c819-1781214579665 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016][action_type:back_to_last_screen] = + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:f2acebab-852b-4d32-8246-4bafc0daa2a3-1781215160016;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c6bc396f-9746-440d-af8f-e47e9e3c09bc-1781215015723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -218 + y = -120 + width = 39 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723 + [executable_action_instance:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946][action_type:mimicbutton] = join_multiplayer_screen:8975 + [executable_block:e78dff5e-ffc9-4826-af4e-b47f61eeb1c2-1781215015723][type:generic] = [executables:ec2ba11d-dc7b-4855-a149-9d60857d92d1-1781268775946;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/comp.png + iconhovered = [source:local]/config/fancymenu/assets/textures/comp.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723 + [loading_requirement_container_meta:0c5be351-f599-41e0-bad5-6a0ccdb28678-1781215015723] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ce3806fa-f88a-4c05-97ac-38c4470f7e59-1781219597673 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = 142 + y = -120 + width = 76 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723 + [loading_requirement_container_meta:ad49074b-e06a-46e1-8e90-7630f81e779b-1781215015723] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_base_color = #121212FF + label_hover_color = #121212FF + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = be9ae8ee-2374-417d-b224-c50be2c0eceb-1781377027602 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = true + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -217 + y = -86 + width = 212 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602 + [loading_requirement_container_meta:49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = 624da132-7f1f-4bd4-baa7-c7ddc88e2900-1781377060063 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = true + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = 5 + y = -85 + width = 212 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602 + [loading_requirement_container_meta:49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = 1ea07986-b024-4d4c-aa80-bc8730a186a8-1781377078979 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = true + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -217 + y = 25 + width = 212 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602 + [loading_requirement_container_meta:49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = 4562f13b-395c-4fb4-926b-5d6cda578caf-1781377096723 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = true + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = 5 + y = 25 + width = 212 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602 + [loading_requirement_container_meta:49faabb4-5b58-4573-8b00-aafad8ff6eef-1781377027602] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt new file mode 100644 index 0000000..edd35a1 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt @@ -0,0 +1,975 @@ +type = fancymenu_layout + +layout-meta { + identifier = com.terraformersmc.modmenu.gui.ModsScreen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781344428085 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:eddea901-30d9-479b-93c7-c71dcbb68f29-1781344394716] = [groups:][instances:] +} + +menu_background { + instance_identifier = f52d95ed-c37a-464b-87a3-e4fa87a91448-1781267842212 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 59654a8a-910d-4c64-b899-b864a425e51b-1781267842212 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = ae524148-bf54-4d65-aec1-e336dac46e74-1781267842212 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = ad1660ec-8a77-4f64-815a-35c296dd982c-1781267842213 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = a02f5541-0c40-4e4d-bdec-edaf90e27dc3-1781267842213 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 5d6b23fa-e694-4791-9609-3006ee2fbe78-1781267842213 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = d7d7e3fa-10c6-43ee-a74e-abed5b545903-1781267842214 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 21bebfdb-62d2-42bb-9d8d-d2cba80bfb7d-1781267842214 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 8a6278fb-fdc4-4d4b-875f-f00adf6b2f5a-1781267842215 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 43cdd275-c1fc-491f-a9b2-9047b1dd6d58-1781267842215 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 1de3218a-bf36-4ee6-8bdb-79e05deaa19e-1781267842215 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 4968acaa-d131-4bf8-bdee-4174b9240d0d-1781267842215 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 31846f60-1549-4b90-bb85-04173bf19ff6-1781267842215 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 5dd6bfd5-9004-442f-b911-f2dfcb045b2f-1781267842216 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = ba09d1b4-136c-4c88-aecf-327a4b693981-1781267842216 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 1637fcf3-939e-4a4c-98ff-e7de4d753018-1781267842216 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = c29cce71-dc7b-42b3-ae44-b5ccfe374a25-1781267842216 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 283cd40f-c305-4928-8f6d-b85c405077a0-1781267842216 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = c6f70ee9-a24b-416c-880d-9635506dcd2d-1781267842216 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 330a9c09-d32d-4fff-9d9e-b69120b1f586-1781267842227 + [executable_block:330a9c09-d32d-4fff-9d9e-b69120b1f586-1781267842227][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 6c481f25-6b27-463d-a9db-6bce49712e41-1781267842227 + [loading_requirement_container_meta:6c481f25-6b27-463d-a9db-6bce49712e41-1781267842227] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 45722 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 277 + y = 22 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 02544a0a-fcea-4aaa-ac3e-7a5a05309e8b-1781267842227 + [loading_requirement_container_meta:02544a0a-fcea-4aaa-ac3e-7a5a05309e8b-1781267842227] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 1c65ce9d-e454-476e-995d-28fe0350d4a1-1781267842231 + [executable_block:1c65ce9d-e454-476e-995d-28fe0350d4a1-1781267842231][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c722cef9-8b89-4427-8319-9e86f111cbdf-1781267842231 + [loading_requirement_container_meta:c722cef9-8b89-4427-8319-9e86f111cbdf-1781267842231] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 53084 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 328 + y = 84 + width = 154 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 8e09bbd6-8a72-460d-a0b9-e457714d6f28-1781267842230 + [loading_requirement_container_meta:8e09bbd6-8a72-460d-a0b9-e457714d6f28-1781267842230] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 29dce43a-34b6-4596-a7de-d29d5f441604-1781267842232 + [executable_block:29dce43a-34b6-4596-a7de-d29d5f441604-1781267842232][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 9e7f2bdd-84a8-43d9-b6d1-e4d9845a3f48-1781267842232 + [loading_requirement_container_meta:9e7f2bdd-84a8-43d9-b6d1-e4d9845a3f48-1781267842232] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 77884 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 486 + y = 84 + width = 154 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 3c5a9a27-77be-4288-9228-e267838d744b-1781267842231 + [loading_requirement_container_meta:3c5a9a27-77be-4288-9228-e267838d744b-1781267842231] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = d8e43b42-0e84-49a0-9b1d-a43e835fa2de-1781267842228 + [executable_block:d8e43b42-0e84-49a0-9b1d-a43e835fa2de-1781267842228][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = bbcff390-d431-409e-9f9e-488da56e3b56-1781267842228 + [loading_requirement_container_meta:bbcff390-d431-409e-9f9e-488da56e3b56-1781267842228] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 29745 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 117 + y = 45 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 54d6f1c0-27c8-450d-935a-2c3de7b6eefe-1781267842227 + [loading_requirement_container_meta:54d6f1c0-27c8-450d-935a-2c3de7b6eefe-1781267842227] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = e753a8fc-3ab7-454e-b725-02e2c5b4eeee-1781267842229 + [executable_block:e753a8fc-3ab7-454e-b725-02e2c5b4eeee-1781267842229][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 078e84f3-16b6-4e34-8104-a9e9d2bb7eb4-1781267842229 + [loading_requirement_container_meta:078e84f3-16b6-4e34-8104-a9e9d2bb7eb4-1781267842229] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 37345 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 193 + y = 45 + width = 104 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 13a82308-b313-483f-bf97-1da97a8e5344-1781267842228 + [loading_requirement_container_meta:13a82308-b313-483f-bf97-1da97a8e5344-1781267842228] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 0b71a003-a1e3-4a7b-9628-77f4404898dc-1781267842232 + [executable_block:0b71a003-a1e3-4a7b-9628-77f4404898dc-1781267842232][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 96503724-939e-4996-9c98-d034f0791796-1781267842233 + [loading_requirement_container_meta:96503724-939e-4996-9c98-d034f0791796-1781267842233] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -158 + y = -28 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 14c1d149-e797-4324-bbe1-604798961429-1781267842232 + [loading_requirement_container_meta:14c1d149-e797-4324-bbe1-604798961429-1781267842232] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 8854a765-474f-485a-90a0-21cd88d2485b-1781267842233 + [executable_block:8854a765-474f-485a-90a0-21cd88d2485b-1781267842233][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 8d33fdd9-cdf4-42da-b904-b7df92dedbd9-1781267842233 + [loading_requirement_container_meta:8d33fdd9-cdf4-42da-b904-b7df92dedbd9-1781267842233] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = 8 + y = -28 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = d494ca61-9453-42e3-ad4f-6c7732bcbc45-1781267842233 + [loading_requirement_container_meta:d494ca61-9453-42e3-ad4f-6c7732bcbc45-1781267842233] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 2f98e7e7-f59f-4375-a3a8-b984e2d7857a-1781267842229 + [executable_block:2f98e7e7-f59f-4375-a3a8-b984e2d7857a-1781267842229][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 14459d74-b846-4d7a-b87f-81a6f8e2c344-1781267842230 + [loading_requirement_container_meta:14459d74-b846-4d7a-b87f-81a6f8e2c344-1781267842230] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 97648 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 616 + y = 48 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 262bc773-ab8d-47d5-8ffa-2d20ef1effea-1781267842229 + [loading_requirement_container_meta:262bc773-ab8d-47d5-8ffa-2d20ef1effea-1781267842229] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt new file mode 100644 index 0000000..43f63af --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt @@ -0,0 +1,819 @@ +type = fancymenu_layout + +layout-meta { + identifier = com.viaversion.viafabricplus.screen.impl.ProtocolSelectionScreen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781579144207 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:b04ae8e4-a3c7-44ce-a858-cfc76ef0374d-1781579106434] = [groups:][instances:] +} + +menu_background { + instance_identifier = 888ec135-91de-4c46-a662-870de1f7bc81-1781268705761 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = a1bf518c-d80b-483f-93ef-0bc4805258c1-1781268705761 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 5ff30aa3-9156-48ab-ba03-632c7acc3910-1781268705761 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = c291359e-3ab7-45f3-80c9-8b1da021435c-1781268705761 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 8caa4c8b-bd6b-4fd9-94cc-e4804cb0c31c-1781268705761 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 94bfdef4-501b-46cc-85b3-869fd11bcf7c-1781268705761 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 268603d3-3bac-4bff-b833-eda9248c749c-1781268705762 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 1020147b-7ac3-4543-b25d-6c7f7c89c39a-1781268705762 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 93c5d23c-87c8-4e25-9cbc-ad7b61a92c7c-1781268705762 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 555eaf24-150d-4283-af9d-b45db1e5a454-1781268705762 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 7be3a82f-9c7b-4c4c-993b-e1eb8d04ed38-1781268705762 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 9d7613a5-8763-431c-b8f9-148b6db84996-1781268705762 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = b55a58b7-dee7-49a6-8233-90188326401e-1781268705762 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = c19fdece-5c5f-46b1-8d69-ba01421594bd-1781268705762 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = ab712b06-0551-4792-88b9-8b927df23d52-1781268705762 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = a089452f-75ad-4069-981d-201ee6aeaf71-1781268705762 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 55a39c79-e89d-4c73-8b7d-16f7e70277ce-1781268705762 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 74c6153c-bce3-416d-a0a6-0b6fba189a18-1781268705762 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 8aea8fb3-3019-4ad3-ad74-3392e472477b-1781268705762 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +element { + button_element_executable_block_identifier = 98f58fdc-a46c-45a6-a7ed-1ecb06fd0ef5-1781270299322 + [executable_action_instance:b5814ca1-7182-4cc4-93c3-7935e82c1213-1781579130115][action_type:opengui] = bte_layout + [executable_block:98f58fdc-a46c-45a6-a7ed-1ecb06fd0ef5-1781270299322][type:generic] = [executables:b5814ca1-7182-4cc4-93c3-7935e82c1213-1781579130115;] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + label = < + navigatable = true + widget_active_state_requirement_container_identifier = 1db0df00-b165-4072-82a0-696f64244c3d-1781270299322 + [loading_requirement_container_meta:1db0df00-b165-4072-82a0-696f64244c3d-1781270299322] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ba8df702-37e3-4ffd-87b7-044f81e9fbd9-1781270299321 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-left + x = 5 + y = 12 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = fd506cdd-9d1c-40fb-8ee6-7d59c9aef22a-1781270299321 + [loading_requirement_container_meta:fd506cdd-9d1c-40fb-8ee6-7d59c9aef22a-1781270299321] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 79eca534-ac2d-4c43-b31a-96d3c5cd6ef0-1781268705763 + [executable_block:79eca534-ac2d-4c43-b31a-96d3c5cd6ef0-1781268705763][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 5a98ef9b-53d0-41ca-aa1e-97d7602e2ef3-1781268705763 + [loading_requirement_container_meta:5a98ef9b-53d0-41ca-aa1e-97d7602e2ef3-1781268705763] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 5975 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 5 + y = 249 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = caa68c93-193e-41ee-b4f0-34d137618597-1781268705763 + [loading_requirement_container_meta:caa68c93-193e-41ee-b4f0-34d137618597-1781268705763] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 9f7dea72-4084-4d11-bec7-bb5a4c319579-1781268705763 + [executable_block:9f7dea72-4084-4d11-bec7-bb5a4c319579-1781268705763][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 9a2c9295-6896-4eaa-9bf4-08269b3e61f4-1781268705763 + [loading_requirement_container_meta:9a2c9295-6896-4eaa-9bf4-08269b3e61f4-1781268705763] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 897975 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 377 + y = 249 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 654f3e97-edfb-44f5-84ce-17024c704ba3-1781268705763 + [loading_requirement_container_meta:654f3e97-edfb-44f5-84ce-17024c704ba3-1781268705763] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 9210210f-5225-4beb-ad4f-49b3bd599838-1781268705763 + [executable_block:9210210f-5225-4beb-ad4f-49b3bd599838-1781268705763][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = e88c9b55-af61-4113-81df-9bf30903105b-1781268705763 + [loading_requirement_container_meta:e88c9b55-af61-4113-81df-9bf30903105b-1781268705763] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 8975 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-right + x = -103 + y = 12 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = d125afb3-1a6b-48b2-bd11-f0ba3c10a207-1781268705763 + [loading_requirement_container_meta:d125afb3-1a6b-48b2-bd11-f0ba3c10a207-1781268705763] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = ee6ad05b-c718-4683-9119-0f2c00d78fba-1781268705763 + [executable_block:ee6ad05b-c718-4683-9119-0f2c00d78fba-1781268705763][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = ea730255-101e-425a-85ad-482cd6103f84-1781268705763 + [loading_requirement_container_meta:ea730255-101e-425a-85ad-482cd6103f84-1781268705763] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 55 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-left + x = 5 + y = 17 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = ff0ce820-cecc-4f9d-9df7-df9e0eb2fa11-1781268705763 + [loading_requirement_container_meta:ff0ce820-cecc-4f9d-9df7-df9e0eb2fa11-1781268705763] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 02a27d5d-46f2-4a86-a90b-3edb0b57f1a3-1781268705763 + [executable_block:02a27d5d-46f2-4a86-a90b-3edb0b57f1a3-1781268705763][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 85cb5aca-8e65-437d-8a19-781666d1bcbc-1781268705763 + [loading_requirement_container_meta:85cb5aca-8e65-437d-8a19-781666d1bcbc-1781268705763] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 39025 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 130 + y = 25 + width = 221 + height = 11 + stay_on_screen = true + element_loading_requirement_container_identifier = 19737c33-1878-4e45-8b49-77235924bd52-1781268705763 + [loading_requirement_container_meta:19737c33-1878-4e45-8b49-77235924bd52-1781268705763] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/connect_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/connect_screen_layout.txt new file mode 100644 index 0000000..ac5d880 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/connect_screen_layout.txt @@ -0,0 +1,1162 @@ +type = fancymenu_layout + +layout-meta { + identifier = connect_screen + render_custom_elements_behind_vanilla = true + last_edited_time = 1781705554985 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:108ae1a2-935c-45d4-a033-5c02bdd00ba0-1781705550533] = [groups:][instances:] +} + +menu_background { + instance_identifier = f7ab43bd-9fd3-4e0e-8fe1-d28ca401db80-1781472923866 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = c6f253d0-d002-4798-a7b2-63bf0819027c-1781472923866 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = a731c5f7-3232-4d1c-9c7b-7c90cbc3e9bb-1781472923866 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 7a1a8d2f-8fed-429f-99bc-bcf7de7b614a-1781472923866 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 9ec96856-3ebe-4000-bebe-f840a5c9c903-1781472923866 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = c87543a7-c645-4434-917e-7dc345af12f4-1781472923866 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 32921356-e2ba-40b0-b4dd-b890718e2b3d-1781472923867 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = cfa19226-5582-43bd-8d9f-1efbb5c7f7c4-1781472923867 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 5410baba-4e60-4a86-81b4-61b7aab0eec8-1781472923867 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 01a54749-179b-434c-8d2b-25539238bed3-1781472923867 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = f68fc9dd-5e4b-4365-9b28-ac87cca0e54b-1781472923867 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 4675b901-5b66-4f96-ae0a-53dad5d6eaf8-1781472923867 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 138a96b3-c94c-40fd-abec-7ce32c8b9801-1781472923867 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = d0f2cee5-33c8-4b38-ab7a-f443a056bc74-1781472923867 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 34629f4a-2bef-4b40-8243-42a27a843e20-1781472923867 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = b4900ef1-7020-437a-90db-77f3d9aadb19-1781472923867 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 4bf2f60a-dfc9-4550-bb6d-37f060c861e0-1781472923867 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = e82ad2dd-fdf2-4b06-bbed-b5e63644d63a-1781472923867 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 97ef808b-4b95-4a90-8910-585cbf6ccd29-1781472923867 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 5b6c1e24-0fe9-494a-a6da-74080647ace7-1781530829945 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -239 + y = -55 + width = 469 + height = 55 + stay_on_screen = false + element_loading_requirement_container_identifier = 25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945 + [loading_requirement_container_meta:25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = {"placeholder":"vanillabuttonlabel","values":{"locator":"connect_screen:status"}} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 92fab642-9305-454d-a7c9-cd560f8f59df-1781491677753 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 46 + y = -44 + width = 230 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = 3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753 + [loading_requirement_container_meta:3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #F3F3F3FF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + bar_nine_slice = false + background_nine_slice = false + direction = right + progress_for_element_anchor = false + value_mode = percentage + smooth_filling_animation = true + element_type = progress_bar + instance_identifier = 15b80f86-5055-4bcd-be8b-7b6daf9e856d-1781531111471 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -92 + y = -10 + width = 182 + height = 5 + stay_on_screen = true + element_loading_requirement_container_identifier = 0663250b-666a-4492-8292-c0118e8c82b6-1781531111470 + [loading_requirement_container_meta:0663250b-666a-4492-8292-c0118e8c82b6-1781531111470] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + bar_nine_slice_border_top = 5 + bar_nine_slice_border_right = 10 + bar_nine_slice_border_bottom = 5 + bar_nine_slice_border_left = 10 + background_nine_slice_border_top = 5 + background_nine_slice_border_right = 10 + background_nine_slice_border_bottom = 5 + background_nine_slice_border_left = 10 + progress_source = 100.0 + bar_color = #53B237 + background_color = #454647 +} + +element { + element_type = image + instance_identifier = a2073f5c-3e12-457a-8cb5-853f43da4272-1781532031813 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 11 + y = -44 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813 + [loading_requirement_container_meta:034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.gif + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = 186006f4-be45-4bf8-b817-783124013bd1-1781535181215 + [executable_action_instance:42655a26-8492-4d64-a221-a813904ba191-1781535521945][action_type:mimicbutton] = connect_screen:400382 + [executable_action_instance:86d34a38-7000-46c8-bf6f-1333f5726383-1781554143294][action_type:set_variable] = is_main_server:false + [executable_block:186006f4-be45-4bf8-b817-783124013bd1-1781535181215][type:generic] = [executables:42655a26-8492-4d64-a221-a813904ba191-1781535521945;86d34a38-7000-46c8-bf6f-1333f5726383-1781554143294;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/cancel.png + iconhovered = [source:local]/config/fancymenu/assets/textures/cancel.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215 + [loading_requirement_container_meta:eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = cb2cff15-6842-4864-99d3-2c8d7507c5d4-1781535181215 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -130 + y = -47 + width = 120 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215 + [loading_requirement_container_meta:2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 00b92c6c-f5d7-4d8a-9319-fc3af427ef73-1781536585398 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = c37344dc-d7e6-4982-a60c-0bf37c591ee2-1781537246749 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -100 + y = -87 + width = 100 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749 + [loading_requirement_container_meta:5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 0.9 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg-2.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 11 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = ^^^%n%%n%{"placeholder":"randomtext","values":{"source":"/config/fancymenu/assets/tips.txt","interval":"6"}}%n%^^^ + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = false + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = b6ddd3b6-3a50-465e-9eea-da3e0a501d18-1781536894565 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = c37344dc-d7e6-4982-a60c-0bf37c591ee2-1781537246749 + x = -237 + y = -2 + width = 412 + height = 21 + stay_on_screen = true + element_loading_requirement_container_identifier = 1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565 + [loading_requirement_container_meta:1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.8 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + interactable = false + source = \n%n%{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.ip"%n% }%n%} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = b5407d1d-6ce9-4272-8e9d-678d8c93adb8-1781704264671 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 92fab642-9305-454d-a7c9-cd560f8f59df-1781491677753 + x = 0 + y = -3 + width = 220 + height = 31 + stay_on_screen = true + element_loading_requirement_container_identifier = 6bf418ba-9664-4420-972a-6ff1512d2f09-1781704264671 + [loading_requirement_container_meta:6bf418ba-9664-4420-972a-6ff1512d2f09-1781704264671] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 0.4 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +vanilla_button { + button_element_executable_block_identifier = a109825f-d91c-4a13-8c6d-4e9311276737-1781472923869 + [executable_block:a109825f-d91c-4a13-8c6d-4e9311276737-1781472923869][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = edaf9abf-4de7-42fa-8292-248183a5cf28-1781472923869 + [loading_requirement_container_meta:edaf9abf-4de7-42fa-8292-248183a5cf28-1781472923869] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 400382 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -74 + y = -47 + width = 64 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = fe312d15-4a75-4bbe-b3bb-49b438cfffce-1781472923869 + [loading_requirement_container_meta:fe312d15-4a75-4bbe-b3bb-49b438cfffce-1781472923869] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 3b7fbdc6-1169-4593-bf8e-942e71a396cb-1781472923869 + [executable_block:3b7fbdc6-1169-4593-bf8e-942e71a396cb-1781472923869][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b93fcc0a-de11-4a8b-ac66-45295512122e-1781472923869 + [loading_requirement_container_meta:b93fcc0a-de11-4a8b-ac66-45295512122e-1781472923869] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = status + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 87 + width = 200 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = fae54081-a5fa-4431-9857-86cde386b384-1781472923869 + [loading_requirement_container_meta:fae54081-a5fa-4431-9857-86cde386b384-1781472923869] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/create_world_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/create_world_screen_layout.txt new file mode 100644 index 0000000..7e60640 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/create_world_screen_layout.txt @@ -0,0 +1,897 @@ +type = fancymenu_layout + +layout-meta { + identifier = create_world_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781545711306 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:993fd917-178b-4e6e-9c70-16d9f8a73ddd-1781545695294] = [groups:][instances:] +} + +menu_background { + instance_identifier = 7be1352a-6902-4ce4-a98b-49ca0a2a9f33-1781545695294 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 5742eefd-86ed-41eb-8b97-11307456201b-1781545695294 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = e8aac376-09f5-4aae-b614-696b0f63e646-1781545695294 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 4ca392da-9291-4fa0-8ccf-3ecff8073e97-1781545695294 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 5530d8e1-5cff-4c40-8aa7-7ef1a8cb7c57-1781545695294 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 5531b569-44f9-4929-9788-e5d1f797e395-1781545695294 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 67ec41ed-fb20-422e-b674-9a5203a0fe22-1781545695294 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 37de24ae-9799-4988-85e0-0717c598bb96-1781545695294 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 39ee02af-812e-4690-9082-529b70cb14e9-1781545695294 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8b3e3613-d604-44fc-a666-eb25862aa546-1781545695294 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = c7c0eb6d-289d-4297-8cf5-c391dbe8e88e-1781545695294 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 889fc553-c68b-4d18-b49c-f243f7e0cb2b-1781545695295 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 8466bb2d-0387-43ed-8739-8a2a66463032-1781545695295 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 6e615e00-9d22-4eda-9125-d345e8dc5953-1781545695295 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 6b9f0a9d-c685-440e-810a-e5275fbc240d-1781545695295 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = a79cecdb-2cfe-41ac-90e7-55cd41ad04db-1781545695295 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 8254905c-8014-4d03-956d-cf93383591f3-1781545695295 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = ecf7bae9-91f4-4272-8dba-8c69c095ebef-1781545695295 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = d76a897d-a74b-49e4-b4ce-673015a8af04-1781545695295 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 4e587505-3810-4072-8331-0c22f96391f1-1781545695295 + [executable_block:4e587505-3810-4072-8331-0c22f96391f1-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b180831a-2918-45f9-8885-a3984a6fd37b-1781545695295 + [loading_requirement_container_meta:b180831a-2918-45f9-8885-a3984a6fd37b-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = cancel_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 248 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 55cbcc09-a94d-4a37-928c-0a9bfc5eee00-1781545695295 + [loading_requirement_container_meta:55cbcc09-a94d-4a37-928c-0a9bfc5eee00-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = fb08140c-bdc3-4036-acb0-06f0da0251c6-1781545695295 + [executable_block:fb08140c-bdc3-4036-acb0-06f0da0251c6-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d2c48434-b19e-44db-a117-efb7dfaa41b6-1781545695295 + [loading_requirement_container_meta:d2c48434-b19e-44db-a117-efb7dfaa41b6-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = gamemode_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 135 + y = 81 + width = 210 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 191cba65-041e-438a-8e3a-473090ed5bdf-1781545695295 + [loading_requirement_container_meta:191cba65-041e-438a-8e3a-473090ed5bdf-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = ee23b36b-700f-4c70-b250-7feb5713ca04-1781545695295 + [executable_block:ee23b36b-700f-4c70-b250-7feb5713ca04-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 0bbdc7ee-8382-4f36-8f93-49be788c73f9-1781545695295 + [loading_requirement_container_meta:0bbdc7ee-8382-4f36-8f93-49be788c73f9-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = create_world_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 248 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = f9a20e39-1ae8-43fb-99a0-486879cce255-1781545695295 + [loading_requirement_container_meta:f9a20e39-1ae8-43fb-99a0-486879cce255-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 72a89ca2-3d72-4874-b3a3-f78a6ca3d623-1781545695295 + [executable_block:72a89ca2-3d72-4874-b3a3-f78a6ca3d623-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 4dc89498-5e1d-45e2-b70f-5086eaa07182-1781545695295 + [loading_requirement_container_meta:4dc89498-5e1d-45e2-b70f-5086eaa07182-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 396161 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 136 + y = 40 + width = 55 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 6ae2be06-bd72-4b5d-a5b7-8684185e8902-1781545695295 + [loading_requirement_container_meta:6ae2be06-bd72-4b5d-a5b7-8684185e8902-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 75b253d0-249f-41e3-8c42-e8c52830d4f7-1781545695295 + [executable_block:75b253d0-249f-41e3-8c42-e8c52830d4f7-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = f0dcf16a-9b46-48eb-9b82-1e530cad64ab-1781545695295 + [loading_requirement_container_meta:f0dcf16a-9b46-48eb-9b82-1e530cad64ab-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = difficulty_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 135 + y = 109 + width = 210 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = c03a49fa-baa2-40a9-916f-b9bf1bc3f50b-1781545695295 + [loading_requirement_container_meta:c03a49fa-baa2-40a9-916f-b9bf1bc3f50b-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 8d886c4a-3a88-465c-b880-48dd024b3eae-1781545695295 + [executable_block:8d886c4a-3a88-465c-b880-48dd024b3eae-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = e2fca4a4-3a9f-415e-b054-34f3b1f78b9d-1781545695295 + [loading_requirement_container_meta:e2fca4a4-3a9f-415e-b054-34f3b1f78b9d-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 396174 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 136 + y = 53 + width = 208 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 36e6b8a6-8a66-4018-b24f-e3369f836083-1781545695295 + [loading_requirement_container_meta:36e6b8a6-8a66-4018-b24f-e3369f836083-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = fe30eb46-976b-415f-ac45-96e9019f48f1-1781545695295 + [executable_block:fe30eb46-976b-415f-ac45-96e9019f48f1-1781545695295][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b1c34a75-065a-4452-98f9-3d9b8e44005c-1781545695295 + [loading_requirement_container_meta:b1c34a75-065a-4452-98f9-3d9b8e44005c-1781545695295] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = allow_cheats_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 135 + y = 137 + width = 210 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 8771b0c6-5634-462c-ae10-1f0a4eaa022d-1781545695295 + [loading_requirement_container_meta:8771b0c6-5634-462c-ae10-1f0a4eaa022d-1781545695295] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/disconnected_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/disconnected_screen_layout.txt new file mode 100644 index 0000000..4cb5474 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/disconnected_screen_layout.txt @@ -0,0 +1,1489 @@ +type = fancymenu_layout + +layout-meta { + identifier = disconnected_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781705533111 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:f1d7f577-4e21-4c1f-be01-114a36f97ec1-1781705528806] = [groups:][instances:b3aa255f-c051-41ac-a1c0-a3db766f235f-1781553644999;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:b3aa255f-c051-41ac-a1c0-a3db766f235f-1781553644999] = is_main_server:false +} + +menu_background { + instance_identifier = 17425aab-3a19-48c0-9212-7956e77d57ff-1781525360562 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 34b1d1ff-5618-4ce9-a1c3-0610dcb3ebb4-1781525360562 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 1fd244f3-2944-4e35-b562-795ee6dccda1-1781525360562 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = f0d47648-9799-46ae-9555-23cba8384063-1781525360562 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = f4dfefc5-18c6-49be-9878-842cad1a6a5d-1781525360562 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 4db2c260-db83-48a9-8768-1c8408810bbf-1781525360562 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 5f42b04c-298d-4224-9cf7-affbf1d04546-1781525360562 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 92058396-1659-4774-a04b-9d2f4061b24a-1781525360562 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = fe3ce226-7670-4a60-b94b-1dfc6915869c-1781525360562 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 22ce48d0-295d-45f2-9e2b-834aab9866f3-1781525360562 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 4062f1e9-39a4-44d3-9467-c6f4ee3da0cf-1781525360562 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = d5cfb84e-787c-4197-8eee-4f7761f4cb09-1781525360562 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 88d3f2e3-c8ab-4aa1-8146-a47bd83f5b4f-1781525360562 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 37865dd2-102b-40b8-9eee-083e22b7ca55-1781525360562 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 5e9e5635-9e0b-4f28-9af7-e79b98ff54c4-1781525360562 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = b46b92dc-6b00-4899-880a-73faea9249bc-1781525360562 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 61f8f0e0-35f2-4b0b-98cf-aca811d59f53-1781525360562 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 47665ffc-fd86-4eb7-b041-48ee1bbf319a-1781525360562 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 17de7e58-0f5f-4256-a527-efe1aa564b56-1781525360562 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 1707f01d-5d3c-4a07-a270-2a7a56e1125a-1781538233644 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -239 + y = -55 + width = 469 + height = 55 + stay_on_screen = false + element_loading_requirement_container_identifier = 25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945 + [loading_requirement_container_meta:25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = {"placeholder":"vanillabuttonlabel","values":{"locator":"disconnected_screen:screen_title"}} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = e23ffe3a-9b4a-4dd8-9a4a-ab6e356911c4-1781538233645 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 46 + y = -44 + width = 230 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = 3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753 + [loading_requirement_container_meta:3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #F3F3F3FF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + bar_nine_slice = false + background_nine_slice = false + direction = right + progress_for_element_anchor = false + value_mode = percentage + smooth_filling_animation = true + element_type = progress_bar + instance_identifier = f1931274-ee7e-44f7-be51-c1b4cbff76fd-1781538233646 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -92 + y = -10 + width = 182 + height = 5 + stay_on_screen = true + element_loading_requirement_container_identifier = 0663250b-666a-4492-8292-c0118e8c82b6-1781531111470 + [loading_requirement_container_meta:0663250b-666a-4492-8292-c0118e8c82b6-1781531111470] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + bar_nine_slice_border_top = 5 + bar_nine_slice_border_right = 10 + bar_nine_slice_border_bottom = 5 + bar_nine_slice_border_left = 10 + background_nine_slice_border_top = 5 + background_nine_slice_border_right = 10 + background_nine_slice_border_bottom = 5 + background_nine_slice_border_left = 10 + progress_source = 100.0 + bar_color = #CA3636 + background_color = #454647 +} + +element { + element_type = image + instance_identifier = aebb27fe-9858-44b7-8c5c-44cf6c38a658-1781538233647 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 11 + y = -44 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813 + [loading_requirement_container_meta:034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo_fade.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = 186006f4-be45-4bf8-b817-783124013bd1-1781535181215 + [executable_action_instance:42655a26-8492-4d64-a221-a813904ba191-1781535521945][action_type:mimicbutton] = disconnected_screen:back_to_menu_button + [executable_block:186006f4-be45-4bf8-b817-783124013bd1-1781535181215][type:generic] = [executables:42655a26-8492-4d64-a221-a813904ba191-1781535521945;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back_to.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back_to.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215 + [loading_requirement_container_meta:eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e1f68973-a44e-456c-abe1-fed4268ba044-1781538233647 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -130 + y = -47 + width = 120 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215 + [loading_requirement_container_meta:2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = 5aeeacf4-4b21-44fd-a1be-70d964ccce83-1781538233648 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = da7b0d58-49e0-406b-96e4-e1eba488caaa-1781538233649 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -185 + y = -92 + width = 365 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749 + [loading_requirement_container_meta:5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg-2.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 11 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = ^^^%n%%n%Facing issues? Try to contact us on our Main BTE Discord Server%n%or contact the Build Teams directly on their Discord Server! Links down below <3 %n%^^^ + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = false + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 2e91aa70-4b1d-441a-a620-a865afd7b8eb-1781538233649 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = da7b0d58-49e0-406b-96e4-e1eba488caaa-1781538233649 + x = 10 + y = -4 + width = 345 + height = 31 + stay_on_screen = true + element_loading_requirement_container_identifier = 1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565 + [loading_requirement_container_meta:1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.8 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = 186006f4-be45-4bf8-b817-783124013bd1-1781535181215 + [executable_action_instance:09de74af-9089-46c9-8c5a-5aa11e5cc7f0-1781542250216][action_type:openlink] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%}.invite"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_block:186006f4-be45-4bf8-b817-783124013bd1-1781535181215][type:generic] = [executables:09de74af-9089-46c9-8c5a-5aa11e5cc7f0-1781542250216;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/discord.png + iconhovered = [source:local]/config/fancymenu/assets/icons/discord.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Go to {%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.name"%n% }%n%}%n%Discord Server + navigatable = true + widget_active_state_requirement_container_identifier = eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215 + [loading_requirement_container_meta:eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 5c92e93c-fd58-4c16-9a4c-55983e7d2b39-1781539565514 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -161 + y = -47 + width = 30 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215 + [loading_requirement_container_meta:2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 186006f4-be45-4bf8-b817-783124013bd1-1781535181215 + [executable_action_instance:115729ac-3b70-4d0c-8069-3e4bf8f6c598-1781542318988][action_type:openlink] = https://go.buildtheearth.net/dc + [executable_block:186006f4-be45-4bf8-b817-783124013bd1-1781535181215][type:generic] = [executables:115729ac-3b70-4d0c-8069-3e4bf8f6c598-1781542318988;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/discord.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/discord_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/discord.png + iconhovered = [source:local]/config/fancymenu/assets/icons/discord.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Go to BuildTheEarth%n%Discord Server + navigatable = true + widget_active_state_requirement_container_identifier = eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215 + [loading_requirement_container_meta:eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ddd4fb38-9b85-4976-bfeb-9264cb1ac806-1781539599201 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -192 + y = -47 + width = 30 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215 + [loading_requirement_container_meta:2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = ^^^%n%%n%{"placeholder":"vanillabuttonlabel","values":{"locator":"disconnected_screen:disconnect_reason"}}%n%^^^ + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = true + remove_html_breaks = false + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 537b1275-2557-41ed-8b59-dbd8ccad95a8-1781539798228 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -237 + y = -29 + width = 412 + height = 71 + stay_on_screen = true + element_loading_requirement_container_identifier = 1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565 + [loading_requirement_container_meta:1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.8 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + interactable = false + source = \n%n%{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.ip"%n% }%n%} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = d2c86cf6-f8bf-4e86-9710-0ecc832e7d65-1781705240316 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = e23ffe3a-9b4a-4dd8-9a4a-ab6e356911c4-1781538233645 + x = 0 + y = -3 + width = 220 + height = 31 + stay_on_screen = true + element_loading_requirement_container_identifier = 6bf418ba-9664-4420-972a-6ff1512d2f09-1781704264671 + [loading_requirement_container_meta:6bf418ba-9664-4420-972a-6ff1512d2f09-1781704264671] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 0.4 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +vanilla_button { + button_element_executable_block_identifier = 99f51bcc-3406-49eb-8e1d-1a212feb0ca2-1781525360563 + [executable_block:99f51bcc-3406-49eb-8e1d-1a212feb0ca2-1781525360563][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 293c0ba4-d942-4c7a-b34c-d83d661c8b0a-1781525360563 + [loading_requirement_container_meta:293c0ba4-d942-4c7a-b34c-d83d661c8b0a-1781525360563] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = back_to_menu_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 156 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 1284c76b-1012-400a-b79b-b5ee9d8baec1-1781525360563 + [loading_requirement_container_meta:1284c76b-1012-400a-b79b-b5ee9d8baec1-1781525360563] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = ec35a9a1-ada9-4ea0-b303-9d1a615b9d91-1781525360563 + [executable_block:ec35a9a1-ada9-4ea0-b303-9d1a615b9d91-1781525360563][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 65494cfe-83cc-47e8-a86b-2621d50df4f8-1781525360563 + [loading_requirement_container_meta:65494cfe-83cc-47e8-a86b-2621d50df4f8-1781525360563] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = screen_title + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 159 + y = 106 + width = 161 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 33a8eef6-178d-4b60-9239-20bea32cb490-1781525360563 + [loading_requirement_container_meta:33a8eef6-178d-4b60-9239-20bea32cb490-1781525360563] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 5c9d862c-3937-4e83-85c8-60c327ab3be2-1781525360563 + [executable_block:5c9d862c-3937-4e83-85c8-60c327ab3be2-1781525360563][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d89c9fad-2eef-4379-943f-7877005b9605-1781525360563 + [loading_requirement_container_meta:d89c9fad-2eef-4379-943f-7877005b9605-1781525360563] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = disconnect_reason + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -160 + y = -35 + width = 213 + height = 60 + stay_on_screen = true + element_loading_requirement_container_identifier = e958af16-294d-4c06-9e1e-886863a05152-1781525360563 + [loading_requirement_container_meta:e958af16-294d-4c06-9e1e-886863a05152-1781525360563] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/disconnected_screen_layout_1.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/disconnected_screen_layout_1.txt new file mode 100644 index 0000000..d286342 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/disconnected_screen_layout_1.txt @@ -0,0 +1,1408 @@ +type = fancymenu_layout + +layout-meta { + identifier = disconnected_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781705519434 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:579fca3a-6d9b-456f-942f-710b8dc9aaa6-1781705486246] = [groups:][instances:0774f1dd-ff43-4230-809d-7e2656a07c3d-1781553607438;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:0774f1dd-ff43-4230-809d-7e2656a07c3d-1781553607438] = is_main_server:true +} + +menu_background { + instance_identifier = 86d48974-16f3-40e3-ac66-3e55d0a995f6-1781553446835 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = a96b8505-d9dc-424b-8823-37aa309fb4ed-1781553446835 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = a1d1ec52-dc08-4662-b4ac-09d59dbb95aa-1781553446835 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 2e60e821-e232-4a91-907a-2f9b388e4a55-1781553446835 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 9a64d10b-2c7d-475e-93c9-d987420bd2b5-1781553446835 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 575322e5-5cd9-44c6-b3fb-ebfd983c4ea2-1781553446835 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = aebaf108-6cff-434b-acb5-a4d9abea0088-1781553446835 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 904ba298-01dc-4d24-b67b-ce79427c5e54-1781553446835 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = b229765f-0a48-45dd-98f5-9fd43d947f46-1781553446836 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 2db7cdbe-e4c6-4960-aef6-e43d5647c996-1781553446836 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 6c97a1f4-fd7b-4455-be06-5c9dd2d5a2e9-1781553446836 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 87118335-711a-48ab-9682-009af4424282-1781553446836 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = b73c53e8-ccc8-422c-bcd7-6774ca616387-1781553446836 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 918404ef-1cf4-42e7-8a52-03c2d625454e-1781553446836 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = d1319004-d29a-4d56-8649-91fbd2bd3549-1781553446836 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 044d7681-1765-40e9-bf90-9b6fbd3f3a21-1781553446836 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = ab8b5770-049f-4d71-a552-d28ca5ee91d1-1781553446836 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 7c299869-fe80-4d23-aa78-d5d4fba50217-1781553446836 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 3ce82820-945e-464c-b898-8247a9da554b-1781553446836 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 5717a8af-c2e0-44a6-86a2-8f6c899cd679-1781553456413 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -239 + y = -55 + width = 469 + height = 55 + stay_on_screen = false + element_loading_requirement_container_identifier = 25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945 + [loading_requirement_container_meta:25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = {"placeholder":"vanillabuttonlabel","values":{"locator":"disconnected_screen:screen_title"}} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 3d57f144-5dcd-444c-a65f-6b75cd067cba-1781553456414 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 46 + y = -44 + width = 230 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = 3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753 + [loading_requirement_container_meta:3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #F3F3F3FF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + bar_nine_slice = false + background_nine_slice = false + direction = right + progress_for_element_anchor = false + value_mode = percentage + smooth_filling_animation = true + element_type = progress_bar + instance_identifier = e2e719af-040d-4ccb-85f9-0612bedfd1b3-1781553456415 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -92 + y = -10 + width = 182 + height = 5 + stay_on_screen = true + element_loading_requirement_container_identifier = 0663250b-666a-4492-8292-c0118e8c82b6-1781531111470 + [loading_requirement_container_meta:0663250b-666a-4492-8292-c0118e8c82b6-1781531111470] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + bar_nine_slice_border_top = 5 + bar_nine_slice_border_right = 10 + bar_nine_slice_border_bottom = 5 + bar_nine_slice_border_left = 10 + background_nine_slice_border_top = 5 + background_nine_slice_border_right = 10 + background_nine_slice_border_bottom = 5 + background_nine_slice_border_left = 10 + progress_source = 100.0 + bar_color = #CA3636 + background_color = #454647 +} + +element { + element_type = image + instance_identifier = f502b37b-4108-484a-8774-2454449021ee-1781553456416 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 11 + y = -44 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813 + [loading_requirement_container_meta:034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo_fade.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = 186006f4-be45-4bf8-b817-783124013bd1-1781535181215 + [executable_action_instance:42655a26-8492-4d64-a221-a813904ba191-1781535521945][action_type:mimicbutton] = disconnected_screen:back_to_menu_button + [executable_action_instance:f90f2598-4d97-467a-af0e-b782b46d0c9c-1781553579433][action_type:set_variable] = is_main_server:false + [executable_block:186006f4-be45-4bf8-b817-783124013bd1-1781535181215][type:generic] = [executables:42655a26-8492-4d64-a221-a813904ba191-1781535521945;f90f2598-4d97-467a-af0e-b782b46d0c9c-1781553579433;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/back_to.png + iconhovered = [source:local]/config/fancymenu/assets/textures/back_to.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215 + [loading_requirement_container_meta:eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c530651a-5274-4a4e-a680-4d4611f198d4-1781553456416 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -130 + y = -47 + width = 120 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215 + [loading_requirement_container_meta:2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + element_type = image + instance_identifier = d56d831b-5866-45dc-97e1-51a87de86e6f-1781553456417 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = dc759a93-7a11-4e21-a6ee-8be4ff4372fe-1781553456418 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -185 + y = -92 + width = 365 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749 + [loading_requirement_container_meta:5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg-2.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 11 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = ^^^%n%%n%Facing issues? Try to contact us on our Main BTE Discord Server!%n%Links down below <3 %n%^^^ + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = false + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 4abdc2a5-f998-4e02-89e0-a846c5f847aa-1781553456418 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = dc759a93-7a11-4e21-a6ee-8be4ff4372fe-1781553456418 + x = 10 + y = -4 + width = 345 + height = 31 + stay_on_screen = true + element_loading_requirement_container_identifier = 1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565 + [loading_requirement_container_meta:1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.8 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = 186006f4-be45-4bf8-b817-783124013bd1-1781535181215 + [executable_action_instance:115729ac-3b70-4d0c-8069-3e4bf8f6c598-1781542318988][action_type:openlink] = https://go.buildtheearth.net/dc + [executable_block:186006f4-be45-4bf8-b817-783124013bd1-1781535181215][type:generic] = [executables:115729ac-3b70-4d0c-8069-3e4bf8f6c598-1781542318988;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/discord.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/discord_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/discord.png + iconhovered = [source:local]/config/fancymenu/assets/icons/discord.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Go to BuildTheEarth%n%Discord Server + navigatable = true + widget_active_state_requirement_container_identifier = eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215 + [loading_requirement_container_meta:eac576c9-c2f1-4a9c-bde4-5dcac6864fa7-1781535181215] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 02b6b909-417c-4fe1-8e0b-2695c4cfe2a8-1781553456419 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = -161 + y = -47 + width = 30 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215 + [loading_requirement_container_meta:2e1280c0-65a1-4f35-8a15-15bca657effd-1781535181215] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = ^^^%n%%n%{"placeholder":"vanillabuttonlabel","values":{"locator":"disconnected_screen:disconnect_reason"}}%n%^^^ + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = true + remove_html_breaks = false + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = ed96a49c-98e0-45a5-9c1a-f3b3d7410452-1781553456420 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -237 + y = -29 + width = 412 + height = 71 + stay_on_screen = true + element_loading_requirement_container_identifier = 1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565 + [loading_requirement_container_meta:1ba413cc-3823-42c7-b471-b37bebba072d-1781536894565] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.8 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + interactable = false + source = \n%n%{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.ip"%n% }%n%} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 8e4cfc3a-5b39-466c-9dd2-0a70a83697c5-1781705493127 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 3d57f144-5dcd-444c-a65f-6b75cd067cba-1781553456414 + x = 0 + y = -3 + width = 220 + height = 31 + stay_on_screen = true + element_loading_requirement_container_identifier = 6bf418ba-9664-4420-972a-6ff1512d2f09-1781704264671 + [loading_requirement_container_meta:6bf418ba-9664-4420-972a-6ff1512d2f09-1781704264671] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 0.4 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 0.75 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +vanilla_button { + button_element_executable_block_identifier = 2924711c-e93f-43c2-80d8-f5c1313591d8-1781553446837 + [executable_block:2924711c-e93f-43c2-80d8-f5c1313591d8-1781553446837][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 4962b274-62da-4d04-98aa-ea67f1db6eba-1781553446837 + [loading_requirement_container_meta:4962b274-62da-4d04-98aa-ea67f1db6eba-1781553446837] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = back_to_menu_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 156 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 6f7ec13b-0777-4399-a2da-d8f9666aefd5-1781553446837 + [loading_requirement_container_meta:6f7ec13b-0777-4399-a2da-d8f9666aefd5-1781553446837] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = d658381a-cd21-4bbc-9145-70a892df53e4-1781553446836 + [executable_block:d658381a-cd21-4bbc-9145-70a892df53e4-1781553446836][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b2ae2550-b76e-47ef-a584-e1616f95ee50-1781553446836 + [loading_requirement_container_meta:b2ae2550-b76e-47ef-a584-e1616f95ee50-1781553446836] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = screen_title + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 159 + y = 106 + width = 161 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = f651926e-f548-46a3-aa3c-41cfc5405b50-1781553446836 + [loading_requirement_container_meta:f651926e-f548-46a3-aa3c-41cfc5405b50-1781553446836] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = df880d9b-5ccd-4329-8670-2f8918ac2e5d-1781553446837 + [executable_block:df880d9b-5ccd-4329-8670-2f8918ac2e5d-1781553446837][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 6c95bbb7-6591-42c8-b938-b66de8035ab7-1781553446837 + [loading_requirement_container_meta:6c95bbb7-6591-42c8-b938-b66de8035ab7-1781553446837] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = disconnect_reason + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 207 + y = 135 + width = 66 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 4a24e6a6-adfb-48b5-b7eb-605488fb08db-1781553446837 + [loading_requirement_container_meta:4a24e6a6-adfb-48b5-b7eb-605488fb08db-1781553446837] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt new file mode 100644 index 0000000..bf4ecf6 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt @@ -0,0 +1,568 @@ +type = fancymenu_layout + +layout-meta { + identifier = drippy_loading_overlay + render_custom_elements_behind_vanilla = false + last_edited_time = 1781487212821 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:8ca1cfb4-3c5a-4120-ad7b-8d56472a4d9e-1781487192446] = [groups:][instances:] +} + +menu_background { + instance_identifier = 13b81d98-5fdd-4183-8a64-88b6e354561e-1781211331451 + background_type = color_fancymenu + show_background = true + color = #161616FF +} + +menu_background { + instance_identifier = ea9826ac-c03c-40b9-9ea7-63c491bb6b74-1781211331451 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = d8654dd1-86db-43bd-b17d-4c0d4985c5fa-1781211331451 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = e27330b6-1078-4226-9491-e26c998814d2-1781211331451 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = e47728c9-4ecd-4994-96b2-820a32495fbd-1781211331451 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = b34e0383-9a17-4d53-b35a-cf89b05832ad-1781211331451 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 9087a10c-7034-4ab2-9734-7f88c55fad2a-1781211331451 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = cde86130-480e-42b2-9ab6-d8649e8edb39-1781211331451 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 77904677-aa1e-4c16-8a29-cb059fcea214-1781211331451 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = c2408643-390e-4b7a-a571-94de9e00fe44-1781211331451 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 6957859a-64fe-4b79-ac3a-215b01c61a66-1781211331451 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 2dd5c172-2a20-44c6-b3be-8cc944d3acd2-1781211331451 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = df83f730-1f9c-46b8-8d49-33b13d94066b-1781211331451 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = cc6c04ed-6e40-4ac5-90fc-20183ff43f14-1781211331451 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 0455d142-9379-47c9-b549-926f9c6c9a53-1781211331451 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 86e55c4a-c292-47e9-9705-49de429d6acc-1781211331451 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 523a1b54-4663-4eda-82a7-3d4cbfed213c-1781211331451 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = a3163a3a-e6d9-4e87-871a-ebacb826fa78-1781211331451 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = bef0b013-408b-478d-bf70-a34fa3cf12bb-1781211331451 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = a96c2dd4-20d0-4979-a1ae-42515b40bb75-1781211532082 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = -50 + y = -93 + width = 100 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 1a592b67-c4c9-45ce-ac8b-47000a71dda0-1781211532082 + [loading_requirement_container_meta:1a592b67-c4c9-45ce-ac8b-47000a71dda0-1781211532082] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.gif + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +vanilla_button { + button_element_executable_block_identifier = 9a9c1629-a494-4dcf-b8b6-04ed74c0bedd-1781211331452 + [executable_block:9a9c1629-a494-4dcf-b8b6-04ed74c0bedd-1781211331452][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 50836aea-348a-4c3c-bda2-98b8e61e7529-1781211331452 + [loading_requirement_container_meta:50836aea-348a-4c3c-bda2-98b8e61e7529-1781211331452] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mojang_logo + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = -182 + y = -45 + width = 364 + height = 90 + stay_on_screen = true + element_loading_requirement_container_identifier = bcc1ce2e-8bf6-4fb2-8c55-d92b78ba0a1f-1781211331452 + [loading_requirement_container_meta:bcc1ce2e-8bf6-4fb2-8c55-d92b78ba0a1f-1781211331452] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 329215df-d55a-44a5-be0e-0667f1e04c05-1781211331452 + [executable_block:329215df-d55a-44a5-be0e-0667f1e04c05-1781211331452][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 45f70e68-cfbf-4971-9fdf-2b1b8b61d180-1781211331452 + [loading_requirement_container_meta:45f70e68-cfbf-4971-9fdf-2b1b8b61d180-1781211331452] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = progress_bar + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = -189 + y = 88 + width = 380 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = 8fe64169-0186-46b0-94e5-05aac31d2f7c-1781211331452 + [loading_requirement_container_meta:8fe64169-0186-46b0-94e5-05aac31d2f7c-1781211331452] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt new file mode 100644 index 0000000..a6652d1 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt @@ -0,0 +1,638 @@ +type = fancymenu_layout + +layout-meta { + identifier = generic_dirt_message_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781709490289 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:6f98f7c4-f070-49b9-9d6d-057dd2dfaf97-1781709488410] = [groups:][instances:] +} + +menu_background { + instance_identifier = f48c58aa-8099-4278-81b2-2b80270b1e0a-1781473026389 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = cc71bb8a-d33b-43fd-a4e9-8837fb95cb92-1781473026389 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = d3bb805d-69fd-4d97-bb09-6b0daa865dfe-1781473026389 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 300af015-74c3-43c5-9412-1fd13458b584-1781473026389 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = e0a7a3cd-9692-43f7-9f4f-b8836f63cd57-1781473026389 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = c7ff3991-ac9e-41a0-9c41-79a0d8998ded-1781473026389 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = a76563bb-3780-4a55-8383-66620a16041a-1781473026389 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 1d38218c-4d59-4bc7-a87b-cea22c24a6ba-1781473026389 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 5d45273b-0a6d-41b6-b281-699728fd7ed9-1781473026389 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 465b7af2-8361-4f17-b894-a6af709f10d8-1781473026389 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 1d32acf4-bb07-4407-8826-1e25721c19a5-1781473026389 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 952c9a3f-cae8-4e58-ac6e-4319b9226b41-1781473026389 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 5b314fe2-80b9-4358-9cc2-5ea8f3a652e3-1781473026390 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 46bbde0a-20c4-4307-8460-769cd999a76d-1781473026390 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 9ce73946-014d-46f2-bda6-6e9bcd0eea5b-1781473026390 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = f7649ead-98b1-4656-85a9-377289db1dca-1781473026390 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = ee399099-3e4a-411d-9dec-a8491db7749f-1781473026390 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 8bf9bdf2-ea55-44f4-b927-8262a7800568-1781473026390 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 6b3de4b1-d9da-4c39-ad78-30157c8b61a9-1781473026390 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 19d96a06-a3a0-4f72-99af-522ce73dad50-1781545445864 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = b7508b53-ab55-4fbc-8134-3ed2cdf82968-1781545445866 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -135 + y = -5 + width = 270 + height = 33 + stay_on_screen = true + element_loading_requirement_container_identifier = 5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749 + [loading_requirement_container_meta:5a5fd26a-2f55-42ac-bd7c-9620a6b01558-1781537246749] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg-2.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 11 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = ^^^%n%{"placeholder":"vanillabuttonlabel","values":{"locator":"generic_dirt_message_screen:message"}}%n%^^^ + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = e361cce7-e6a8-4bec-a691-b118a9d668ec-1781544768317 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -124 + y = 5 + width = 248 + height = 14 + stay_on_screen = true + element_loading_requirement_container_identifier = df629458-55fe-4100-8a25-17df8b916ded-1781544768317 + [loading_requirement_container_meta:df629458-55fe-4100-8a25-17df8b916ded-1781544768317] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +vanilla_button { + button_element_executable_block_identifier = 063b3107-3bae-4d0b-82b0-4850f275c259-1781473026390 + [executable_block:063b3107-3bae-4d0b-82b0-4850f275c259-1781473026390][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 70ef2a2b-2322-4a56-975d-66c22e50f908-1781473026390 + [loading_requirement_container_meta:70ef2a2b-2322-4a56-975d-66c22e50f908-1781473026390] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = message + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -125 + y = -75 + width = 251 + height = 33 + stay_on_screen = true + element_loading_requirement_container_identifier = e25c1121-67b7-4a04-b9b0-f9698613a0c2-1781473026390 + [loading_requirement_container_meta:e25c1121-67b7-4a04-b9b0-f9698613a0c2-1781473026390] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/introduction_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/introduction_screen_layout.txt new file mode 100644 index 0000000..9e85b8f --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/introduction_screen_layout.txt @@ -0,0 +1,2345 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781581011640 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:e46e396e-149c-4d61-b680-efeec6dd256a-1781581002142] = [groups:][instances:2e23c335-ebe1-4523-a320-515bc73d5209-1781454196032;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:2e23c335-ebe1-4523-a320-515bc73d5209-1781454196032] = is_first_time:true +} + +menu_background { + instance_identifier = 89245a32-cd63-400b-bd54-1f287fa3fbd0-1781454178603 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 3863344a-5b5c-4c7e-bfc8-63cbdbeabad4-1781454178604 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = f0f35e8c-e55d-48b4-bc67-f8ac282303b7-1781454178604 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 516cff12-62eb-47bc-8f90-016582179af1-1781454178604 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 56f3e4b7-9d4e-4a73-a3bb-4bcacd5db3be-1781454178604 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 94c2a21e-d7c5-4919-bc35-1dbd502569c3-1781454178604 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 820e168b-a543-41d2-8a50-9a4d59074f55-1781454178604 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = d58351e0-5b45-42cd-9c57-3923a29b3f3c-1781454178604 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 2b974b08-ed54-42e9-959b-2bc5a7668f57-1781454178604 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = de35c939-9e66-43e2-9473-0fe503423dbc-1781454178604 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 272cf374-20d5-4117-8e5b-580a155a383d-1781454178604 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 2b9c86bc-7721-4f0d-a5b4-842a53562881-1781454178604 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 38aeddcb-5186-4a66-be0e-d30b501394ff-1781454178604 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 115dd98d-1527-48d5-b4d0-95eb03767113-1781454178604 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 08e47b7e-29ad-45f8-ac11-5395e783ec2b-1781454178605 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 8e214580-2aa8-4966-980b-6280acfe890c-1781454178605 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 89f226c7-f316-414d-b08b-ef210e8a5f4d-1781454178605 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = bb034a51-8b04-4218-b4a9-b94c88c28ddf-1781454178605 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 07d9e64a-4f04-49bd-8a6c-9406b973b3f0-1781454178605 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = shape + instance_identifier = c4911229-0f5a-444d-a2af-8d6280632ce7-1781454620268 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -50 + y = -60 + width = 100 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = c2c42db9-804e-49b5-94b2-2de914f7d971-1781454620268 + [loading_requirement_container_meta:c2c42db9-804e-49b5-94b2-2de914f7d971-1781454620268] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = true + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = true + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + color = #000000A1 + blur_enabled = true + blur_radius = 3.0 + corner_radius_top_left = 0.0 + corner_radius_top_right = 0.0 + corner_radius_bottom_right = 0.0 + corner_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = 61df8647-a899-46e6-8997-617462c8f4c1-1781454482579 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -90 + y = 12 + width = 180 + height = 30 + stay_on_screen = true + element_loading_requirement_container_identifier = 2fc91305-7291-40b9-92ce-5d90f46c235b-1781454482579 + [loading_requirement_container_meta:2fc91305-7291-40b9-92ce-5d90f46c235b-1781454482579] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = true + source = %n%{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/introduction.json",%n% "json_path": "$.content[{"placeholder":"getvariable","values":{"name":"intro_pages"}}]"%n% }%n%} + source_mode = direct + shadow = true + enable_scrolling = true + auto_line_wrapping = true + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 2c6e4c6a-62c1-40f5-b6d3-83ba64e4b36a-1781568334015 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -215 + y = -92 + width = 430 + height = 195 + stay_on_screen = true + element_loading_requirement_container_identifier = 8b5d3715-f705-4f21-8f83-91bc4d9539dc-1781568334015 + [loading_requirement_container_meta:8b5d3715-f705-4f21-8f83-91bc4d9539dc-1781568334015] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + grabber_color_normal = #FFFFFF6F + grabber_color_hover = #FFFFFF82 + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:0e63b750-1705-40bd-b1f8-f5b41a291a59-1781569801670][action_type:set_variable] = intro_pages:{"placeholder":"calc","values":{"decimal":"false","expression":"{"placeholder":"getvariable","values":{"name":"intro_pages"}}-1"}} + [executable_action_instance:14c18aa5-8505-4eef-8c3a-a9209061ef1d-1781575016784][action_type:set_variable] = is_first_page:true + [executable_block:bdd1113e-6217-4d26-bdc4-aa64a467ef44-1781575004831][type:if] = [executables:14c18aa5-8505-4eef-8c3a-a9209061ef1d-1781575016784;] + [if_executable_block_body:bdd1113e-6217-4d26-bdc4-aa64a467ef44-1781575004831] = 1b69427a-8976-40f0-a474-aa4ae1a8c347-1781574947395 + [loading_requirement_container_meta:1b69427a-8976-40f0-a474-aa4ae1a8c347-1781574947395] = [groups:][instances:9a2e60cc-ce4c-4873-b74a-658cce254bee-1781574949165;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:9a2e60cc-ce4c-4873-b74a-658cce254bee-1781574949165] = intro_pages:0 + [if_executable_block_collapsed:bdd1113e-6217-4d26-bdc4-aa64a467ef44-1781575004831] = false + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:0e63b750-1705-40bd-b1f8-f5b41a291a59-1781569801670;bdd1113e-6217-4d26-bdc4-aa64a467ef44-1781575004831;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_back.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = d031abfd-6430-4b77-8bd4-1c46ceb51ed1-1781455165689 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 18b1d554-dc68-46fc-8a74-095ca8d0f312-1781455267912 + x = -71 + y = 0 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:a4e2cbcc-d359-40ef-aec0-fed7b187e9e4-1781575219776;524b331c-75cf-488a-a7d7-6993322b33cb-1781575291875;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:a4e2cbcc-d359-40ef-aec0-fed7b187e9e4-1781575219776] = is_first_page:false + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:524b331c-75cf-488a-a7d7-6993322b33cb-1781575291875] = is_last_page:false + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:74c40102-596e-4031-81d9-59b43d601501-1781490035916][action_type:set_variable] = is_first_time:false + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:74c40102-596e-4031-81d9-59b43d601501-1781490035916;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_skip.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_skip.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 18b1d554-dc68-46fc-8a74-095ca8d0f312-1781455267912 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -35 + y = -29 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:9095b8c4-aceb-461d-a91f-16a2d2a27424-1781575315960;7ff56919-3af0-406b-8cd0-f9b1ebc2120a-1781575327236;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:9095b8c4-aceb-461d-a91f-16a2d2a27424-1781575315960] = is_first_page:false + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:7ff56919-3af0-406b-8cd0-f9b1ebc2120a-1781575327236] = is_last_page:false + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:7eff371b-7aa9-40c1-bf0b-2d54f1aa74b6-1781569315133][action_type:set_variable] = intro_pages:{"placeholder":"calc","values":{"decimal":"false","expression":"{"placeholder":"getvariable","values":{"name":"intro_pages"}}+1"}} + [executable_action_instance:eaae38e0-abf9-403b-8d90-2fb656250fbc-1781575421174][action_type:set_variable] = is_last_page:true + [executable_block:953d7a98-b500-497c-9e02-dfc65e37a93b-1781575396496][type:if] = [executables:eaae38e0-abf9-403b-8d90-2fb656250fbc-1781575421174;] + [if_executable_block_body:953d7a98-b500-497c-9e02-dfc65e37a93b-1781575396496] = 2fbe9b1d-8a6b-4135-96ee-0abdbd5fdd74-1781575378989 + [loading_requirement_container_meta:2fbe9b1d-8a6b-4135-96ee-0abdbd5fdd74-1781575378989] = [groups:][instances:030d8a98-f899-44d0-83ab-e4ede0d6c398-1781575381194;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:030d8a98-f899-44d0-83ab-e4ede0d6c398-1781575381194] = intro_pages:7 + [if_executable_block_collapsed:953d7a98-b500-497c-9e02-dfc65e37a93b-1781575396496] = false + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:7eff371b-7aa9-40c1-bf0b-2d54f1aa74b6-1781569315133;953d7a98-b500-497c-9e02-dfc65e37a93b-1781575396496;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_next.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_next.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 723eca29-cc06-4f08-837e-363dcfa604fd-1781455295159 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 18b1d554-dc68-46fc-8a74-095ca8d0f312-1781455267912 + x = 71 + y = 0 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:169438f2-698c-4fb7-92d4-8920b4d0c3f0-1781575349662;6c8b1a64-e738-4357-8515-38d9a0872658-1781575358451;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:169438f2-698c-4fb7-92d4-8920b4d0c3f0-1781575349662] = is_first_page:false + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:6c8b1a64-e738-4357-8515-38d9a0872658-1781575358451] = is_last_page:false + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:74c40102-596e-4031-81d9-59b43d601501-1781490035916][action_type:set_variable] = is_first_time:false + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:74c40102-596e-4031-81d9-59b43d601501-1781490035916;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_skip.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_skip.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 3195d4bf-6b4c-4736-822f-a99960943d63-1781574380334 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -106 + y = -29 + width = 105 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:5b3bfd7c-fa26-41da-a603-1a508f5bf516-1781574700683;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:5b3bfd7c-fa26-41da-a603-1a508f5bf516-1781574700683] = is_first_page:true + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:7eff371b-7aa9-40c1-bf0b-2d54f1aa74b6-1781569315133][action_type:set_variable] = intro_pages:{"placeholder":"calc","values":{"decimal":"false","expression":"{"placeholder":"getvariable","values":{"name":"intro_pages"}}+1"}} + [executable_action_instance:bcbcabe5-304b-4028-b16a-dfe37b485baf-1781575092244][action_type:set_variable] = is_first_page:false + [executable_block:ca02f4fe-2215-4359-a015-2c57c525118c-1781575086061][type:if] = [executables:bcbcabe5-304b-4028-b16a-dfe37b485baf-1781575092244;] + [if_executable_block_body:ca02f4fe-2215-4359-a015-2c57c525118c-1781575086061] = cd556628-345f-48c9-a0da-fbd7073718cd-1781575063648 + [loading_requirement_container_meta:cd556628-345f-48c9-a0da-fbd7073718cd-1781575063648] = [groups:][instances:b6fd5720-5ac6-4628-93e5-03cfd59374e4-1781575065965;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:b6fd5720-5ac6-4628-93e5-03cfd59374e4-1781575065965] = intro_pages:1 + [if_executable_block_collapsed:ca02f4fe-2215-4359-a015-2c57c525118c-1781575086061] = false + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:7eff371b-7aa9-40c1-bf0b-2d54f1aa74b6-1781569315133;ca02f4fe-2215-4359-a015-2c57c525118c-1781575086061;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_next.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_next.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 653be3f6-efdd-4973-9296-cbea4c51761d-1781574409116 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 18b1d554-dc68-46fc-8a74-095ca8d0f312-1781455267912 + x = 35 + y = 0 + width = 106 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:d4a2a2b7-690b-4be5-9192-f74cc47330c4-1781574549718;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:d4a2a2b7-690b-4be5-9192-f74cc47330c4-1781574549718] = is_first_page:true + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:fbb7209b-cd83-48cf-b086-36fecf0269f9-1781575988860][action_type:set_variable] = is_first_time:false + [executable_action_instance:b4259fa4-765b-4ebe-9659-b3af2c69d6ad-1781576009282][action_type:set_variable] = is_last_page:false + [executable_action_instance:be53755c-f3ad-476f-91d3-7e592420f85d-1781576025587][action_type:set_variable] = intro_pages:0 + [executable_action_instance:fa4d788a-aec9-4277-800b-865f29d742cb-1781576044988][action_type:set_variable] = is_first_page:true + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:fbb7209b-cd83-48cf-b086-36fecf0269f9-1781575988860;b4259fa4-765b-4ebe-9659-b3af2c69d6ad-1781576009282;be53755c-f3ad-476f-91d3-7e592420f85d-1781576025587;fa4d788a-aec9-4277-800b-865f29d742cb-1781576044988;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_done.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_done.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = bb76b4cc-8377-4a0c-9bcb-049ab7e23dfc-1781574349722 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 18b1d554-dc68-46fc-8a74-095ca8d0f312-1781455267912 + x = 35 + y = 0 + width = 106 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:02f71c4a-e8f0-435d-b82a-1ae1a04b7468-1781575610863;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:02f71c4a-e8f0-435d-b82a-1ae1a04b7468-1781575610863] = is_last_page:true + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:7eff371b-7aa9-40c1-bf0b-2d54f1aa74b6-1781569315133][action_type:set_variable] = intro_pages:{"placeholder":"calc","values":{"decimal":"false","expression":"{"placeholder":"getvariable","values":{"name":"intro_pages"}}-1"}} + [executable_action_instance:c353a88a-08aa-44dd-8621-6eee421fb746-1781575804227][action_type:set_variable] = is_last_page:false + [executable_block:219d1d10-486f-41ad-9381-86822933ce96-1781575793387][type:if] = [executables:c353a88a-08aa-44dd-8621-6eee421fb746-1781575804227;] + [if_executable_block_body:219d1d10-486f-41ad-9381-86822933ce96-1781575793387] = a80b43df-54dc-48b4-bc44-aa68cd7d1e34-1781575765400 + [loading_requirement_container_meta:a80b43df-54dc-48b4-bc44-aa68cd7d1e34-1781575765400] = [groups:][instances:e3a735fb-dfea-4c76-8d12-51a21f843a2e-1781575768177;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:e3a735fb-dfea-4c76-8d12-51a21f843a2e-1781575768177] = intro_pages:6 + [if_executable_block_collapsed:219d1d10-486f-41ad-9381-86822933ce96-1781575793387] = false + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:7eff371b-7aa9-40c1-bf0b-2d54f1aa74b6-1781569315133;219d1d10-486f-41ad-9381-86822933ce96-1781575793387;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/intro/intro_back.png + iconhovered = [source:local]/config/fancymenu/assets/intro/intro_back.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 8e3211c6-cce4-4730-a1f1-935ca946ff32-1781575581245 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 18b1d554-dc68-46fc-8a74-095ca8d0f312-1781455267912 + x = -71 + y = 0 + width = 105 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:86b48f5f-a1cf-4a92-9bb6-5165d579a0aa-1781575735445;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:86b48f5f-a1cf-4a92-9bb6-5165d579a0aa-1781575735445] = is_last_page:true + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + interactable = false + source = |||%n%{%n% "placeholder": "calc",%n% "values": {%n% "decimal": "false",%n% "expression": "{"placeholder": "getvariable","values": {"name": "intro_pages"}}+1"%n% }%n%} / 8%n%||| + source_mode = direct + shadow = true + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 4d6d422d-f982-42c9-bb8b-755ded05cc9f-1781576684624 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = 133 + y = 105 + width = 82 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = a6a6cbe5-1e61-4507-8a04-407e912110cd-1781576684624 + [loading_requirement_container_meta:a6a6cbe5-1e61-4507-8a04-407e912110cd-1781576684624] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #FFFFFFFF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +vanilla_button { + button_element_executable_block_identifier = 12bb7d76-a347-4189-b2dc-124f824f1d89-1781454178607 + [executable_block:12bb7d76-a347-4189-b2dc-124f824f1d89-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = eb5872a9-90bd-4417-ab54-e25a6f1eceb8-1781454178607 + [loading_requirement_container_meta:eb5872a9-90bd-4417-ab54-e25a6f1eceb8-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 376394 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 116 + y = 212 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = df1bd46f-b750-4120-9138-c6f689a49d8d-1781454178607 + [loading_requirement_container_meta:df1bd46f-b750-4120-9138-c6f689a49d8d-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = ede05943-ca89-4ae9-a7ba-bff6c54f1b67-1781454178607 + [executable_block:ede05943-ca89-4ae9-a7ba-bff6c54f1b67-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 5976d6a5-c1e1-435d-9755-cfc0af49cb4b-1781454178607 + [loading_requirement_container_meta:5976d6a5-c1e1-435d-9755-cfc0af49cb4b-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 212 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = b18ee14c-cb47-4746-8367-75e179803dbb-1781454178607 + [loading_requirement_container_meta:b18ee14c-cb47-4746-8367-75e179803dbb-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = e0ceba6b-0814-461c-8e17-e5e14b7f4000-1781454178607 + [executable_block:e0ceba6b-0814-461c-8e17-e5e14b7f4000-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = a106a028-bcf2-4ff7-9fd9-1faed0dade94-1781454178607 + [loading_requirement_container_meta:a106a028-bcf2-4ff7-9fd9-1faed0dade94-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 242 + y = 212 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 94f06886-3d8a-4f72-bb2a-537a97dedf06-1781454178607 + [loading_requirement_container_meta:94f06886-3d8a-4f72-bb2a-537a97dedf06-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = e52a8966-dd48-480b-a221-35ad6494e1c8-1781545946533 + [executable_block:e52a8966-dd48-480b-a221-35ad6494e1c8-1781545946533][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 31efd893-3fa2-4df2-8268-98c6ee7fb68a-1781545946533 + [loading_requirement_container_meta:31efd893-3fa2-4df2-8268-98c6ee7fb68a-1781545946533] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 400334 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 152 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = c2dea4b1-e2cb-4c7f-a958-1c69763d7f66-1781545946533 + [loading_requirement_container_meta:c2dea4b1-e2cb-4c7f-a958-1c69763d7f66-1781545946533] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 58d8e0c0-7786-4327-bad1-18f128e678c0-1781454178607 + [executable_block:58d8e0c0-7786-4327-bad1-18f128e678c0-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = a3925300-fd5e-4c0d-901a-868c6c3894d2-1781454178607 + [loading_requirement_container_meta:a3925300-fd5e-4c0d-901a-868c6c3894d2-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 104 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 93a96edd-51f1-44bf-9faf-8582d9a73201-1781454178607 + [loading_requirement_container_meta:93a96edd-51f1-44bf-9faf-8582d9a73201-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 615b4415-9938-4ee6-9338-69595cca7764-1781454178607 + [executable_block:615b4415-9938-4ee6-9338-69595cca7764-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 63937860-527f-439d-8f5b-f72429c7b7db-1781454178607 + [loading_requirement_container_meta:63937860-527f-439d-8f5b-f72429c7b7db-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 80 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 52d1ac40-b728-400b-8462-50edc0c9fc4d-1781454178607 + [loading_requirement_container_meta:52d1ac40-b728-400b-8462-50edc0c9fc4d-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 37454a84-f397-4c37-b7a6-9d4fed0b607a-1781454178607 + [executable_block:37454a84-f397-4c37-b7a6-9d4fed0b607a-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = ca1e06bb-9090-46bc-b0ce-228f4a1b1457-1781454178607 + [loading_requirement_container_meta:ca1e06bb-9090-46bc-b0ce-228f4a1b1457-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = title_screen_copyright_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = 440 + y = 353 + width = 196 + height = 10 + stay_on_screen = true + element_loading_requirement_container_identifier = 867851a7-a566-4e3a-a6ca-70aac637b654-1781454178607 + [loading_requirement_container_meta:867851a7-a566-4e3a-a6ca-70aac637b654-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 0c214eb3-af77-4fc4-87e8-f33e1938d998-1781454178607 + [executable_block:0c214eb3-af77-4fc4-87e8-f33e1938d998-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = bf5be488-c843-410b-bf4d-d8a09114ec3c-1781454178607 + [loading_requirement_container_meta:bf5be488-c843-410b-bf4d-d8a09114ec3c-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_realms_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 128 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = f92d093b-9095-4f26-ab3a-b8d3d362f747-1781454178607 + [loading_requirement_container_meta:f92d093b-9095-4f26-ab3a-b8d3d362f747-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 7bb29364-ca3a-46c3-8ed4-78352a26642b-1781454178607 + [executable_block:7bb29364-ca3a-46c3-8ed4-78352a26642b-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 599f5656-7a6c-44f6-a64f-cbeadde0de81-1781454178607 + [loading_requirement_container_meta:599f5656-7a6c-44f6-a64f-cbeadde0de81-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_logo_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 112 + y = 6 + width = 256 + height = 51 + stay_on_screen = true + element_loading_requirement_container_identifier = d43719a9-3d00-4f85-bb1c-7c890c6612a9-1781454178607 + [loading_requirement_container_meta:d43719a9-3d00-4f85-bb1c-7c890c6612a9-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = fc1b951c-c32f-4426-a8bd-791b9747187d-1781454178607 + [executable_block:fc1b951c-c32f-4426-a8bd-791b9747187d-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d7a0ada2-7a67-4865-ac1a-1b9ac19119d5-1781454178607 + [loading_requirement_container_meta:d7a0ada2-7a67-4865-ac1a-1b9ac19119d5-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = modmenu_titlescreen_mods_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 176 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 952c9a38-35af-4851-953c-90ea04b703ae-1781454178607 + [loading_requirement_container_meta:952c9a38-35af-4851-953c-90ea04b703ae-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = bd12bd45-6f46-4c4a-ad3d-91299a8a8a8b-1781454178608 + [executable_block:bd12bd45-6f46-4c4a-ad3d-91299a8a8a8b-1781454178608][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b3f69f06-70eb-4e35-a928-9bf1f3991321-1781454178608 + [loading_requirement_container_meta:b3f69f06-70eb-4e35-a928-9bf1f3991321-1781454178608] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_branding_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 2 + y = 264 + width = 171 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 28668476-0e8b-437d-8206-6df0473825ea-1781454178608 + [loading_requirement_container_meta:28668476-0e8b-437d-8206-6df0473825ea-1781454178608] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 6b050243-cd67-414e-a443-02a8fbbcc718-1781454178608 + [executable_block:6b050243-cd67-414e-a443-02a8fbbcc718-1781454178608][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = a88c16a8-abb9-4681-b137-aae71a115183-1781454178608 + [loading_requirement_container_meta:a88c16a8-abb9-4681-b137-aae71a115183-1781454178608] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_realms_notification_icons_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 275 + y = 166 + width = 62 + height = 18 + stay_on_screen = true + element_loading_requirement_container_identifier = 4a3ec248-90ab-481c-b44e-f2b0c5039bff-1781454178608 + [loading_requirement_container_meta:4a3ec248-90ab-481c-b44e-f2b0c5039bff-1781454178608] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 58188730-56f3-44dd-9dee-e129f3433f73-1781454178608 + [executable_block:58188730-56f3-44dd-9dee-e129f3433f73-1781454178608][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 472b2e66-d654-41ab-81a2-c27074adfaec-1781454178608 + [loading_requirement_container_meta:472b2e66-d654-41ab-81a2-c27074adfaec-1781454178608] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_splash_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 313 + y = 25 + width = 100 + height = 40 + stay_on_screen = true + element_loading_requirement_container_identifier = f013da50-92fc-4311-bbeb-2474a562a92a-1781454178608 + [loading_requirement_container_meta:f013da50-92fc-4311-bbeb-2474a562a92a-1781454178608] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = cdf8eac1-66fb-49d4-8222-873a20b4a9b5-1781454178607 + [executable_block:cdf8eac1-66fb-49d4-8222-873a20b4a9b5-1781454178607][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 530bee41-e849-449e-b0f4-535f52e69506-1781454178607 + [loading_requirement_container_meta:530bee41-e849-449e-b0f4-535f52e69506-1781454178607] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 604394 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 344 + y = 212 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 9a498ea5-ee40-421d-bdbb-e350460cebdf-1781454178607 + [loading_requirement_container_meta:9a498ea5-ee40-421d-bdbb-e350460cebdf-1781454178607] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt new file mode 100644 index 0000000..4e471ce --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt @@ -0,0 +1,1131 @@ +type = fancymenu_layout + +layout-meta { + identifier = join_multiplayer_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781709097941 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:9dfd042e-7077-46e2-b1e1-38682f1816e5-1781709064865] = [groups:][instances:] +} + +menu_background { + instance_identifier = bbad74aa-3e8d-4720-acad-f9720e81f515-1781268623308 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 4c865eb2-48c4-4b55-be90-b9cc971ff082-1781268623308 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = cd8fdfcd-0176-46ad-bed8-a646b4a2cdc7-1781268623308 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = d9bb90e4-fd43-4d8d-8248-033ba76379a2-1781268623308 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 0b26b523-d250-46bb-b5a5-d0a6058fe7bd-1781268623308 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 08bfe0a3-b63e-4376-bfaf-71d5a1216337-1781268623308 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = fec14da1-edf4-4b06-bcb8-359fb7253af1-1781268623309 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 56a826f2-4aa4-4302-824d-332408c72372-1781268623309 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 01786524-b5cc-4200-bf0d-fd798ccaa839-1781268623309 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = cceab68c-a134-4f79-9fc8-7703bbdfd571-1781268623309 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 0ebda661-c7b4-4d21-866a-580760d3f391-1781268623309 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = bfb6e7ab-2530-4d7c-901c-70d63dc53915-1781268623309 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 46bb7c2d-32e2-48bd-a539-166e719c7c54-1781268623309 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 2a9ac861-bbdc-4296-bcf0-0fd4993e8e4a-1781268623309 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = cfbba2b2-90b9-4c97-a509-454156210292-1781268623309 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 38dd244e-16b6-4695-9518-209f6ef0ed76-1781268623309 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 618591ef-0e19-4960-95b5-e43a6b83deca-1781268623309 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 086522a5-0ef4-4af2-9802-af1be1ab5759-1781268623309 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = b6d82552-1af5-47a0-8362-715d60f0b4ae-1781268623309 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +element { + button_element_executable_block_identifier = dab3e4e8-b4c8-4838-9068-2977f195e148-1781529765907 + [executable_action_instance:d245d6c9-918f-4f1d-9ac5-fb8ca9cb1564-1781709085564][action_type:opengui] = bte_layout + [executable_block:dab3e4e8-b4c8-4838-9068-2977f195e148-1781529765907][type:generic] = [executables:d245d6c9-918f-4f1d-9ac5-fb8ca9cb1564-1781709085564;] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + label = Back + navigatable = true + widget_active_state_requirement_container_identifier = d0534d3c-4b81-4a8d-a127-a7d3d0121b1f-1781529765907 + [loading_requirement_container_meta:d0534d3c-4b81-4a8d-a127-a7d3d0121b1f-1781529765907] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 526c96f5-f9f6-4ffc-8d18-a5e395cab483-1781529765907 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = 81 + y = -28 + width = 73 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 58be4d50-0e51-4449-bef2-4aaa7b607ac0-1781529765907 + [loading_requirement_container_meta:58be4d50-0e51-4449-bef2-4aaa7b607ac0-1781529765907] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 9c7566b3-48c0-4f73-9bc8-77cb96478458-1781268623310 + [executable_block:9c7566b3-48c0-4f73-9bc8-77cb96478458-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 8a615813-7153-4ad1-bc42-d735de4f1b87-1781268623310 + [loading_requirement_container_meta:8a615813-7153-4ad1-bc42-d735de4f1b87-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 450948 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 190 + y = 222 + width = 100 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 10647f94-bbe6-4a43-b197-f11ffbcb1007-1781268623310 + [loading_requirement_container_meta:10647f94-bbe6-4a43-b197-f11ffbcb1007-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = d59c412e-efd1-4f3c-a636-97ac7b9a6b01-1781268623311 + [executable_block:d59c412e-efd1-4f3c-a636-97ac7b9a6b01-1781268623311][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = a82fee17-70dd-4807-b8d3-bbb637a49618-1781268623311 + [loading_requirement_container_meta:a82fee17-70dd-4807-b8d3-bbb637a49618-1781268623311] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 8975 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = top-left + x = 7 + y = 5 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = afff7a67-5535-40b3-a7ab-0cb3b1eaa67e-1781268623310 + [loading_requirement_container_meta:afff7a67-5535-40b3-a7ab-0cb3b1eaa67e-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 7f8593e0-83e4-4465-a346-c771109128d6-1781268623310 + [executable_block:7f8593e0-83e4-4465-a346-c771109128d6-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 04649202-5975-4e3e-8eaf-f0452ba705cd-1781268623310 + [loading_requirement_container_meta:04649202-5975-4e3e-8eaf-f0452ba705cd-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 554948 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 294 + y = 222 + width = 100 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 56db9f59-3994-478f-b955-c7603179a5d6-1781268623310 + [loading_requirement_container_meta:56db9f59-3994-478f-b955-c7603179a5d6-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = e892b1ff-9371-48a1-89a9-6cc12e0e315c-1781268623310 + [executable_block:e892b1ff-9371-48a1-89a9-6cc12e0e315c-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = dcc36c57-4506-46aa-93cb-f20aca65726c-1781268623310 + [loading_requirement_container_meta:dcc36c57-4506-46aa-93cb-f20aca65726c-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 580972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 320 + y = 246 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 8da76a99-34ca-4217-bd8f-c084293e63af-1781268623310 + [loading_requirement_container_meta:8da76a99-34ca-4217-bd8f-c084293e63af-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = afed3aed-efd5-40aa-9ce6-8b9c8d5629b4-1781268623310 + [executable_block:afed3aed-efd5-40aa-9ce6-8b9c8d5629b4-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c7ba9e7c-83b8-4639-b26c-eaa1301bcd6d-1781268623310 + [loading_requirement_container_meta:c7ba9e7c-83b8-4639-b26c-eaa1301bcd6d-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 46012 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 200 + y = 12 + width = 79 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 9a9e9e3c-277b-405c-9968-b2918fbcc864-1781268623310 + [loading_requirement_container_meta:9a9e9e3c-277b-405c-9968-b2918fbcc864-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = fcb9bcb4-19c0-4d8b-a72a-e9c3976f528a-1781268623310 + [executable_block:fcb9bcb4-19c0-4d8b-a72a-e9c3976f528a-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 11bda291-47e2-4680-826f-be97275c5d17-1781268623310 + [loading_requirement_container_meta:11bda291-47e2-4680-826f-be97275c5d17-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 424972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 164 + y = 246 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 4b90a903-a79b-4b4d-ba78-a97ad505d4d7-1781268623310 + [loading_requirement_container_meta:4b90a903-a79b-4b4d-ba78-a97ad505d4d7-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 14bb56ce-a943-4676-a229-1fe209169751-1781268623310 + [executable_block:14bb56ce-a943-4676-a229-1fe209169751-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 3c7add13-2f6f-4ea3-ae40-8915d39ad22c-1781268623310 + [loading_requirement_container_meta:3c7add13-2f6f-4ea3-ae40-8915d39ad22c-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 502972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 242 + y = 246 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 4863b6a9-2db1-4960-a3f0-7075ca2fc495-1781268623310 + [loading_requirement_container_meta:4863b6a9-2db1-4960-a3f0-7075ca2fc495-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = b5897a45-8856-45d1-ab48-93d0a8d2b80a-1781268623310 + [executable_block:b5897a45-8856-45d1-ab48-93d0a8d2b80a-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = f724ef7b-9654-43bd-af5c-5ef9461c61f9-1781268623310 + [loading_requirement_container_meta:f724ef7b-9654-43bd-af5c-5ef9461c61f9-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346948 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 222 + width = 100 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 8d164f03-e9e2-4522-b1c4-3fa6d398c7d1-1781268623310 + [loading_requirement_container_meta:8d164f03-e9e2-4522-b1c4-3fa6d398c7d1-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = e4a637cd-02f5-4251-8360-421440f10cb8-1781268623310 + [executable_block:e4a637cd-02f5-4251-8360-421440f10cb8-1781268623310][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 54056e71-5f6f-4b43-9eec-63c2342221cf-1781268623310 + [loading_requirement_container_meta:54056e71-5f6f-4b43-9eec-63c2342221cf-1781268623310] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 246 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 778ad865-29ed-41f9-8dd9-e285d5ec2279-1781268623310 + [loading_requirement_container_meta:778ad865-29ed-41f9-8dd9-e285d5ec2279-1781268623310] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/level_loading_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/level_loading_screen_layout.txt new file mode 100644 index 0000000..2c53f7b --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/level_loading_screen_layout.txt @@ -0,0 +1,925 @@ +type = fancymenu_layout + +layout-meta { + identifier = level_loading_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781709446121 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:fe44e6dd-6696-4d8d-b0fc-5136d9c2426c-1781709399356] = [groups:][instances:0c769bfe-4a4c-4549-9726-90e557fc263e-1781545158943;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:0c769bfe-4a4c-4549-9726-90e557fc263e-1781545158943] = is_server_loading:false +} + +menu_background { + instance_identifier = 093b6e35-ceaa-4c3c-a049-89ba12745dd9-1781545012653 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 66f160e9-8ae4-45bd-a1d0-b689e803f2f7-1781545012653 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 0e05e304-86c5-46cf-9614-264038be2df7-1781545012653 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 40172c65-63e3-4f8e-bee3-db7849aba657-1781545012653 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = d8d47af2-4304-4402-ba7f-4cbd539aff60-1781545012653 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = cec0283b-da93-49cb-80e8-db778fec09f3-1781545012653 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 1746c22f-4cef-4f1d-98ac-4d9590ece503-1781545012654 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 747c3af9-0750-4d67-8490-1b947068291b-1781545012654 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = d748f5f4-f663-4ced-9e40-26bdc66f5d3b-1781545012654 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = e5d1c127-e318-400f-82f4-7d0701d7b77b-1781545012654 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 154ea41d-3ca8-450f-8b18-cf48c2da45f8-1781545012654 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = b16adbbe-cbec-4c9a-8935-6fee6780ddb9-1781545012654 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 5ebefb32-da8c-4a17-9bcb-4ccc81908772-1781545012654 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 8db84ae3-5bec-4375-a0a5-61a00ce1e776-1781545012654 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = a27c8c3c-6b31-47a4-b1f6-21a42064c64c-1781545012654 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = f4726289-1941-4d02-ae58-9bcd92ce0927-1781545012654 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 8e524492-5bfd-4b6e-9bbd-5c75f992ec03-1781545012654 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 7900f0ec-dadf-4642-859b-17393e579fdd-1781545012654 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 0c786913-f506-4dac-9e5c-e7661d7d5317-1781545012654 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 06c49b02-fc8f-436b-8cfb-6e9c5dd604ce-1781545114745 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -239 + y = -55 + width = 469 + height = 55 + stay_on_screen = false + element_loading_requirement_container_identifier = 25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945 + [loading_requirement_container_meta:25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = {"placeholder":"vanillabuttonlabel","values":{"locator":"level_loading_screen:downloading_terrain_text"}} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 79fac8d1-c130-4293-b7a9-d34bc2b9f520-1781545114746 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 46 + y = -39 + width = 230 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = 3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753 + [loading_requirement_container_meta:3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #F3F3F3FF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + bar_nine_slice = false + background_nine_slice = false + direction = right + progress_for_element_anchor = false + value_mode = percentage + smooth_filling_animation = true + element_type = progress_bar + instance_identifier = 84f13b31-a81a-472e-8b04-9d9c37de1ecc-1781545114747 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -92 + y = -10 + width = 182 + height = 5 + stay_on_screen = true + element_loading_requirement_container_identifier = 0663250b-666a-4492-8292-c0118e8c82b6-1781531111470 + [loading_requirement_container_meta:0663250b-666a-4492-8292-c0118e8c82b6-1781531111470] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + bar_nine_slice_border_top = 5 + bar_nine_slice_border_right = 10 + bar_nine_slice_border_bottom = 5 + bar_nine_slice_border_left = 10 + background_nine_slice_border_top = 5 + background_nine_slice_border_right = 10 + background_nine_slice_border_bottom = 5 + background_nine_slice_border_left = 10 + progress_source = 100.0 + bar_color = #53B237 + background_color = #454647 +} + +element { + element_type = image + instance_identifier = e0415a11-01e1-4a0f-aa25-2095d9de07b9-1781545114747 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 11 + y = -44 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813 + [loading_requirement_container_meta:034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.gif + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = 031d79a6-c85b-46ef-a335-96c7d1493e12-1781545114748 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +vanilla_button { + button_element_executable_block_identifier = e2b77140-af38-402f-8445-8e48f299e45b-1781545012654 + [executable_block:e2b77140-af38-402f-8445-8e48f299e45b-1781545012654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = ddab3f23-b0d7-4d77-8451-632c37f651a5-1781545012654 + [loading_requirement_container_meta:ddab3f23-b0d7-4d77-8451-632c37f651a5-1781545012654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = chunks + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -50 + y = -53 + width = 100 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 1781b7b1-54cb-42e4-95ce-9d6a1ea6284f-1781545012654 + [loading_requirement_container_meta:1781b7b1-54cb-42e4-95ce-9d6a1ea6284f-1781545012654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = a1ff909e-0812-4edc-acc0-0119ee1b2b7c-1781545012654 + [executable_block:a1ff909e-0812-4edc-acc0-0119ee1b2b7c-1781545012654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 7979fe8a-a20e-4b7d-876f-d214d6fffe80-1781545012654 + [loading_requirement_container_meta:7979fe8a-a20e-4b7d-876f-d214d6fffe80-1781545012654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = downloading_terrain_text + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 40 + y = 90 + width = 400 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = ca89f89d-0096-4b70-b368-618e148b2b96-1781545012654 + [loading_requirement_container_meta:ca89f89d-0096-4b70-b368-618e148b2b96-1781545012654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = fee94335-ba23-4590-a730-391ea6a8428c-1781545012654 + [executable_block:fee94335-ba23-4590-a730-391ea6a8428c-1781545012654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 5f1e6c56-304c-4687-9e56-da3fa868fab1-1781545012654 + [loading_requirement_container_meta:5f1e6c56-304c-4687-9e56-da3fa868fab1-1781545012654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = progress_bar + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 102 + width = 200 + height = 2 + stay_on_screen = true + element_loading_requirement_container_identifier = 25d35157-3abe-497b-a4bb-c2059f8afe1d-1781545012654 + [loading_requirement_container_meta:25d35157-3abe-497b-a4bb-c2059f8afe1d-1781545012654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/level_loading_screen_layout_1.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/level_loading_screen_layout_1.txt new file mode 100644 index 0000000..664b044 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/level_loading_screen_layout_1.txt @@ -0,0 +1,925 @@ +type = fancymenu_layout + +layout-meta { + identifier = level_loading_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781709463468 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:076ffaf7-219b-49d1-b275-a311b23834c0-1781709451408] = [groups:][instances:0c769bfe-4a4c-4549-9726-90e557fc263e-1781545158943;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:0c769bfe-4a4c-4549-9726-90e557fc263e-1781545158943] = is_server_loading:true +} + +menu_background { + instance_identifier = 093b6e35-ceaa-4c3c-a049-89ba12745dd9-1781545012653 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 66f160e9-8ae4-45bd-a1d0-b689e803f2f7-1781545012653 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 0e05e304-86c5-46cf-9614-264038be2df7-1781545012653 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 40172c65-63e3-4f8e-bee3-db7849aba657-1781545012653 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = d8d47af2-4304-4402-ba7f-4cbd539aff60-1781545012653 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = cec0283b-da93-49cb-80e8-db778fec09f3-1781545012653 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 1746c22f-4cef-4f1d-98ac-4d9590ece503-1781545012654 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 747c3af9-0750-4d67-8490-1b947068291b-1781545012654 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = d748f5f4-f663-4ced-9e40-26bdc66f5d3b-1781545012654 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = e5d1c127-e318-400f-82f4-7d0701d7b77b-1781545012654 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 154ea41d-3ca8-450f-8b18-cf48c2da45f8-1781545012654 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = b16adbbe-cbec-4c9a-8935-6fee6780ddb9-1781545012654 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 5ebefb32-da8c-4a17-9bcb-4ccc81908772-1781545012654 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 8db84ae3-5bec-4375-a0a5-61a00ce1e776-1781545012654 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = a27c8c3c-6b31-47a4-b1f6-21a42064c64c-1781545012654 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = f4726289-1941-4d02-ae58-9bcd92ce0927-1781545012654 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 8e524492-5bfd-4b6e-9bbd-5c75f992ec03-1781545012654 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 7900f0ec-dadf-4642-859b-17393e579fdd-1781545012654 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 0c786913-f506-4dac-9e5c-e7661d7d5317-1781545012654 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 06c49b02-fc8f-436b-8cfb-6e9c5dd604ce-1781545114745 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -239 + y = -55 + width = 469 + height = 55 + stay_on_screen = false + element_loading_requirement_container_identifier = 25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945 + [loading_requirement_container_meta:25cd01ad-f109-4ad2-8d87-0a3c5deed814-1781530829945] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/textures/bg.png + repeat_texture = false + nine_slice_texture = true + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + interactable = false + source = {"placeholder":"vanillabuttonlabel","values":{"locator":"level_loading_screen:downloading_terrain_text"}} + source_mode = direct + shadow = false + enable_scrolling = false + auto_line_wrapping = false + remove_html_breaks = true + code_block_single_color = #737373FF + code_block_multi_color = #565656FF + headline_line_color = #A9A9A9FF + separation_line_color = #A9A9A9FF + hyperlink_color = #0771FCFF + click_event_color = #0771FCFF + hover_event_color = #0771FCFF + quote_color = #818181FF + quote_italic = false + bullet_list_dot_color = #A9A9A9FF + parse_markdown = true + table_show_header = true + table_alternate_row_colors = true + table_line_color = #787878FF + table_header_background_color = #323232FF + table_row_background_color = #282828FF + table_alternate_row_color = #3C3C3CFF + element_type = text_v2 + instance_identifier = 79fac8d1-c130-4293-b7a9-d34bc2b9f520-1781545114746 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 46 + y = -39 + width = 230 + height = 15 + stay_on_screen = true + element_loading_requirement_container_identifier = 3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753 + [loading_requirement_container_meta:3ef2e39e-d778-4672-97b2-647585519d5f-1781491677753] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + base_color = #F3F3F3FF + scale = 1.0 + text_border = 2 + line_spacing = 2 + quote_indent = 8 + bullet_list_indent = 8 + bullet_list_spacing = 3 + table_line_thickness = 1.0 + table_cell_padding = 8.0 + table_margin = 4.0 +} + +element { + bar_nine_slice = false + background_nine_slice = false + direction = right + progress_for_element_anchor = false + value_mode = percentage + smooth_filling_animation = true + element_type = progress_bar + instance_identifier = 84f13b31-a81a-472e-8b04-9d9c37de1ecc-1781545114747 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -92 + y = -10 + width = 182 + height = 5 + stay_on_screen = true + element_loading_requirement_container_identifier = 0663250b-666a-4492-8292-c0118e8c82b6-1781531111470 + [loading_requirement_container_meta:0663250b-666a-4492-8292-c0118e8c82b6-1781531111470] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + bar_nine_slice_border_top = 5 + bar_nine_slice_border_right = 10 + bar_nine_slice_border_bottom = 5 + bar_nine_slice_border_left = 10 + background_nine_slice_border_top = 5 + background_nine_slice_border_right = 10 + background_nine_slice_border_bottom = 5 + background_nine_slice_border_left = 10 + progress_source = 100.0 + bar_color = #53B237 + background_color = #454647 +} + +element { + element_type = image + instance_identifier = e0415a11-01e1-4a0f-aa25-2095d9de07b9-1781545114747 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 11 + y = -44 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813 + [loading_requirement_container_meta:034cdeeb-456a-4040-9fac-28ed054410ab-1781532031813] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/logo.gif + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + element_type = image + instance_identifier = 031d79a6-c85b-46ef-a335-96c7d1493e12-1781545114748 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +vanilla_button { + button_element_executable_block_identifier = a1ff909e-0812-4edc-acc0-0119ee1b2b7c-1781545012654 + [executable_block:a1ff909e-0812-4edc-acc0-0119ee1b2b7c-1781545012654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 7979fe8a-a20e-4b7d-876f-d214d6fffe80-1781545012654 + [loading_requirement_container_meta:7979fe8a-a20e-4b7d-876f-d214d6fffe80-1781545012654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = downloading_terrain_text + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 40 + y = 90 + width = 400 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = ca89f89d-0096-4b70-b368-618e148b2b96-1781545012654 + [loading_requirement_container_meta:ca89f89d-0096-4b70-b368-618e148b2b96-1781545012654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = e2b77140-af38-402f-8445-8e48f299e45b-1781545012654 + [executable_block:e2b77140-af38-402f-8445-8e48f299e45b-1781545012654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = ddab3f23-b0d7-4d77-8451-632c37f651a5-1781545012654 + [loading_requirement_container_meta:ddab3f23-b0d7-4d77-8451-632c37f651a5-1781545012654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = chunks + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 190 + y = 117 + width = 100 + height = 100 + stay_on_screen = true + element_loading_requirement_container_identifier = 1781b7b1-54cb-42e4-95ce-9d6a1ea6284f-1781545012654 + [loading_requirement_container_meta:1781b7b1-54cb-42e4-95ce-9d6a1ea6284f-1781545012654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = fee94335-ba23-4590-a730-391ea6a8428c-1781545012654 + [executable_block:fee94335-ba23-4590-a730-391ea6a8428c-1781545012654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 5f1e6c56-304c-4687-9e56-da3fa868fab1-1781545012654 + [loading_requirement_container_meta:5f1e6c56-304c-4687-9e56-da3fa868fab1-1781545012654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = progress_bar + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 102 + width = 200 + height = 2 + stay_on_screen = true + element_loading_requirement_container_identifier = 25d35157-3abe-497b-a4bb-c2059f8afe1d-1781545012654 + [loading_requirement_container_meta:25d35157-3abe-497b-a4bb-c2059f8afe1d-1781545012654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/options_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/options_screen_layout.txt new file mode 100644 index 0000000..c21f688 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/options_screen_layout.txt @@ -0,0 +1,1521 @@ +type = fancymenu_layout + +layout-meta { + identifier = options_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781268562606 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:f0fe9e0f-97a7-49cf-8b48-b64cb8595995-1781268519412] = [groups:][instances:] +} + +menu_background { + instance_identifier = b1cfca56-a911-48d5-89f2-10bac7b501b6-1781268519412 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 00498826-aa81-4133-9a28-a23f14aa2755-1781268519412 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 98e3fcff-1bd9-49f9-aa44-6a53d2b43013-1781268519412 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 700e9f97-f33c-4af8-9910-9d70dfb46a53-1781268519412 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 43822aef-6bd2-4b4e-873d-fe92bda04576-1781268519412 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 962f0da5-f1c0-4f13-976a-0aa15ed220e4-1781268519412 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 553a9e32-9a0f-4db7-8d2c-1fd012bcad33-1781268519412 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = a8a67d31-20bc-421d-85a8-607c70950499-1781268519412 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 25db0f7d-ef25-49ce-b268-41037cabf162-1781268519412 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 38aa2f39-bb31-4773-a032-f4a49357fc6e-1781268519412 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = bb8731e8-da10-42ed-ae39-ae60c8881a55-1781268519412 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 598c3932-ef27-4dfb-9fb6-2a0086a7db87-1781268519412 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 995958e4-6372-429e-ba5e-3e4b28701295-1781268519412 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = e1f10ebb-1100-407a-b09c-d6a25cf42c6e-1781268519412 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 9b34e5cd-e3aa-4c62-bcc5-8c7aff830ba1-1781268519412 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = f1ea6f6d-6c90-449e-8a8a-0adee7ab66c5-1781268519412 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 2a7ae061-20e6-48d6-a766-701a739d1485-1781268519412 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 82e1bec8-c6db-4ea1-9122-39f499537c96-1781268519412 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 04644a44-ddb2-4268-be95-349ab7c30ea2-1781268519412 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 7984ac72-8d83-4f18-ae70-944cf092cbaf-1781268519414 + [executable_block:7984ac72-8d83-4f18-ae70-944cf092cbaf-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 67f3f562-2f15-4855-b5ee-cca1e1a9a6ba-1781268519414 + [loading_requirement_container_meta:67f3f562-2f15-4855-b5ee-cca1e1a9a6ba-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346115 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 115 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = b74aa4a3-9c63-4ea8-9ea2-d41b3144236c-1781268519414 + [loading_requirement_container_meta:b74aa4a3-9c63-4ea8-9ea2-d41b3144236c-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = da6cc2aa-b548-4c2a-b77f-e7777f0a6d81-1781268519414 + [executable_block:da6cc2aa-b548-4c2a-b77f-e7777f0a6d81-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c764d0f6-5769-4d3a-a8c0-984461cf1785-1781268519414 + [loading_requirement_container_meta:c764d0f6-5769-4d3a-a8c0-984461cf1785-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346163 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 163 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 9858f836-6876-4d61-9e20-03cab6b7878a-1781268519414 + [loading_requirement_container_meta:9858f836-6876-4d61-9e20-03cab6b7878a-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 143d0f6e-0684-4449-903d-5ad0bc1469dd-1781268519414 + [executable_block:143d0f6e-0684-4449-903d-5ad0bc1469dd-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 4cd1916b-e89f-433a-afb4-8725dad51512-1781268519414 + [loading_requirement_container_meta:4cd1916b-e89f-433a-afb4-8725dad51512-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 32029 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 60 + y = 29 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 64bb09b4-4983-47e6-80f7-0e8b4d8f203a-1781268519414 + [loading_requirement_container_meta:64bb09b4-4983-47e6-80f7-0e8b4d8f203a-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 2df449e0-9e48-472f-8b96-5fe3dda8ab2a-1781268519414 + [executable_block:2df449e0-9e48-472f-8b96-5fe3dda8ab2a-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 90f62f90-a72f-41da-a591-5e68458574e9-1781268519414 + [loading_requirement_container_meta:90f62f90-a72f-41da-a591-5e68458574e9-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346139 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 139 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 35146870-028d-43ac-bbcf-af58c7e78f70-1781268519414 + [loading_requirement_container_meta:35146870-028d-43ac-bbcf-af58c7e78f70-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = a7c81726-d721-4d53-a765-fdebd95cb457-1781268519414 + [executable_block:a7c81726-d721-4d53-a765-fdebd95cb457-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 4c0bcdea-a5b8-45f7-8f67-74a260b6948b-1781268519414 + [loading_requirement_container_meta:4c0bcdea-a5b8-45f7-8f67-74a260b6948b-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 50491 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 91 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 91cdc881-bd8c-4f29-b1ed-d8adeb98afaf-1781268519414 + [loading_requirement_container_meta:91cdc881-bd8c-4f29-b1ed-d8adeb98afaf-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = ff774bb8-ef63-4692-bc49-0abb4c597800-1781268519414 + [executable_block:ff774bb8-ef63-4692-bc49-0abb4c597800-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 2b777904-b43d-473c-bf86-cc14f92f55c6-1781268519414 + [loading_requirement_container_meta:2b777904-b43d-473c-bf86-cc14f92f55c6-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 400974 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 248 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 04e67d67-c3ff-49bf-abac-5eab5503a6aa-1781268519414 + [loading_requirement_container_meta:04e67d67-c3ff-49bf-abac-5eab5503a6aa-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 2ec5738e-0d11-4c2a-a8bf-0c96346070f6-1781268519414 + [executable_block:2ec5738e-0d11-4c2a-a8bf-0c96346070f6-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 79815bd5-6afc-4a36-84f5-32e6d67cdcee-1781268519414 + [loading_requirement_container_meta:79815bd5-6afc-4a36-84f5-32e6d67cdcee-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504187 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 187 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 0afb114a-f49c-4fa4-b65e-895b63f4e357-1781268519414 + [loading_requirement_container_meta:0afb114a-f49c-4fa4-b65e-895b63f4e357-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 058de559-dd4f-47ed-b316-414e331d455b-1781268519414 + [executable_block:058de559-dd4f-47ed-b316-414e331d455b-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d782afd9-5735-4da1-901a-db3c52aafe2b-1781268519414 + [loading_requirement_container_meta:d782afd9-5735-4da1-901a-db3c52aafe2b-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504115 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 115 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = f15acfe0-5950-472f-b411-940becdb2ce7-1781268519414 + [loading_requirement_container_meta:f15acfe0-5950-472f-b411-940becdb2ce7-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = c6e3e2c9-d6f6-4270-a752-cb1a48a3a9a9-1781268519414 + [executable_block:c6e3e2c9-d6f6-4270-a752-cb1a48a3a9a9-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 37aa0e5c-5858-4b60-8f72-9655cb7a414a-1781268519414 + [loading_requirement_container_meta:37aa0e5c-5858-4b60-8f72-9655cb7a414a-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346187 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 187 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = a6d4d24f-7518-4031-b2a6-53238df35f72-1781268519414 + [loading_requirement_container_meta:a6d4d24f-7518-4031-b2a6-53238df35f72-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 0e15dd8b-7e4a-4e6c-897a-c214cf82c6a7-1781268519414 + [executable_block:0e15dd8b-7e4a-4e6c-897a-c214cf82c6a7-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 60cb3ad2-9251-484f-9a76-c39c1cf9f06c-1781268519414 + [loading_requirement_container_meta:60cb3ad2-9251-484f-9a76-c39c1cf9f06c-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504139 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 139 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = afb55eed-3ed6-415c-b5ca-f74515529d5a-1781268519414 + [loading_requirement_container_meta:afb55eed-3ed6-415c-b5ca-f74515529d5a-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 63a1617e-e524-4abd-8764-aad855efc2e0-1781268519414 + [executable_block:63a1617e-e524-4abd-8764-aad855efc2e0-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 67d30737-3555-445e-8ddb-8f5337205cd9-1781268519414 + [loading_requirement_container_meta:67d30737-3555-445e-8ddb-8f5337205cd9-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 34691 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 91 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 0bf37ce2-cf4c-47ca-8685-6c96096737fc-1781268519414 + [loading_requirement_container_meta:0bf37ce2-cf4c-47ca-8685-6c96096737fc-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = aeac4945-80b6-4592-9148-f53c4d744474-1781268519414 + [executable_block:aeac4945-80b6-4592-9148-f53c4d744474-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 319af021-0b4b-48f8-b95a-5bd87e22c168-1781268519414 + [loading_requirement_container_meta:319af021-0b4b-48f8-b95a-5bd87e22c168-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 48212 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 222 + y = 12 + width = 36 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 6151142c-1665-4689-aaff-a2b331aec7dd-1781268519414 + [loading_requirement_container_meta:6151142c-1665-4689-aaff-a2b331aec7dd-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 1e624765-6136-443b-a86a-bffd42df8569-1781268519414 + [executable_block:1e624765-6136-443b-a86a-bffd42df8569-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d65228b5-f3fc-412e-a001-b51d40c363ff-1781268519414 + [loading_requirement_container_meta:d65228b5-f3fc-412e-a001-b51d40c363ff-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504163 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 163 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = b60bc8f6-daaa-43c4-bb66-bdf650093a04-1781268519414 + [loading_requirement_container_meta:b60bc8f6-daaa-43c4-bb66-bdf650093a04-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 8607d26a-c17c-4be7-b3ac-7776e46f6121-1781268519414 + [executable_block:8607d26a-c17c-4be7-b3ac-7776e46f6121-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d7d5ba9b-0234-4c1a-b92c-93dbc856bda1-1781268519414 + [loading_requirement_container_meta:d7d5ba9b-0234-4c1a-b92c-93dbc856bda1-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 34629 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 29 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = b83b46ea-e747-41cc-95f8-afc4c39849b5-1781268519414 + [loading_requirement_container_meta:b83b46ea-e747-41cc-95f8-afc4c39849b5-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 152eaf03-6487-43a8-b451-6d7f156e6046-1781268519414 + [executable_block:152eaf03-6487-43a8-b451-6d7f156e6046-1781268519414][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 808633b3-fbf8-4827-955e-a519fcf7d03e-1781268519414 + [loading_requirement_container_meta:808633b3-fbf8-4827-955e-a519fcf7d03e-1781268519414] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 50429 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 29 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 0041e616-452b-41cb-8cd0-fdec2b26efd2-1781268519414 + [loading_requirement_container_meta:0041e616-452b-41cb-8cd0-fdec2b26efd2-1781268519414] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/pause_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/pause_screen_layout.txt new file mode 100644 index 0000000..4efb800 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/pause_screen_layout.txt @@ -0,0 +1,1763 @@ +type = fancymenu_layout + +layout-meta { + identifier = pause_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781578787314 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:3e20e50f-f05e-4de3-900a-08abd9c53c01-1781711115985] = [groups:][instances:] +} + +menu_background { + instance_identifier = 47a6b6bb-a38a-4108-bd77-11c281d93173-1781268051646 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 3fec24c5-58d8-4720-9ce3-1dc3433c6868-1781268051646 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = e4cade70-c511-47a0-b5b9-d6d30714f297-1781268051646 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 0b8ce1a4-71ef-471e-a58c-5579be40e3e5-1781268051646 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = a8916ebe-c5a9-4b32-8f33-793550dd7353-1781268051646 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 7a8de234-a6ce-4461-853c-8b0457cf38e3-1781268051646 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 4a1c8f90-1368-4b9c-8c4b-ad2122fe646c-1781268051646 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 92fcd573-410f-465b-8e01-9363b3e08de5-1781268051646 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 66df7409-05cb-4d1a-936f-15b5e31fb807-1781268051646 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = e0c77d4c-621a-4719-8d35-2d97d3d253d5-1781268051646 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 5d4ed936-5491-405e-8666-d707bd8e764d-1781268051646 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 8a3dccd5-d7e4-4762-bad2-c0237371fd2d-1781268051646 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = c48f0654-0c2d-4b40-a9d9-3192af35a992-1781268051646 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 1c2de85a-e887-4c29-9e11-32756e591ba0-1781268051646 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 3a8c1811-f7d6-45d9-bbb6-e10004b92a87-1781268051646 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 9dac5926-6775-473e-b9c2-9662f6e4d5bc-1781268051646 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = e4f63ef2-a382-409f-81c4-c2d70dffc640-1781268051646 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 7f9177ba-fe45-4cff-8e16-ea9d801f9779-1781268051646 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = c961d86c-44d5-4f8d-af20-558e35de82a9-1781268051646 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = f69a6992-04db-4c66-bd0f-5a8fb777c49c-1781268312484 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = 99d0a16a-893e-4efc-858d-ff9ed1d4fd55-1781268312484 + [loading_requirement_container_meta:99d0a16a-893e-4efc-858d-ff9ed1d4fd55-1781268312484] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:b2b65fa8-fc5f-431e-9314-c952a507359b-1781269377455][action_type:disconnect_server_or_world] = + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:b2b65fa8-fc5f-431e-9314-c952a507359b-1781269377455;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/leave.png + iconhovered = [source:local]/config/fancymenu/assets/textures/leave.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 8c434950-ae21-4449-b7e4-415cd8718904-1781269222503 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = -85 + y = 24 + width = 170 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:0b519c1c-057c-4207-855c-7e2a9394a5d6-1781347540273][action_type:mimicbutton] = pause_screen:pause_return_to_game_button + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:0b519c1c-057c-4207-855c-7e2a9394a5d6-1781347540273;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/continue.png + iconhovered = [source:local]/config/fancymenu/assets/textures/continue.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 426145a9-d3b4-4880-bc51-987c4b263973-1781347514866 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = mid-centered + x = -85 + y = -28 + width = 170 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755][action_type:mimicbutton] = pause_screen:pause_options_button + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/setting.png + iconhovered = [source:local]/config/fancymenu/assets/textures/setting.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = d0d67642-0e72-45bc-bd7a-ddaf297639cb-1781347550960 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = -85 + y = -2 + width = 84 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:3bdbf0ad-1a01-43b8-909a-79b1c3888c7a-1781348015538][action_type:mimicbutton] = pause_screen:398306 + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:3bdbf0ad-1a01-43b8-909a-79b1c3888c7a-1781348015538;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_legacy.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_legacy_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/mod.png + iconhovered = [source:local]/config/fancymenu/assets/textures/mod.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 8655c37b-30d6-48a3-b637-bd357b9fd506-1781347555098 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = mid-centered + x = 1 + y = -2 + width = 84 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755][action_type:mimicbutton] = pause_screen:pause_stats_button + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755;] + iconnormal = [source:local]/config/fancymenu/assets/textures/statistic.png + iconhovered = [source:local]/config/fancymenu/assets/textures/statistic.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e4b13733-7b24-43f3-8e7c-4169bde81f65-1781348771989 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -60 + y = -25 + width = 120 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755][action_type:mimicbutton] = pause_screen:pause_share_to_lan_button + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755;] + iconnormal = [source:local]/config/fancymenu/assets/textures/player_report.png + iconhovered = [source:local]/config/fancymenu/assets/textures/player_report.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = ebd75cc6-2df2-4cb0-8013-e14cd2b37766-1781349076031 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = 61 + y = -25 + width = 120 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503 + [executable_action_instance:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755][action_type:mimicbutton] = pause_screen:pause_advancements_button + [executable_block:c12fdf83-7606-466e-9cf2-48f8e300db7b-1781269222503][type:generic] = [executables:2bc9df6a-b06f-44a7-9d92-73c901f5bfc9-1781347993755;] + iconnormal = [source:local]/config/fancymenu/assets/textures/advance.png + iconhovered = [source:local]/config/fancymenu/assets/textures/advance.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503 + [loading_requirement_container_meta:dfc7b296-6c90-4087-aebc-5d68ad71275e-1781269222503] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = e5fa14ae-0744-4e1f-b8c3-171d88d73cb1-1781349276016 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -181 + y = -25 + width = 120 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 18272a42-e906-4c09-9b69-93473bda85b1-1781269222503 + [loading_requirement_container_meta:18272a42-e906-4c09-9b69-93473bda85b1-1781269222503] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:c94f4566-65c1-4cb6-819c-9a6612fb1516-1781578610625][action_type:disable_layout] = pause_screen_layout + [executable_action_instance:d9800572-8c0a-42fb-bc78-26533ba77262-1781578668253][action_type:enable_layout] = pause_screen_layout_1 + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:c94f4566-65c1-4cb6-819c-9a6612fb1516-1781578610625;d9800572-8c0a-42fb-bc78-26533ba77262-1781578668253;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/replay.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/replay_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/replay.png + iconhovered = [source:local]/config/fancymenu/assets/icons/replay.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = ACTIVATE%n%REPLAY MODE + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 3294c3a0-0cea-4a4a-a8f0-10023f24b29c-1781578465686 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = bottom-right + x = -31 + y = -30 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 0f27a18f-fbed-4e77-9151-f2a73ac09d64-1781268051648 + [executable_block:0f27a18f-fbed-4e77-9151-f2a73ac09d64-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c0938a97-d267-4652-b1a5-a9ec0a456624-1781268051648 + [loading_requirement_container_meta:c0938a97-d267-4652-b1a5-a9ec0a456624-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_return_to_game_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-left + x = 30 + y = -20 + width = 135 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = d845a105-6503-4b43-a383-730c4e8d0722-1781268051648 + [loading_requirement_container_meta:d845a105-6503-4b43-a383-730c4e8d0722-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = c8ec5d8b-b68f-41dd-8a52-425830be9d22-1781268051648 + [executable_block:c8ec5d8b-b68f-41dd-8a52-425830be9d22-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b2b07438-ac18-408b-a7bb-71542a240817-1781268051648 + [loading_requirement_container_meta:b2b07438-ac18-408b-a7bb-71542a240817-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 398306 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = pause_return_to_game_button + x = 0 + y = 60 + width = 135 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = 0818498f-bb0a-4978-9ed4-0c543ef967d4-1781268051648 + [loading_requirement_container_meta:0818498f-bb0a-4978-9ed4-0c543ef967d4-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 03355942-cef6-48f3-9236-190e54093265-1781268051648 + [executable_block:03355942-cef6-48f3-9236-190e54093265-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = f62fab28-b234-4bfe-9ca0-f07f42d6b240-1781268051648 + [loading_requirement_container_meta:f62fab28-b234-4bfe-9ca0-f07f42d6b240-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_advancements_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = element + anchor_point_element = pause_return_to_game_button + x = 5 + y = 110 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 4974b0f1-ea25-4a1b-b291-cd84678a02e4-1781268051648 + [loading_requirement_container_meta:4974b0f1-ea25-4a1b-b291-cd84678a02e4-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = f0f86292-f045-4dfb-8d23-6ac5c57005cf-1781552210729 + [executable_block:f0f86292-f045-4dfb-8d23-6ac5c57005cf-1781552210729][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b38ed471-b150-47ca-b1fb-69cee4c6396d-1781552210729 + [loading_requirement_container_meta:b38ed471-b150-47ca-b1fb-69cee4c6396d-1781552210729] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_share_to_lan_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 324 + y = 171 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 1358cced-ced5-4a10-873b-b35e3730dd18-1781552210729 + [loading_requirement_container_meta:1358cced-ced5-4a10-873b-b35e3730dd18-1781552210729] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = e7883b2b-fa6e-4ee8-a8f3-27114b843c2c-1781268051648 + [executable_block:e7883b2b-fa6e-4ee8-a8f3-27114b843c2c-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = cd63a81e-db53-4d1c-a6a3-d02347e62402-1781268051648 + [loading_requirement_container_meta:cd63a81e-db53-4d1c-a6a3-d02347e62402-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_disconnect_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = pause_return_to_game_button + x = 0 + y = 78 + width = 134 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = f99545fb-7ff9-4c45-95b3-e2962e7f36d4-1781268051648 + [loading_requirement_container_meta:f99545fb-7ff9-4c45-95b3-e2962e7f36d4-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 6c7e2a93-1a27-481f-9417-4ce5f65fd2da-1781268051648 + [executable_block:6c7e2a93-1a27-481f-9417-4ce5f65fd2da-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = e7f87b7b-37c8-43d7-b62c-194bc0cbf292-1781268051648 + [loading_requirement_container_meta:e7f87b7b-37c8-43d7-b62c-194bc0cbf292-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_options_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = pause_return_to_game_button + x = 0 + y = 30 + width = 135 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = a24ba4d8-17bc-4e0a-825d-01a16d9b064f-1781268051648 + [loading_requirement_container_meta:a24ba4d8-17bc-4e0a-825d-01a16d9b064f-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 44e8d29b-0092-4494-8320-d5fa66a6a215-1781268051648 + [executable_block:44e8d29b-0092-4494-8320-d5fa66a6a215-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 6df8eb31-e753-4325-b7d0-80085c5f89c2-1781268051648 + [loading_requirement_container_meta:6df8eb31-e753-4325-b7d0-80085c5f89c2-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_stats_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = element + anchor_point_element = pause_return_to_game_button + x = 5 + y = 90 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = aad37bef-df1e-4a8f-85d7-212ee1be9d7e-1781268051648 + [loading_requirement_container_meta:aad37bef-df1e-4a8f-85d7-212ee1be9d7e-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = c89f8fd7-bdda-41f0-a752-66eaab06493f-1781268051648 + [executable_block:c89f8fd7-bdda-41f0-a752-66eaab06493f-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 1fa93dc0-c610-4741-b3c3-37f8f35fe0dd-1781268051648 + [loading_requirement_container_meta:1fa93dc0-c610-4741-b3c3-37f8f35fe0dd-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_report_bugs_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = bottom-right + x = -500 + y = -107 + width = 74 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 3bd1aa1e-85fd-47ec-a469-a6b0ad2970ab-1781268051648 + [loading_requirement_container_meta:3bd1aa1e-85fd-47ec-a469-a6b0ad2970ab-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 14bd0ab7-617e-4eda-b3b9-9cb78406f570-1781268051648 + [executable_block:14bd0ab7-617e-4eda-b3b9-9cb78406f570-1781268051648][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d6a7a571-0daf-49e7-9bf6-c12d5e1c8356-1781268051648 + [loading_requirement_container_meta:d6a7a571-0daf-49e7-9bf6-c12d5e1c8356-1781268051648] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 47440 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 294 + y = 40 + width = 52 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = f992fa81-ee0d-4241-85ca-e60594ad6c29-1781268051648 + [loading_requirement_container_meta:f992fa81-ee0d-4241-85ca-e60594ad6c29-1781268051648] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/pause_screen_layout_1.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/pause_screen_layout_1.txt new file mode 100644 index 0000000..bf5538a --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/pause_screen_layout_1.txt @@ -0,0 +1,1135 @@ +type = fancymenu_layout + +layout-meta { + identifier = pause_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781578857800 + is_enabled = false + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:e60ae276-1d63-41a5-97ce-f47a3540bfb2-1781711116056] = [groups:][instances:] +} + +menu_background { + instance_identifier = 442efde4-9e65-449d-8867-a1d5204149bc-1781578379765 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 26c441e1-d2e2-4009-a826-c6e9e4b1f235-1781578379765 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 8a46edbf-8e30-4baa-9b66-81e6b9b7f509-1781578379765 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = eaaa0cad-2907-4d9b-8f04-0d6470d8182f-1781578379765 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 01ccebb5-99d1-4f76-aa6c-85728655c01b-1781578379765 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 2f51cd0e-9ee6-4c20-8136-c3a07b48e3d4-1781578379766 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 06adef1d-de66-4ca7-825a-bdb3ef59de1b-1781578379766 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 886ba07e-4f78-47b7-997e-89ec49f4429c-1781578379766 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 9acf482d-f94e-4f85-b552-a6b5c282b373-1781578379766 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = d7bc8c9d-756a-461b-9a19-3448f299531d-1781578379766 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 6b9a32e7-e443-4e72-9790-e6d5346e3b88-1781578379766 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = d7c18805-f75c-453f-8c49-eed7e3fcdf21-1781578379766 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 1336a6d9-850a-4d5f-bc87-f553927dbb16-1781578379766 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 3c4f657d-3917-48a0-a945-373e36dc2359-1781578379766 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 27368cae-2fce-4a73-8e63-86d34407a97b-1781578379766 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = a0bc9e80-e16b-4db4-b529-ee145d38c431-1781578379766 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 3ee77397-fa0d-4a29-8e22-91c1c6bc33f0-1781578379766 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = b7f3d101-eb91-4b3e-a4ed-9d14e289c6bc-1781578379766 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = a80635e1-4e79-4af4-b1e4-4f80b1a6c1d7-1781578379766 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:c94f4566-65c1-4cb6-819c-9a6612fb1516-1781578610625][action_type:disable_layout] = pause_screen_layout_1 + [executable_action_instance:d9800572-8c0a-42fb-bc78-26533ba77262-1781578668253][action_type:enable_layout] = pause_screen_layout + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:c94f4566-65c1-4cb6-819c-9a6612fb1516-1781578610625;d9800572-8c0a-42fb-bc78-26533ba77262-1781578668253;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/replay.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/replay_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/replay.png + iconhovered = [source:local]/config/fancymenu/assets/icons/replay.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = DEACTIVATE%n%REPLAY MODE + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = c313f6f2-f8cb-42f0-95b0-f47a3759ef5f-1781578800878 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = bottom-right + x = -31 + y = -30 + width = 25 + height = 25 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 158c139c-5cca-4a69-afd2-ef9ce296c162-1781578379769 + [executable_block:158c139c-5cca-4a69-afd2-ef9ce296c162-1781578379769][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 1ac080dd-503a-4dba-89af-5f149089914b-1781578379769 + [loading_requirement_container_meta:1ac080dd-503a-4dba-89af-5f149089914b-1781578379769] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_stats_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 324 + y = 123 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 67bc96a8-380d-42d8-a9ee-173097c7e0ff-1781578379768 + [loading_requirement_container_meta:67bc96a8-380d-42d8-a9ee-173097c7e0ff-1781578379768] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 1084b277-2a39-4bb6-8373-4a26cdd03194-1781578379769 + [executable_block:1084b277-2a39-4bb6-8373-4a26cdd03194-1781578379769][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 0e1875cf-5aa2-46b9-afc4-2499aa8d9ec6-1781578379769 + [loading_requirement_container_meta:0e1875cf-5aa2-46b9-afc4-2499aa8d9ec6-1781578379769] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 398306 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 218 + y = 147 + width = 204 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = d177b75b-80af-40e4-b46c-b06d1fae8c7f-1781578379769 + [loading_requirement_container_meta:d177b75b-80af-40e4-b46c-b06d1fae8c7f-1781578379769] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 27c173bb-ac51-4610-b1a4-91a57ebf7aa2-1781578379769 + [executable_block:27c173bb-ac51-4610-b1a4-91a57ebf7aa2-1781578379769][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 7216ef3a-80a8-4be7-87d0-62f211d42ba9-1781578379769 + [loading_requirement_container_meta:7216ef3a-80a8-4be7-87d0-62f211d42ba9-1781578379769] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_share_to_lan_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 324 + y = 171 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 15c58536-bf2e-4e35-8f88-dc4be51f5a22-1781578379769 + [loading_requirement_container_meta:15c58536-bf2e-4e35-8f88-dc4be51f5a22-1781578379769] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = b4d6769b-a170-47a5-8b8e-f1bdaa80431d-1781578379770 + [executable_block:b4d6769b-a170-47a5-8b8e-f1bdaa80431d-1781578379770][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 15c83187-0ee1-4e6f-98f4-3c20146c5b79-1781578379770 + [loading_requirement_container_meta:15c83187-0ee1-4e6f-98f4-3c20146c5b79-1781578379770] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_disconnect_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 218 + y = 195 + width = 204 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = e41ef5a6-3be4-4530-b259-f89b31cd2912-1781578379769 + [loading_requirement_container_meta:e41ef5a6-3be4-4530-b259-f89b31cd2912-1781578379769] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = fff3e6e3-da70-450b-ab6d-aba2de97987c-1781578379768 + [executable_block:fff3e6e3-da70-450b-ab6d-aba2de97987c-1781578379768][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 08f0cfef-6789-4ba0-83fb-b968123021d8-1781578379768 + [loading_requirement_container_meta:08f0cfef-6789-4ba0-83fb-b968123021d8-1781578379768] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_advancements_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 218 + y = 123 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = f3471421-860e-4267-81b9-1e5aab5bcd01-1781578379768 + [loading_requirement_container_meta:f3471421-860e-4267-81b9-1e5aab5bcd01-1781578379768] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 5f705b81-f245-4253-88e4-de313be9a5aa-1781578379769 + [executable_block:5f705b81-f245-4253-88e4-de313be9a5aa-1781578379769][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = f7655f6f-667b-45f8-b9d0-9f64b90c4d4c-1781578379769 + [loading_requirement_container_meta:f7655f6f-667b-45f8-b9d0-9f64b90c4d4c-1781578379769] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_report_bugs_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 324 + y = 147 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = f913f7cc-d334-4cac-983f-0968cd00fd42-1781578379769 + [loading_requirement_container_meta:f913f7cc-d334-4cac-983f-0968cd00fd42-1781578379769] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 98f7b489-2e82-496f-9dd3-f96157b7d587-1781578379768 + [executable_block:98f7b489-2e82-496f-9dd3-f96157b7d587-1781578379768][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 5356d703-9ae6-4bef-b6f1-a11b4640fcb4-1781578379768 + [loading_requirement_container_meta:5356d703-9ae6-4bef-b6f1-a11b4640fcb4-1781578379768] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_return_to_game_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 218 + y = 99 + width = 204 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 890d635f-4100-4bbe-934b-d000fb59a142-1781578379768 + [loading_requirement_container_meta:890d635f-4100-4bbe-934b-d000fb59a142-1781578379768] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = f206d2ba-fbd2-42e6-91c8-741323fb2c4c-1781578379770 + [executable_block:f206d2ba-fbd2-42e6-91c8-741323fb2c4c-1781578379770][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 769cef11-a205-4d9b-a2f5-2ff0098618e7-1781578379770 + [loading_requirement_container_meta:769cef11-a205-4d9b-a2f5-2ff0098618e7-1781578379770] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 47440 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 294 + y = 40 + width = 52 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 07a80071-88fb-4e6f-818f-229571f201b4-1781578379770 + [loading_requirement_container_meta:07a80071-88fb-4e6f-818f-229571f201b4-1781578379770] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = ed3e0179-6e63-4894-a627-17de39502752-1781578379769 + [executable_block:ed3e0179-6e63-4894-a627-17de39502752-1781578379769][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 052fba9d-f8cc-4d89-aa37-f2004d8be9e1-1781578379769 + [loading_requirement_container_meta:052fba9d-f8cc-4d89-aa37-f2004d8be9e1-1781578379769] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = pause_options_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 218 + y = 171 + width = 98 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = d8767e4a-0dca-4117-9c64-b4f129532866-1781578379769 + [loading_requirement_container_meta:d8767e4a-0dca-4117-9c64-b4f129532866-1781578379769] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/progress_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/progress_screen_layout.txt new file mode 100644 index 0000000..f4e5935 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/progress_screen_layout.txt @@ -0,0 +1,507 @@ +type = fancymenu_layout + +layout-meta { + identifier = progress_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781544895203 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:f126cd17-e7ce-4338-864a-3d24068cc243-1781544878514] = [groups:][instances:] +} + +menu_background { + instance_identifier = cd5a8b4d-3a07-4dc7-89d5-17faa43d6894-1781472998445 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 33d27b91-ab2c-4ef7-bfee-4f0813b00ec7-1781472998445 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 79c9a1ee-0c6a-4528-bb9b-c9ace786e367-1781472998445 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 55d47208-4abd-45f7-aac0-83d14b1f37d2-1781472998445 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 9683ed72-0a37-49b8-b4dd-5d29942ed9ed-1781472998445 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 9644a835-08b8-4377-8a86-f3dbe6e5e119-1781472998445 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 88790b96-5222-419f-9a15-feddda241674-1781472998445 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 6a996689-50db-4f0b-a234-d828f29d8a04-1781472998445 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 007c5992-1287-459e-be0d-1d1e32c164bc-1781472998445 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8d386fae-7c0a-4030-8a11-0d6aa6568da9-1781472998445 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = fef7b78b-2bc8-41e5-a485-c4947a60fddb-1781472998445 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 5069725f-fba7-4b57-9b5e-ce5e577e5213-1781472998445 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 0c3f50ef-154d-408c-8d21-ea32beba5d1f-1781472998445 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = abfdaa1c-2e7f-4080-80fd-74ee14f67ca3-1781472998445 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 3222a771-45c2-4f46-ab42-c957ce1cfb0c-1781472998445 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 2d7b6aca-cde6-4a91-bccf-99b8c3e25a40-1781472998445 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = db02f9fe-25cc-400d-a6a7-70d078487efe-1781472998445 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 04b05e66-5387-4ca2-a959-95f45a63361e-1781472998445 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 3fc5d40e-f4af-406c-a698-65f7415fe6f4-1781472998445 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 033f01d8-6c77-4526-94b4-d80433aa1770-1781472998446 + [executable_block:033f01d8-6c77-4526-94b4-d80433aa1770-1781472998446][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = d0059970-c767-4227-b1ca-a5dd2e6a3e63-1781472998446 + [loading_requirement_container_meta:d0059970-c767-4227-b1ca-a5dd2e6a3e63-1781472998446] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = header + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -262 + y = -24 + width = 500 + height = 29 + stay_on_screen = true + element_loading_requirement_container_identifier = a53f1d70-29c6-477b-b6bf-06a5d0a5e3cc-1781472998446 + [loading_requirement_container_meta:a53f1d70-29c6-477b-b6bf-06a5d0a5e3cc-1781472998446] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = aeb08dc0-2658-4e62-a8d7-a99b8f3004b9-1781472998446 + [executable_block:aeb08dc0-2658-4e62-a8d7-a99b8f3004b9-1781472998446][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 4988cc3d-c482-450b-9902-04b17d31b16d-1781472998446 + [loading_requirement_container_meta:4988cc3d-c482-450b-9902-04b17d31b16d-1781472998446] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = stage + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-centered + x = -262 + y = -113 + width = 500 + height = 16 + stay_on_screen = true + element_loading_requirement_container_identifier = af8abd85-5cb2-40bb-b231-51553453997c-1781472998446 + [loading_requirement_container_meta:af8abd85-5cb2-40bb-b231-51553453997c-1781472998446] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = true + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/safety_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/safety_screen_layout.txt new file mode 100644 index 0000000..eb23294 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/safety_screen_layout.txt @@ -0,0 +1,740 @@ +type = fancymenu_layout + +layout-meta { + identifier = safety_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781708921332 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:865ede04-da78-4fd0-ac7f-72882e4b6d32-1781708873025] = [groups:][instances:] +} + +menu_background { + instance_identifier = 02fd863a-f19c-41a5-9643-5b3a4c09a7fb-1781708873025 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = b55802e1-b4b5-4850-9728-fa11717be041-1781708873025 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 0e8c1c68-25c5-44fe-8a45-2155b1351d7d-1781708873025 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 9dcb4db9-1894-48d7-9a7d-6cbb6401691b-1781708873025 + background_type = slideshow + show_background = false +} + +menu_background { + instance_identifier = 1e8d475b-70e0-4c76-84ee-995d8a7642a7-1781708873025 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 24420177-a2c3-4399-bad8-d7b981fbc694-1781708873025 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = cdc2deb9-deeb-41ec-9f94-31c4b101c2bd-1781708873026 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 33f13b32-aa03-42d2-b70f-ed34a1d8fdb1-1781708873026 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 7a5d4a00-3b46-4b28-9e37-3af46622dbad-1781708873026 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 3a9472dc-4504-46ef-a5b0-1588ec9276b6-1781708873026 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 9a7d01a4-5b10-44b9-8788-b9239e86a2e5-1781708873026 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 790afb3a-ee55-4ebc-b298-2fdb65c34d9d-1781708873026 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 3009c1b8-76ac-48ac-9463-2831d1df3bb5-1781708873027 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 0072c934-559d-40c0-8b69-b39f58577d6c-1781708873027 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 9a5d35c3-d730-4ac6-bf98-44d70f4ed28e-1781708873027 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 90f82e39-2b4b-4977-b8d6-18e6334d3add-1781708873027 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 6e88f388-1412-43a9-80e2-46d906e86412-1781708873027 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 9fdd662c-cf63-4645-a328-1c87ed1e1b5c-1781708873027 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 2f224cc7-bcf4-43bd-bba8-0585e07b7caa-1781708873027 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 09769bce-247f-4ccc-ba15-1055c136de33-1781708873036 + [executable_block:09769bce-247f-4ccc-ba15-1055c136de33-1781708873036][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 04320bb4-8559-4755-b9cd-fac9aeb5b676-1781708873036 + [loading_requirement_container_meta:04320bb4-8559-4755-b9cd-fac9aeb5b676-1781708873036] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 413515 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 153 + y = 161 + width = 173 + height = 17 + stay_on_screen = true + element_loading_requirement_container_identifier = ea8fbe57-e99a-446a-a97b-4b180d5b2da0-1781708873035 + [loading_requirement_container_meta:ea8fbe57-e99a-446a-a97b-4b180d5b2da0-1781708873035] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = c0b08f2a-75cd-4179-bf5b-bbd725e589a1-1781708873035 + [executable_block:c0b08f2a-75cd-4179-bf5b-bbd725e589a1-1781708873035][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = a02f7f36-1448-4563-8a0b-a713ba7038c9-1781708873035 + [loading_requirement_container_meta:a02f7f36-1448-4563-8a0b-a713ba7038c9-1781708873035] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 404440 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 144 + y = 68 + width = 192 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = fb0366b8-8832-4b52-b6ec-0c55bf83e898-1781708873034 + [loading_requirement_container_meta:fb0366b8-8832-4b52-b6ec-0c55bf83e898-1781708873034] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = aaff7f01-dc36-4808-9f7b-5ce1cc7c3a84-1781708873035 + [executable_block:aaff7f01-dc36-4808-9f7b-5ce1cc7c3a84-1781708873035][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 19fc5b35-ff01-4e98-8f01-8d806c1aa917-1781708873035 + [loading_requirement_container_meta:19fc5b35-ff01-4e98-8f01-8d806c1aa917-1781708873035] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 50469 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 50 + y = 97 + width = 380 + height = 44 + stay_on_screen = true + element_loading_requirement_container_identifier = fececa96-3d1e-4718-b2f2-35dd752eadab-1781708873035 + [loading_requirement_container_meta:fececa96-3d1e-4718-b2f2-35dd752eadab-1781708873035] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 356cade5-92e8-4a8e-a3b6-46ab082ff694-1781708873036 + [executable_block:356cade5-92e8-4a8e-a3b6-46ab082ff694-1781708873036][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 68f84546-bc87-4774-9870-ae830c12ef52-1781708873036 + [loading_requirement_container_meta:68f84546-bc87-4774-9870-ae830c12ef52-1781708873036] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346540 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 186 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = a1c071b7-6930-4906-a86c-cd801b07e311-1781708873036 + [loading_requirement_container_meta:a1c071b7-6930-4906-a86c-cd801b07e311-1781708873036] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = fd205cb4-e5ba-4f92-badd-06eccf984a46-1781708873037 + [executable_block:fd205cb4-e5ba-4f92-badd-06eccf984a46-1781708873037][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 4db2b4f8-1716-4217-889f-3492173b9acb-1781708873037 + [loading_requirement_container_meta:4db2b4f8-1716-4217-889f-3492173b9acb-1781708873037] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504540 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 186 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = f75d3f4e-8f94-47a3-94b7-3ffdde678fcc-1781708873036 + [loading_requirement_container_meta:f75d3f4e-8f94-47a3-94b7-3ffdde678fcc-1781708873036] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/select_world_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/select_world_screen_layout.txt new file mode 100644 index 0000000..e7fee79 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/select_world_screen_layout.txt @@ -0,0 +1,975 @@ +type = fancymenu_layout + +layout-meta { + identifier = select_world_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1781545671970 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:03a9cbf9-60c6-44db-bf18-d95324f18526-1781545653860] = [groups:][instances:] +} + +menu_background { + instance_identifier = 8e92a089-034a-4d19-8c30-e43524177b90-1781545653860 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = e156dcf9-7c28-4a61-ae9d-33b01495840d-1781545653860 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = 78578360-e122-47f7-8589-1deae7c33801-1781545653860 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = 4b5be347-9bac-45f4-9367-ccd7359d1fa1-1781545653860 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 4f631903-1075-4560-b3dd-6720100e2ec7-1781545653860 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = 6e1a80a4-06f6-4bd3-8547-d08f5867b5c5-1781545653860 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 011261da-369f-4be6-872a-97e84bb4360a-1781545653860 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 922049aa-d94c-4b12-aea0-3f5043e46333-1781545653860 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 0924e3db-fa84-4ae3-b865-1333fe49480f-1781545653860 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 6a461de5-e7f8-4253-8ef9-869cf8bd43f1-1781545653860 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = 7da18477-a1b9-4a12-a7e7-26aeb8fe20bc-1781545653860 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 7e4597d3-b259-4ec9-9d49-624b5e4a9a69-1781545653860 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = b6d14196-67ea-4994-ba31-e978656109e2-1781545653860 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = 7960c59c-b6fb-481e-868c-9bfd7e9bf08d-1781545653860 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = d8df1508-1162-4460-a03b-ec40a338d6cf-1781545653860 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 450d167f-8f33-447a-b8cf-991c239b16d5-1781545653860 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = de3eec18-fe78-467b-a2df-4c33e8a4456e-1781545653860 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = 9132ff34-d0c6-4527-8de0-ddec6bb305fd-1781545653860 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = 10e95817-b06f-47ab-a3eb-0037d723e5fc-1781545653860 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = true +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 98b2455e-a2a4-448f-9d2a-f73706b3591d-1781545653862 + [executable_block:98b2455e-a2a4-448f-9d2a-f73706b3591d-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 16488702-42a3-448f-ba38-762ac5e9e533-1781545653862 + [loading_requirement_container_meta:16488702-42a3-448f-ba38-762ac5e9e533-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346948 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 222 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 01f6d35f-70b2-482a-b580-9c9968369c5f-1781545653862 + [loading_requirement_container_meta:01f6d35f-70b2-482a-b580-9c9968369c5f-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 5803c4d6-d4b6-4f95-ac65-d80016c71c0b-1781545653862 + [executable_block:5803c4d6-d4b6-4f95-ac65-d80016c71c0b-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 854c149f-527f-4d36-b743-63ccea452ff2-1781545653862 + [loading_requirement_container_meta:854c149f-527f-4d36-b743-63ccea452ff2-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 4698 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 209 + y = 8 + width = 62 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 1bd91d14-b85a-4c42-a279-c6381d422a4c-1781545653862 + [loading_requirement_container_meta:1bd91d14-b85a-4c42-a279-c6381d422a4c-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 12aa7d37-5fb6-4a69-8039-8767b9eb7633-1781545653862 + [executable_block:12aa7d37-5fb6-4a69-8039-8767b9eb7633-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 9054831e-661b-4861-8de3-071c30f03840-1781545653862 + [loading_requirement_container_meta:9054831e-661b-4861-8de3-071c30f03840-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 583972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 323 + y = 246 + width = 71 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 8ad69ef6-92ee-4a61-98cc-360a21a74a6a-1781545653862 + [loading_requirement_container_meta:8ad69ef6-92ee-4a61-98cc-360a21a74a6a-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 91cedc8d-0da5-44d3-9dd9-27663582f638-1781545653862 + [executable_block:91cedc8d-0da5-44d3-9dd9-27663582f638-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b2665639-c49d-467f-84cd-30c071dc2776-1781545653862 + [loading_requirement_container_meta:b2665639-c49d-467f-84cd-30c071dc2776-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 246 + width = 71 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 3651104b-c35d-43da-8675-53facc06b6e2-1781545653862 + [loading_requirement_container_meta:3651104b-c35d-43da-8675-53facc06b6e2-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = 03b6d2c3-e6a4-4437-bddd-5681d7e4b284-1781545653862 + [executable_block:03b6d2c3-e6a4-4437-bddd-5681d7e4b284-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 3ef77879-3d8a-43ab-aff9-4ae3146c65d8-1781545653862 + [loading_requirement_container_meta:3ef77879-3d8a-43ab-aff9-4ae3146c65d8-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 425972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 165 + y = 246 + width = 71 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 4c68e8e3-3328-4bf9-8742-ea36fc0d7808-1781545653862 + [loading_requirement_container_meta:4c68e8e3-3328-4bf9-8742-ea36fc0d7808-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = b715e227-6a24-4b93-837c-73a9bc4e4f82-1781545653862 + [executable_block:b715e227-6a24-4b93-837c-73a9bc4e4f82-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b6c6864b-f404-4e05-aff2-189a970fb555-1781545653862 + [loading_requirement_container_meta:b6c6864b-f404-4e05-aff2-189a970fb555-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 346972 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 86 + y = 246 + width = 71 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 12e2ce70-5a0f-40df-b6a9-0b8df6b98c07-1781545653862 + [loading_requirement_container_meta:12e2ce70-5a0f-40df-b6a9-0b8df6b98c07-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = eebea32c-6f72-4dc0-a421-28186115cadb-1781545653862 + [executable_block:eebea32c-6f72-4dc0-a421-28186115cadb-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = b2a75393-be37-4ef3-9f80-e11230dda658-1781545653862 + [loading_requirement_container_meta:b2a75393-be37-4ef3-9f80-e11230dda658-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 40021 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 21 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 5334faa1-ea68-4d0a-9f99-9f9385862e93-1781545653862 + [loading_requirement_container_meta:5334faa1-ea68-4d0a-9f99-9f9385862e93-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = b0aeaccf-11bc-41ea-a25b-7e5d35197e5f-1781545653862 + [executable_block:b0aeaccf-11bc-41ea-a25b-7e5d35197e5f-1781545653862][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 72e6773f-f250-49a4-9681-0b7699a736c5-1781545653862 + [loading_requirement_container_meta:72e6773f-f250-49a4-9681-0b7699a736c5-1781545653862] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 504948 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 222 + width = 150 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = a3731217-3f45-49a7-bc6f-d6d4c57ad441-1781545653862 + [loading_requirement_container_meta:a3731217-3f45-49a7-bc6f-d6d4c57ad441-1781545653862] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/title_screen_layout.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/title_screen_layout.txt new file mode 100644 index 0000000..efa7821 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/customization/title_screen_layout.txt @@ -0,0 +1,2337 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = true + last_edited_time = 1781703811709 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:9611e2b3-b77c-44d7-8c70-357c77ba7300-1781703762576] = [groups:][instances:7274809f-423d-45f2-977d-896ec59747f8-1781454282181;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:7274809f-423d-45f2-977d-896ec59747f8-1781454282181] = is_first_time:false +} + +menu_background { + instance_identifier = 06b89f60-d2e2-4887-887b-389fa2ce08a0-1781212082650 + background_type = color_fancymenu + show_background = false + color = #FFC800FF +} + +menu_background { + instance_identifier = 5c9cc49a-ebb4-4899-81f2-d60c7e70672d-1781212082650 + background_type = panorama + show_background = false +} + +menu_background { + instance_identifier = bdd32a4a-4ee0-4262-aa3d-8721cc9771d9-1781212082650 + background_type = image + show_background = false + slide = false + repeat_texture = false + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false +} + +menu_background { + instance_identifier = f31f50b9-e303-4356-a723-62ea9b4a43b4-1781212082650 + background_type = slideshow + show_background = true + slideshow_name = main_menu +} + +menu_background { + instance_identifier = 2587a2c4-0259-4a4b-b104-ac25682c510b-1781212082650 + background_type = video + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false + play_in_editor = true +} + +menu_background { + instance_identifier = c5e70036-a4f4-4607-a77d-58df4fdc2be8-1781212082650 + background_type = video_mcef + show_background = false + loop = false + volume = 1.0 + sound_source = master + parallax = false + parallax_intensity_x = 0.02 + parallax_intensity_y = 0.02 + invert_parallax = false +} + +menu_background { + instance_identifier = 8948c128-ff60-42a6-a61f-d6d2a388407f-1781212082651 + background_type = browser + show_background = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +menu_background { + instance_identifier = 8c0a23d4-d7db-4ce0-b6e9-2ddae1830c33-1781212082651 + background_type = glsl + show_background = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +menu_background { + instance_identifier = 735eaecb-7280-46c0-a1e7-f57c89e173e3-1781212082651 + background_type = drippy_color_background + show_background = false + color = #FD5757FF +} + +decoration_overlay { + overlay_type = browser + instance_identifier = 8163072d-52d8-4634-ab0f-f490de172423-1781212082652 + show_decoration_overlay = false + url = https://docs.fancymenu.net + consume_mouse_clicks = true + consume_mouse_scrolls = true + consume_keyboard_presses = true + process_mouse_clicks = true + process_mouse_scrolls = true + process_keyboard_presses = true + hide_video_controls = false + loop_videos = false + mute_media = false + media_volume = 1.0 +} + +decoration_overlay { + overlay_type = glsl + instance_identifier = ad611e54-abfa-42fb-9c3f-18ff9a92b034-1781212082652 + show_decoration_overlay = false + inline_shader_source = + buffer_a_inline_source = + buffer_b_inline_source = + buffer_c_inline_source = + buffer_d_inline_source = + image_ichannel0_input = none + image_ichannel1_input = none + image_ichannel2_input = none + image_ichannel3_input = none + buffer_a_ichannel0_input = none + buffer_a_ichannel1_input = none + buffer_a_ichannel2_input = none + buffer_a_ichannel3_input = none + buffer_b_ichannel0_input = none + buffer_b_ichannel1_input = none + buffer_b_ichannel2_input = none + buffer_b_ichannel3_input = none + buffer_c_ichannel0_input = none + buffer_c_ichannel1_input = none + buffer_c_ichannel2_input = none + buffer_c_ichannel3_input = none + buffer_d_ichannel0_input = none + buffer_d_ichannel1_input = none + buffer_d_ichannel2_input = none + buffer_d_ichannel3_input = none + compile_mode = auto + force_shadertoy_compatibility = true + freeze_time = false + time_scale = 1.0 + enable_blending = true + use_input = true + mouse_position_requires_hold = false + opacity_multiplier = 1.0 + show_compile_errors = true +} + +decoration_overlay { + overlay_type = buddy + instance_identifier = 5926a8aa-75a5-4155-bb3d-3de7c482f25c-1781212082652 + show_decoration_overlay = false + buddy_hunger_decay_per_tick = 0.005 + buddy_happiness_decay_per_tick = 0.003 + buddy_fun_decay_per_tick = 0.002 + buddy_energy_decay_per_tick = 0.002 + buddy_energy_sleep_regen_per_tick = 0.03 + buddy_play_energy_drain_per_tick = 0.03 + buddy_play_fun_gain_per_tick = 0.05 + buddy_play_happiness_gain_per_tick = 0.01 + buddy_play_hunger_drain_per_tick = 0.01 + buddy_chase_energy_drain_per_tick = 0.024 + buddy_chase_hunger_drain_per_tick = 0.005 + buddy_hop_energy_drain_per_tick = 0.005 + buddy_hop_hunger_drain_per_tick = 0.002 + buddy_excited_energy_drain_per_tick = 0.01 + buddy_excited_happiness_gain_per_tick = 0.01 + buddy_excited_hunger_drain_per_tick = 0.003 + buddy_running_energy_drain_per_tick = 0.01 + buddy_running_hunger_drain_per_tick = 0.005 + buddy_food_hunger_gain = 20.0 + buddy_food_happiness_gain = 5.0 + buddy_pet_happiness_gain = 15.0 + buddy_wakeup_happiness_penalty = 2.5 + buddy_max_poops_cap = 10 + buddy_can_die = true +} + +decoration_overlay { + overlay_type = string_lights + instance_identifier = 4f18a2e0-18d8-404f-ba74-db98c867ab0d-1781212082652 + show_decoration_overlay = false + string_lights_scale = 1.0 + string_lights_wind_strength = 1.0 + string_lights_flicker_speed = 1.0 + string_lights_left_center_to_top_center = true + string_lights_right_center_to_top_center = true + string_lights_bottom_left_to_top_center = false + string_lights_bottom_right_to_top_center = false + string_lights_top_left_to_top_right = true + string_lights_bottom_left_to_bottom_right = false + string_lights_loose_left_top = false + string_lights_loose_right_top = false + string_lights_left_center_to_top_center_christmas_mode = false + string_lights_right_center_to_top_center_christmas_mode = false + string_lights_bottom_left_to_top_center_christmas_mode = false + string_lights_bottom_right_to_top_center_christmas_mode = false + string_lights_top_left_to_top_right_christmas_mode = false + string_lights_bottom_left_to_bottom_right_christmas_mode = false + string_lights_loose_left_top_christmas_mode = false + string_lights_loose_right_top_christmas_mode = false + string_lights_left_center_to_top_center_color_hex = #FFD27A + string_lights_right_center_to_top_center_color_hex = #FFD27A + string_lights_bottom_left_to_top_center_color_hex = #FFD27A + string_lights_bottom_right_to_top_center_color_hex = #FFD27A + string_lights_top_left_to_top_right_color_hex = #FFD27A + string_lights_bottom_left_to_bottom_right_color_hex = #FFD27A + string_lights_loose_left_top_color_hex = #FFD27A + string_lights_loose_right_top_color_hex = #FFD27A +} + +decoration_overlay { + overlay_type = fireworks + instance_identifier = d199d2be-f824-4169-aade-a32aeb5c6553-1781212082652 + show_decoration_overlay = false + fireworks_scale = 1.0 + fireworks_explosion_size = 1.0 + fireworks_amount = 1.0 + fireworks_show_rockets = true +} + +decoration_overlay { + overlay_type = snowfall + instance_identifier = 82283955-d9ee-47ac-b8b4-5f965606de6c-1781212082652 + show_decoration_overlay = false + snow_intensity = 1.0 + snow_scale = 1.0 + snow_speed = 1.0 + snow_accumulation = true + snow_color_hex = #FFFFFF +} + +decoration_overlay { + overlay_type = rainfall + instance_identifier = 1d428020-067f-4e8e-a614-de695b75816a-1781212082652 + show_decoration_overlay = false + rain_intensity = 1.0 + rain_scale = 1.0 + rain_thunder_brightness = 1.0 + rain_puddles = true + rain_drips = true + rain_thunder = false + rain_color_hex = #CFE7FF +} + +decoration_overlay { + overlay_type = fireflies + instance_identifier = 26e5ae00-e617-476c-80a8-40a4b21afacf-1781212082652 + show_decoration_overlay = false + firefly_group_density = 1.0 + firefly_group_amount = 1.0 + firefly_group_size = 1.0 + firefly_scale = 1.0 + firefly_follow_mouse = true + firefly_landing = true + firefly_color_hex = #FFE08A +} + +decoration_overlay { + overlay_type = leaves + instance_identifier = de20689f-31f5-46f9-bc46-29a839f174d5-1781212082652 + show_decoration_overlay = false + leaves_density = 1.0 + leaves_wind_intensity = 1.0 + leaves_wind_blows = true + leaves_fall_speed = 1.0 + leaves_scale = 1.0 + leaves_color_start_hex = #7BA84F + leaves_color_end_hex = #D58A3B +} + +decoration_overlay { + overlay_type = confetti + instance_identifier = e35f47fd-6d3e-47b3-9231-f3fab35bbba3-1781212082652 + show_decoration_overlay = false + confetti_scale = 1.0 + confetti_fall_speed = 1.0 + confetti_burst_density = 1.0 + confetti_burst_amount = 1.0 + confetti_particle_cap = 500 + confetti_color_mix_mode = true + confetti_mouse_click_mode = false + confetti_color_hex = #FFFFFF +} + +customization { + action = backgroundoptions + keepaspectratio = true +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = true + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + element_type = image + instance_identifier = 0fe65808-20c6-4ed4-85a3-37aa8b7bed10-1781212468023 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = top-centered + x = -105 + y = 22 + width = 210 + height = 35 + stay_on_screen = true + element_loading_requirement_container_identifier = f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023 + [loading_requirement_container_meta:f75eaa69-73df-4cee-bb1a-09787e19d045-1781212468023] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = false + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + source = [source:local]/config/fancymenu/assets/banners/main.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + restart_animated_on_menu_load = false + image_tint = #FFFFFF + rounding_radius_top_left = 0.0 + rounding_radius_top_right = 0.0 + rounding_radius_bottom_right = 0.0 + rounding_radius_bottom_left = 0.0 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:8b716f8c-cf3e-420b-88c8-31c4bddc0b0a-1781215185451][action_type:opengui] = bte_layout + [executable_action_instance:b3ddfbe3-1d85-4559-973a-ac5835f96740-1781545264362][action_type:set_variable] = is_server_loading:true + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:8b716f8c-cf3e-420b-88c8-31c4bddc0b0a-1781215185451;b3ddfbe3-1d85-4559-973a-ac5835f96740-1781545264362;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/images/multiplayer.png + iconhovered = [source:local]/config/fancymenu/assets/images/multiplayer_hover.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 85bde445-1034-4842-bff9-03ef2bfc11b1-1781212568971 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = mid-centered + x = -35 + y = -41 + width = 70 + height = 106 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:98498217-55dd-44fc-8ac5-802d9512bfcb-1781541774927][action_type:joinserver] = {%!n!%%!s!%%!s!%%!s!%%!s!%"placeholder": "json",%!n!%%!s!%%!s!%%!s!%%!s!%"values": {%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"source": "/config/fancymenu/assets/buildteams.json",%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%"json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%!n!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%%!s!%}.ip"%!n!%%!s!%%!s!%%!s!%%!s!%}%!n!%} + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:98498217-55dd-44fc-8ac5-802d9512bfcb-1781541774927;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/images/continue.png + iconhovered = [source:local]/config/fancymenu/assets/images/continue_hover.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Last Joined Server:%n%&e{%n% "placeholder": "json",%n% "values": {%n% "source": "/config/fancymenu/assets/buildteams.json",%n% "json_path": "$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.name"%n% }%n%}&r%n%{%n% "placeholder": "serverplayercount",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.ip"}}"%n% }%n%} | {%n% "placeholder": "serverversion",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.ip"}}"%n% }%n%}%n%{%n% "placeholder": "serverstatus",%n% "values": {%n% "ip": "{"placeholder":"json","values":{"source":"/config/fancymenu/assets/buildteams.json",%n% "json_path":"$.{"placeholder": "getvariable","values": {"name": "current_server"}%n% }.ip"}}"%n% }%n%} + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 73790beb-09db-4601-965e-107b1cf74633-1781212976643 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 85bde445-1034-4842-bff9-03ef2bfc11b1-1781212568971 + x = -71 + y = 0 + width = 70 + height = 106 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:020df65e-82e1-4cf6-a551-a02dfc6e508f-1781642997560;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if_not][req_id:020df65e-82e1-4cf6-a551-a02dfc6e508f-1781642997560] = current_server:first-time + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:76f579ac-439f-46cf-914f-1dc1ec53a072-1781216502686][action_type:openlink] = https://go.buildtheearth.net/dc + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:76f579ac-439f-46cf-914f-1dc1ec53a072-1781216502686;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/discord.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/discord_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/discord.png + iconhovered = [source:local]/config/fancymenu/assets/icons/discord.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + description = Join our Discord!%n%https://go.buildtheearth.net/dc + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = dd2fc0ac-4b95-407d-bb95-9aca1bc8850d-1781213062494 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = b3b31961-6398-4210-b333-fcb1f5b6f52c-1781279831767 + x = 142 + y = 0 + width = 23 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:6f0384da-6e50-4c48-a8b9-16e8ddf5ef5f-1781216243688][action_type:mimicbutton] = title_screen:mc_titlescreen_singleplayer_button + [executable_action_instance:d06ea787-5b71-4870-9d63-5ec372c01a68-1781545299374][action_type:set_variable] = is_server_loading:false + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:6f0384da-6e50-4c48-a8b9-16e8ddf5ef5f-1781216243688;d06ea787-5b71-4870-9d63-5ec372c01a68-1781545299374;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/images/singleplayer.png + iconhovered = [source:local]/config/fancymenu/assets/images/singleplayer_hover.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 936aba2b-afc6-485d-a79a-09f5e0943746-1781216219501 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 85bde445-1034-4842-bff9-03ef2bfc11b1-1781212568971 + x = 71 + y = 0 + width = 70 + height = 106 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:6198cc48-b953-433d-94b2-6c3f8c0d7e83-1781279745860][action_type:mimicbutton] = title_screen:mc_titlescreen_quit_button + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:6198cc48-b953-433d-94b2-6c3f8c0d7e83-1781279745860;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_back.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_back_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/quit.png + iconhovered = [source:local]/config/fancymenu/assets/textures/quit.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 13237aaf-2517-4460-8946-f9c37d46bb55-1781279697200 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = b3b31961-6398-4210-b333-fcb1f5b6f52c-1781279831767 + x = 71 + y = 0 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:6198cc48-b953-433d-94b2-6c3f8c0d7e83-1781279745860][action_type:mimicbutton] = title_screen:mc_titlescreen_options_button + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:6198cc48-b953-433d-94b2-6c3f8c0d7e83-1781279745860;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/setting.png + iconhovered = [source:local]/config/fancymenu/assets/textures/setting.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b3b31961-6398-4210-b333-fcb1f5b6f52c-1781279831767 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = element + anchor_point_element = 85bde445-1034-4842-bff9-03ef2bfc11b1-1781212568971 + x = 0 + y = 109 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167 + [executable_action_instance:6198cc48-b953-433d-94b2-6c3f8c0d7e83-1781279745860][action_type:mimicbutton] = title_screen:modmenu_titlescreen_mods_button + [executable_block:1730282d-b416-4fe0-b470-91496bf3a0f7-1781279605167][type:generic] = [executables:6198cc48-b953-433d-94b2-6c3f8c0d7e83-1781279745860;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_legacy.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_legacy_hover.png + iconnormal = [source:local]/config/fancymenu/assets/textures/mod.png + iconhovered = [source:local]/config/fancymenu/assets/textures/mod.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + navigatable = true + widget_active_state_requirement_container_identifier = 006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167 + [loading_requirement_container_meta:006e1cfa-b65c-4d13-9bb4-c3229401a31c-1781279605167] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = b1dfc261-6aba-4a81-afa5-86e18580c997-1781279839806 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = b3b31961-6398-4210-b333-fcb1f5b6f52c-1781279831767 + x = -71 + y = 0 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167 + [loading_requirement_container_meta:7220cac3-0258-4a3f-8e40-2fee612d9b7b-1781279605167] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:bdeab1dc-fa71-4eb3-b5bb-0dc98847188c-1781490135664][action_type:set_variable] = is_first_time:true + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:bdeab1dc-fa71-4eb3-b5bb-0dc98847188c-1781490135664;] + iconnormal = [source:local]/config/fancymenu/assets/icons/intro.png + iconhovered = [source:local]/config/fancymenu/assets/icons/intro.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + description = Open Documentation + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = a4d458d6-2800-4033-bf16-b512b269bea0-1781490089552 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-left + x = 5 + y = -29 + width = 23 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:4810a259-be79-4bed-987c-8f48c20f3e79-1781526695977][action_type:mimicbutton] = title_screen:400334 + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:4810a259-be79-4bed-987c-8f48c20f3e79-1781526695977;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/replay.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/replay_hover.png + iconnormal = [source:local]/config/fancymenu/assets/icons/replay.png + iconhovered = [source:local]/config/fancymenu/assets/icons/replay.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + description = Replay Viewer + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 04d9211f-6329-4725-a2c6-55aca44c3d9a-1781526156028 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = element + anchor_point_element = dd2fc0ac-4b95-407d-bb95-9aca1bc8850d-1781213062494 + x = 0 + y = -26 + width = 23 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +element { + button_element_executable_block_identifier = 00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971 + [executable_action_instance:7739d5be-3755-4494-8a95-652175ddfc2e-1781643234290][action_type:show_toast] = {"width":260,"durationMs":5000,"title":"Action Warning!","message":"Please join to existing BTE Server first!","iconSource":"[source:location]fancymenu:textures/dialog/icons/warning.png","backgroundSource":""} + [executable_block:00bd2afc-6572-4074-ba33-5e37a5cffbb6-1781212568971][type:generic] = [executables:7739d5be-3755-4494-8a95-652175ddfc2e-1781643234290;] + backgroundnormal = [source:local]/config/fancymenu/assets/textures/button_main.png + backgroundhovered = [source:local]/config/fancymenu/assets/textures/button_main_hover.png + iconnormal = [source:local]/config/fancymenu/assets/images/continue.png + iconhovered = [source:local]/config/fancymenu/assets/images/continue_hover.png + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = true + description = Joining to last%n%visited Server. + navigatable = true + widget_active_state_requirement_container_identifier = 8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971 + [loading_requirement_container_meta:8eb8a9f9-caf3-4da9-93b0-3f5d903758ec-1781212568971] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = custom_button + instance_identifier = 453418dd-f155-4faf-8987-638ee263ddad-1781642847515 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 85bde445-1034-4842-bff9-03ef2bfc11b1-1781212568971 + x = -71 + y = 0 + width = 70 + height = 106 + stay_on_screen = true + element_loading_requirement_container_identifier = aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971 + [loading_requirement_container_meta:aca3c9ce-0a6b-4909-a5cb-8bd5e498ff41-1781212568971] = [groups:][instances:239bda8c-1c58-48b9-b17b-5dc782286271-1781642968364;] + [loading_requirement:fancymenu_visibility_requirement_is_variable_value][requirement_mode:if][req_id:239bda8c-1c58-48b9-b17b-5dc782286271-1781642968364] = current_server:first-time + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = d6102f45-66b5-4e3d-b29e-96ecf5883e96-1781526958893 + [executable_block:d6102f45-66b5-4e3d-b29e-96ecf5883e96-1781526958893][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 7eb41947-1ca4-45d1-a3c8-2e027fb22be7-1781526958893 + [loading_requirement_container_meta:7eb41947-1ca4-45d1-a3c8-2e027fb22be7-1781526958893] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 400334 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 152 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 439653ad-f03d-4ac0-a098-b5731e8fe126-1781526958893 + [loading_requirement_container_meta:439653ad-f03d-4ac0-a098-b5731e8fe126-1781526958893] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 424f3ba6-8140-46d4-ae68-b064897cc541-1781212082654 + [executable_block:424f3ba6-8140-46d4-ae68-b064897cc541-1781212082654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 942281b1-0427-4c7b-9286-72fc63a86a92-1781212082654 + [loading_requirement_container_meta:942281b1-0427-4c7b-9286-72fc63a86a92-1781212082654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_branding_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = vanilla + x = 2 + y = 264 + width = 171 + height = 9 + stay_on_screen = true + element_loading_requirement_container_identifier = 1862d123-4bbc-49db-a396-50409e207a28-1781212082654 + [loading_requirement_container_meta:1862d123-4bbc-49db-a396-50409e207a28-1781212082654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 500b3b32-5137-4ef9-9438-5d9bf31f6404-1781212082653 + [executable_block:500b3b32-5137-4ef9-9438-5d9bf31f6404-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 6c3af400-b440-4792-a62a-d351bcd33192-1781212082653 + [loading_requirement_container_meta:6c3af400-b440-4792-a62a-d351bcd33192-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0fe65808-20c6-4ed4-85a3-37aa8b7bed10-1781212468023 + x = -85 + y = 127 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 758161e7-0e18-4719-a820-904600af6929-1781212082653 + [loading_requirement_container_meta:758161e7-0e18-4719-a820-904600af6929-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 42b4b8d5-e1f6-4713-af9a-d1ef9a1999be-1781212082653 + [executable_block:42b4b8d5-e1f6-4713-af9a-d1ef9a1999be-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c60bdafe-2932-4566-b984-52417750a489-1781212082653 + [loading_requirement_container_meta:c60bdafe-2932-4566-b984-52417750a489-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = modmenu_titlescreen_mods_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0fe65808-20c6-4ed4-85a3-37aa8b7bed10-1781212468023 + x = -80 + y = 95 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 2a3c0bd1-8173-41db-b890-8d603617e933-1781212082653 + [loading_requirement_container_meta:2a3c0bd1-8173-41db-b890-8d603617e933-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = f769be11-1578-4ca3-844c-bd36712461b6-1781212082653 + [executable_block:f769be11-1578-4ca3-844c-bd36712461b6-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c141a24f-af48-401f-9253-9d3b47a4b568-1781212082653 + [loading_requirement_container_meta:c141a24f-af48-401f-9253-9d3b47a4b568-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_realms_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 140 + y = 128 + width = 200 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 01371480-3c36-4478-a30c-ea1adc254efd-1781212082653 + [loading_requirement_container_meta:01371480-3c36-4478-a30c-ea1adc254efd-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = c5382dcf-1477-4865-b2c9-b6c0b07768bd-1781212082653 + [executable_block:c5382dcf-1477-4865-b2c9-b6c0b07768bd-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 6f943df2-96df-44bb-af3c-aab88c340f59-1781212082653 + [loading_requirement_container_meta:6f943df2-96df-44bb-af3c-aab88c340f59-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0fe65808-20c6-4ed4-85a3-37aa8b7bed10-1781212468023 + x = -70 + y = 67 + width = 70 + height = 23 + stay_on_screen = true + element_loading_requirement_container_identifier = 1c2d42c5-3dca-489e-b12b-c17ead8487a1-1781212082653 + [loading_requirement_container_meta:1c2d42c5-3dca-489e-b12b-c17ead8487a1-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 82f2334a-a194-40e8-a8b9-6bff16605fc5-1781212082653 + [executable_block:82f2334a-a194-40e8-a8b9-6bff16605fc5-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + label = + navigatable = true + widget_active_state_requirement_container_identifier = 204db34d-7542-4491-9d33-2c9f50a010db-1781212082653 + [loading_requirement_container_meta:204db34d-7542-4491-9d33-2c9f50a010db-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0fe65808-20c6-4ed4-85a3-37aa8b7bed10-1781212468023 + x = -120 + y = 130 + width = 70 + height = 105 + stay_on_screen = true + element_loading_requirement_container_identifier = dddbcec7-d877-4f84-bba3-f358239f72e3-1781212082653 + [loading_requirement_container_meta:dddbcec7-d877-4f84-bba3-f358239f72e3-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = b32aa44c-fc1d-4f82-9b86-1ce8a36e7e24-1781212082653 + [executable_block:b32aa44c-fc1d-4f82-9b86-1ce8a36e7e24-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = e4d52418-52f5-407c-a13e-cb37e7570001-1781212082653 + [loading_requirement_container_meta:e4d52418-52f5-407c-a13e-cb37e7570001-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = element + anchor_point_element = 0fe65808-20c6-4ed4-85a3-37aa8b7bed10-1781212468023 + x = 28 + y = 72 + width = 80 + height = 120 + stay_on_screen = true + element_loading_requirement_container_identifier = 159baa2a-017d-4826-b714-3c9989122f34-1781212082653 + [loading_requirement_container_meta:159baa2a-017d-4826-b714-3c9989122f34-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 85e8720e-1896-4e38-b051-f7b721331a06-1781212082654 + [executable_block:85e8720e-1896-4e38-b051-f7b721331a06-1781212082654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 8fece138-d553-4892-8969-b12a90e086b1-1781212082654 + [loading_requirement_container_meta:8fece138-d553-4892-8969-b12a90e086b1-1781212082654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_realms_notification_icons_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = vanilla + x = 275 + y = 166 + width = 62 + height = 18 + stay_on_screen = true + element_loading_requirement_container_identifier = 0602e22e-c048-4d49-8549-b50605d436b4-1781212082654 + [loading_requirement_container_meta:0602e22e-c048-4d49-8549-b50605d436b4-1781212082654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 821f94ff-2a32-417a-8eb4-331b521108e4-1781212082654 + [executable_block:821f94ff-2a32-417a-8eb4-331b521108e4-1781212082654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 95eeea17-bd13-4c9c-87d7-a3b674ef3953-1781212082654 + [loading_requirement_container_meta:95eeea17-bd13-4c9c-87d7-a3b674ef3953-1781212082654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_splash_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 313 + y = 25 + width = 100 + height = 40 + stay_on_screen = true + element_loading_requirement_container_identifier = 6a2544b5-5c72-4c6e-8b7e-0ab4b929574a-1781212082654 + [loading_requirement_container_meta:6a2544b5-5c72-4c6e-8b7e-0ab4b929574a-1781212082654] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 957dacb5-dd2d-4196-af32-807bcaff6da7-1781212082653 + [executable_block:957dacb5-dd2d-4196-af32-807bcaff6da7-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 675c2843-b6e6-45f6-a063-ffad076f957c-1781212082653 + [loading_requirement_container_meta:675c2843-b6e6-45f6-a063-ffad076f957c-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 376394 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1200 + sticky_anchor = false + anchor_point = vanilla + x = 116 + y = 212 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = 05a1a971-97f8-49b0-99ad-62e4eccd33d9-1781212082653 + [loading_requirement_container_meta:05a1a971-97f8-49b0-99ad-62e4eccd33d9-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = 7bc32f9b-e29c-4b00-ab94-1d9509a79dd3-1781212082654 + [executable_block:7bc32f9b-e29c-4b00-ab94-1d9509a79dd3-1781212082654][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 25f26eee-6c21-4872-87b3-a048d3c51f06-1781212082654 + [loading_requirement_container_meta:25f26eee-6c21-4872-87b3-a048d3c51f06-1781212082654] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = minecraft_logo_widget + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 112 + y = 6 + width = 256 + height = 51 + stay_on_screen = true + element_loading_requirement_container_identifier = 582ef29c-bc10-4671-9603-311a1043ada6-1781212082653 + [loading_requirement_container_meta:582ef29c-bc10-4671-9603-311a1043ada6-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + +vanilla_button { + button_element_executable_block_identifier = cf630373-69a7-468b-9698-4af7230495da-1781345977826 + [executable_block:cf630373-69a7-468b-9698-4af7230495da-1781345977826][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = 6f492052-9b03-4608-9ad7-edf730e05485-1781345977826 + [loading_requirement_container_meta:6f492052-9b03-4608-9ad7-edf730e05485-1781345977826] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = title_screen_copyright_button + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1096 + sticky_anchor = false + anchor_point = bottom-right + x = 145 + y = 238 + width = 196 + height = 10 + stay_on_screen = true + element_loading_requirement_container_identifier = e34d10a5-1dad-4fe4-8e11-3d6eef699337-1781345977826 + [loading_requirement_container_meta:e34d10a5-1dad-4fe4-8e11-3d6eef699337-1781345977826] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = false +} + +vanilla_button { + button_element_executable_block_identifier = ecbadcdc-49b9-42db-8466-2d69a494f80d-1781212082653 + [executable_block:ecbadcdc-49b9-42db-8466-2d69a494f80d-1781212082653][type:generic] = [executables:] + underline_label_on_hover = false + transparent_background = false + restartbackgroundanimations = true + nine_slice_custom_background = false + navigatable = true + widget_active_state_requirement_container_identifier = c1005ce2-4548-4962-ab7b-5b73be9c8a54-1781212082653 + [loading_requirement_container_meta:c1005ce2-4548-4962-ab7b-5b73be9c8a54-1781212082653] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + element_type = vanilla_button + instance_identifier = 604394 + appearance_delay = no_delay + disappearance_delay = no_delay + fade_in_v2 = no_fading + fade_out = no_fading + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1095 + sticky_anchor = false + anchor_point = vanilla + x = 344 + y = 212 + width = 20 + height = 20 + stay_on_screen = true + element_loading_requirement_container_identifier = cf1a563a-5d93-411b-b7a6-80d79685da40-1781212082653 + [loading_requirement_container_meta:cf1a563a-5d93-411b-b7a6-80d79685da40-1781212082653] = [groups:][instances:] + enable_parallax = false + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + layer_hidden_in_editor = false + advanced_rotation_mode = false + advanced_vertical_tilt_mode = false + advanced_horizontal_tilt_mode = false + should_be_affected_by_decoration_overlays = true + in_editor_color = #FFC800FF + advanced_posx = -2147483648 + advanced_posy = -2147483648 + advanced_width = -2147483648 + advanced_height = -2147483648 + stretch_x = false + stretch_y = false + appearance_delay_seconds = 1.0 + disappearance_delay_seconds = 1.0 + fade_in_speed = 1.0 + fade_out_speed = 1.0 + base_opacity = 1.0 + parallax_intensity_x = 0.5 + parallax_intensity_y = 0.5 + rotation_degrees = 0.0 + advanced_rotation_degrees = 0.0 + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_degrees = 0.0 + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_degrees = 0.0 + label_scale = 1.0 + label_shadow = true + nine_slice_border_x = 5 + nine_slice_border_y = 5 + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + automated_button_clicks = 0 + is_hidden = true +} + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget new file mode 100644 index 0000000..7f9c0cd --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget @@ -0,0 +1,12 @@ +type = layout_editor_widget_settings + +settings { + offset_x = -217.5 + offset_y = 16.19744 + inner_width = 200.0 + inner_height = 300.0 + snapping_side = top-right + expanded = true + visible = false +} + diff --git a/overrides/config/fancymenu/legacy_checklist.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/legacy_checklist.txt similarity index 100% rename from overrides/config/fancymenu/legacy_checklist.txt rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/legacy_checklist.txt diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/listener_instances.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/listener_instances.txt new file mode 100644 index 0000000..0b6a448 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/listener_instances.txt @@ -0,0 +1,2 @@ +type = listener_instances + diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/options.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/options.txt new file mode 100644 index 0000000..375f78d --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/options.txt @@ -0,0 +1,155 @@ +##[general] + +I:default_gui_scale = '4'; +B:force_fullscreen = 'false'; +B:play_vanilla_menu_music = 'true'; + + +##[customization] + +B:modpack_mode = 'true'; +B:show_customization_overlay = 'true'; +B:advanced_customization_mode = 'true'; + + +##[loading] + +B:game_intro_fade_out = 'true'; +S:game_intro_sound_channel = 'master'; +S:preload_resources = '[slideshow]main_menu%!source_end!%[source:local]config/fancymenu/assets/banners/main.png%!source_end!%'; +B:allow_game_intro_skip = 'false'; +S:game_intro_animation_name = ''; +F:game_intro_volume = '1.0'; +S:custom_game_intro_skip_text = ''; + + +##[window] + +B:show_custom_window_icon = 'true'; +S:custom_window_icon_macos = '/config/fancymenu/assets/banners/logomac.icns'; +S:custom_window_icon_32 = '/config/fancymenu/assets/banners/logo32.png'; +S:custom_window_title = 'BuiltTheEarth - 1.21.11'; +S:custom_window_icon_16 = '/config/fancymenu/assets/banners/logo16.png'; + + +##[global_customizations] + +B:global_slider_background_nine_slice = 'true'; +S:global_slider_handle_hover = '[source:local]/config/fancymenu/assets/textures/slider_hover.png'; +S:global_button_background_normal = '[source:local]/config/fancymenu/assets/textures/button_2.png'; +B:global_button_label_shadow = 'false'; +S:global_button_background_inactive = ''; +B:global_button_background_nine_slice = 'true'; +S:global_button_label_hover_color = ''; +F:global_slider_label_scale = '1.0'; +S:global_button_label_base_color = ''; +S:global_button_click_sound = '[source:local]/config/fancymenu/assets/release.ogg'; +S:global_slider_label_base_color = ''; +B:global_button_label_underline_on_hover = 'false'; +I:global_button_background_nine_slice_border_right = '5'; +I:global_slider_background_nine_slice_border_top = '5'; +I:global_slider_handle_nine_slice_border_top = '5'; +I:global_slider_handle_nine_slice_border_bottom = '5'; +F:global_button_label_scale = '1.0'; +S:global_slider_label_scale_raw = ''; +S:global_slider_handle_inactive = ''; +B:global_slider_label_shadow = 'true'; +S:global_button_label_scale_raw = ''; +I:global_slider_handle_nine_slice_border_right = '5'; +S:global_slider_label_hover_color = ''; +I:global_slider_background_nine_slice_border_bottom = '5'; +S:global_menu_music_tracks = ''; +I:global_slider_background_nine_slice_border_left = '5'; +S:global_button_background_hover = '[source:local]/config/fancymenu/assets/textures/button_2_hover.png'; +I:global_button_background_nine_slice_border_top = '5'; +S:global_slider_background = '[source:local]/config/fancymenu/assets/textures/slider_bg.png'; +I:global_button_background_nine_slice_border_bottom = '5'; +B:global_slider_label_underline_on_hover = 'false'; +B:global_slider_handle_nine_slice = 'true'; +I:global_button_background_nine_slice_border_left = '5'; +B:global_button_background_transparent = 'false'; +B:seamless_world_loading = 'false'; +B:global_slider_background_transparent = 'false'; +S:global_slider_handle_normal = '[source:local]/config/fancymenu/assets/textures/slider.png'; +I:global_slider_background_nine_slice_border_right = '5'; +S:global_background_panorama = ''; +I:global_slider_handle_nine_slice_border_left = '5'; +S:global_menu_background_texture = ''; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:show_layout_editor_grid = 'true'; +B:enable_element_rotation_controls = 'true'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +B:anchor_overlay_show_all_connection_lines = 'true'; +I:layout_editor_grid_size = '20'; +S:anchor_overlay_color_border_override = ''; +B:layout_editor_grid_snapping = 'true'; +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +S:anchor_overlay_color_base_override = ''; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +S:anchor_overlay_visibility_mode = 'dragging'; +F:layout_editor_grid_snapping_strength = '1.0'; +B:invert_anchor_overlay_color = 'false'; +B:enable_element_tilting_controls = 'true'; + + +##[ui] + +B:enable_ui_animations = 'true'; +S:ui_scale_v2 = 'medium'; +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; +B:pip_window_docking = 'true'; +B:enable_ui_blur = 'true'; +F:ui_blur_intensity = '3.0'; +B:use_minecraft_font = 'true'; +B:play_ui_click_sounds = 'true'; +B:smooth_font_multiline_rendering = 'false'; + + +##[debug_overlay] + +B:show_debug_overlay = 'false'; +B:debug_overlay_show_basic_screen_category = 'true'; +B:debug_overlay_show_resources_category = 'true'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; + + +##[tutorial] + +B:show_welcome_screen = 'false'; + + +##[keyframe_editor] + +B:arrow_keys_move_preview = 'false'; + + +##[advanced] + +L:placeholder_caching_duration_ms = '30'; +L:requirement_caching_duration_ms = '0'; + + +##[dev] + +B:mcp_server_enabled = 'false'; +B:dev_pip_window_debug = 'false'; +B:dev_force_mcef_missing = 'false'; +B:dev_force_watermedia_missing = 'false'; +I:mcp_server_port = '48561'; \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json new file mode 100644 index 0000000..8902dd4 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json @@ -0,0 +1,26 @@ +{ + "1": { + "url": "https://cdn.buildtheearth.net/uploads/b83f00a7a9a30369aecfe714b859b13f75cb9047ea4982894ad672946035a4cc", + "credit": "Azguendare_" + }, + "2": { + "url": "https://cdn.buildtheearth.net/uploads/401f90fb89d8349935cbf8a46d67604c36cf283be6edabe4892a6bac159fcf17", + "credit": "phattiel" + }, + "3": { + "url": "https://cdn.buildtheearth.net/uploads/4bcfe6a2e29fce8c7e572c4a4a70f9e8acaf6390d9c5478cded090eeb80a578b", + "credit": "av1ks" + }, + "4": { + "url": "https://cdn.buildtheearth.net/uploads/4bcfe6a2e29fce8c7e572c4a4a70f9e8acaf6390d9c5478cded090eeb80a578b", + "credit": "richtigerichtung, norwod and thatsjustlukas" + }, + "5": { + "url": "https://cdn.buildtheearth.net/uploads/21ca3ee59b381b30c47d05f68dd33c2da365c0905952e1c0b4146030af6ff09d", + "credit": "davixdevelop, magix92, pineapplestrix, adi1203" + }, + "logo": { + "url": "https://cdn.buildtheearth.net/uploads/553cee2de3cb651ccbe6c5405e746bfb57926fe8adf97d1d6ed708d7815f0485", + "credit": null + } +} \ No newline at end of file diff --git a/overrides/config/fancymenu/assets/backgrounds/0.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/0.png similarity index 100% rename from overrides/config/fancymenu/assets/backgrounds/0.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/0.png diff --git a/overrides/config/fancymenu/assets/backgrounds/1.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/1.png similarity index 100% rename from overrides/config/fancymenu/assets/backgrounds/1.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/1.png diff --git a/overrides/config/fancymenu/assets/backgrounds/2.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/2.png similarity index 100% rename from overrides/config/fancymenu/assets/backgrounds/2.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/2.png diff --git a/overrides/config/fancymenu/assets/backgrounds/3.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/3.png similarity index 100% rename from overrides/config/fancymenu/assets/backgrounds/3.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/3.png diff --git a/overrides/config/fancymenu/assets/backgrounds/4.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/4.png similarity index 100% rename from overrides/config/fancymenu/assets/backgrounds/4.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/4.png diff --git a/overrides/config/fancymenu/slideshows/mainmenuold/images/image_01.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/5.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenuold/images/image_01.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/5.png diff --git a/overrides/config/fancymenu/slideshows/mainmenuold/images/image_02.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/6.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenuold/images/image_02.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/6.png diff --git a/overrides/config/fancymenu/slideshows/mainmenuold/images/image_03.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/7.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenuold/images/image_03.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/7.png diff --git a/overrides/config/fancymenu/slideshows/mainmenuold/images/image_04.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/8.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenuold/images/image_04.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/8.png diff --git a/overrides/config/fancymenu/slideshows/mainmenuold/images/image_05.png b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/9.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenuold/images/image_05.png rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/images/9.png diff --git a/overrides/config/fancymenu/slideshows/mainmenu/properties.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/properties.txt similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/properties.txt rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/slideshows/mainmenu/properties.txt diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/cherry_blossom.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/cherry_blossom.json new file mode 100644 index 0000000..cb27c4b --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/cherry_blossom.json @@ -0,0 +1,374 @@ +{ + "identifier": "cherry_blossom", + "display_name": "fancymenu.ui.themes.cherry_blossom", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#39323D0D" + }, + "ui_blur_icon_texture_color": { + "hex": "#39323DFF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#FAF4F8B9" + }, + "ui_blur_overlay_border_color": { + "hex": "#DDCFDAA0" + }, + "ui_blur_interface_background_tint": { + "hex": "#F9F3F7D7" + }, + "ui_blur_interface_border_color": { + "hex": "#DDCFDAA0" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#F0E8EED7" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#FFFBFD9B" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#F5EBF291" + }, + "ui_blur_interface_area_border_color": { + "hex": "#D7CAD596" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#FFD8EB8C" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#FFFBFD9B" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#FFDDEC9B" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#FFE8F4AF" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#FFD6E8AF" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#D3C7D296" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#39323DFF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#817A86FF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#FFFBFD96" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#D3C7D296" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#E0749CD2" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#39323DFF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#817A86FF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#9D96A2FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#39323DFF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#FFFAFDDC" + }, + "ui_icon_button_hover_color": { + "hex": "#3E37430D" + }, + "ui_icon_texture_color": { + "hex": "#3E3743FF" + }, + "ui_overlay_background_color": { + "hex": "#F5EFF3FF" + }, + "ui_overlay_border_color": { + "hex": "#D9CDD7FF" + }, + "ui_interface_background_color": { + "hex": "#FBF6F9FF" + }, + "ui_interface_border_color": { + "hex": "#D9CDD7FF" + }, + "ui_interface_title_bar_color": { + "hex": "#EEE6ECFF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#FFFCFEFF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#F4ECF2FF" + }, + "ui_interface_area_border_color": { + "hex": "#D9CDD7FF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#FFD8EBFF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#FFFBFDFF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#FFDDECFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#FFE8F4FF" + }, + "ui_interface_widget_border_color": { + "hex": "#D0C5D0FF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#342E3AFF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#847D89FF" + }, + "ui_interface_input_field_background_color": { + "hex": "#FFFBFDFF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#D2C7D2FF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#E0749CFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#342E3AFF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#948E9AFF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#9E97A3FF" + }, + "ui_interface_generic_text_color": { + "hex": "#342E3AFF" + }, + "ui_tooltip_background_color": { + "hex": "#F7F0F5FF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#229E6EFF" + }, + "error_color": { + "hex": "#DB3F60FF" + }, + "warning_color": { + "hex": "#E07B34FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#DD688FFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#D878A65F" + }, + "layout_editor_grid_color_center": { + "hex": "#BC598873" + }, + "layout_editor_element_border_color_normal": { + "hex": "#DB5A88FF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#EC7CABFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#B060CDFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#EC9958FF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#8BC46AFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#DB3F60C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000060" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#4EBE9CFF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#2B7866FF" + }, + "menu_bar_close_icon_color": { + "hex": "#E04B6CFF" + }, + "pip_docking_overlay_color": { + "hex": "#DD688F50" + }, + "pip_docking_overlay_border_color": { + "hex": "#DD688FC8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#BAAFBA8C" + }, + "scroll_grabber_color_hover": { + "hex": "#A297A4B4" + }, + "actions_entry_background_color_action": { + "hex": "#EEE9EEFF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#E2DBE3FF" + }, + "actions_entry_background_color_if": { + "hex": "#E5F3FFFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#D2E7FCFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#F3E9FCFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#E8DAF7FF" + }, + "actions_entry_background_color_else": { + "hex": "#FFF1E3FF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#FFE4CCFF" + }, + "actions_entry_background_color_while": { + "hex": "#E4F6F1FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#D2EEE7FF" + }, + "actions_entry_background_color_delay": { + "hex": "#FFF6DDFF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#FFEBC3FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#E6EDFFFF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#D4DFFCFF" + }, + "actions_entry_background_color_folder": { + "hex": "#F8E6EEFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#F1D4DFFF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#F1EDF0FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#E5DFE5FF" + }, + "actions_chain_indicator_color": { + "hex": "#AD7D9E96" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#DB5A88CD" + }, + "actions_chain_indicator_selected_color": { + "hex": "#EBA462DC" + }, + "actions_minimap_background_color": { + "hex": "#FAF4F8E1" + }, + "actions_minimap_border_color": { + "hex": "#CEC3CEDC" + }, + "actions_minimap_viewport_color": { + "hex": "#0000001C" + }, + "actions_minimap_viewport_border_color": { + "hex": "#78648278" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#C06E94DC" + }, + "bullet_list_dot_color_1": { + "hex": "#DB5A88FF" + }, + "bullet_list_dot_color_2": { + "hex": "#E3859CFF" + }, + "bullet_list_dot_color_3": { + "hex": "#ECA35CFF" + }, + "input_field_suggestions_background_color": { + "hex": "#FAF4F8FF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#342E3AFF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#C64C7AFF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#9B939FFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#79707EFF" + }, + "text_editor_text_color": { + "hex": "#342E3AFF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#DB3F60FF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#E07B34FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#6D9F40FF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#349888FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#3976CFFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#9556D2FF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#CA519AFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#D24A5CFF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#E97842FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#DFA840FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#3EAA7CFF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#2E7683FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#ECA35CFF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/cozy_campfire.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/cozy_campfire.json new file mode 100644 index 0000000..4c58861 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/cozy_campfire.json @@ -0,0 +1,374 @@ +{ + "identifier": "cozy_campfire", + "display_name": "fancymenu.ui.themes.cozy_campfire", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#F2E5D00D" + }, + "ui_blur_icon_texture_color": { + "hex": "#F2E5D0FF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#181310B9" + }, + "ui_blur_overlay_border_color": { + "hex": "#5C4E42A0" + }, + "ui_blur_interface_background_tint": { + "hex": "#1A1410D7" + }, + "ui_blur_interface_border_color": { + "hex": "#5C4E42A0" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#261E16D7" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#221B149B" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#18141096" + }, + "ui_blur_interface_area_border_color": { + "hex": "#60524696" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#4E362896" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#241C1696" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#B0622C96" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#32261CAA" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#CE7834AA" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#60524696" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#F2E5D0FF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#9C9286FF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#221B1496" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#60524696" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#DC7E3AC8" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#F2E5D0FF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#9C9286FF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#8A8074FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#F2E5D0FF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#1C1610DC" + }, + "ui_icon_button_hover_color": { + "hex": "#F2E5D00D" + }, + "ui_icon_texture_color": { + "hex": "#F2E5D0FF" + }, + "ui_overlay_background_color": { + "hex": "#1A1410FF" + }, + "ui_overlay_border_color": { + "hex": "#564A40FF" + }, + "ui_interface_background_color": { + "hex": "#18130FFF" + }, + "ui_interface_border_color": { + "hex": "#564A40FF" + }, + "ui_interface_title_bar_color": { + "hex": "#2A2018FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#221B14FF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#16120EFF" + }, + "ui_interface_area_border_color": { + "hex": "#564A40FF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#463024FF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#241C16FF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#B0622CFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#34281EFF" + }, + "ui_interface_widget_border_color": { + "hex": "#564A40FF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#F2E5D0FF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#9C9286FF" + }, + "ui_interface_input_field_background_color": { + "hex": "#221B14FF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#564A40FF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#DC7E3AFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#F2E5D0FF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#9C9286FF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#8A8074FF" + }, + "ui_interface_generic_text_color": { + "hex": "#F2E5D0FF" + }, + "ui_tooltip_background_color": { + "hex": "#1C1610FF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#6EC47AFF" + }, + "error_color": { + "hex": "#DC5C4EFF" + }, + "warning_color": { + "hex": "#E88E40FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#E88E40FF" + }, + "layout_editor_grid_color_normal": { + "hex": "#AA6C4C6E" + }, + "layout_editor_grid_color_center": { + "hex": "#E88E4082" + }, + "layout_editor_element_border_color_normal": { + "hex": "#E88E40FF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#F6AA56FF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#A266B6FF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#ECA450FF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#78BE78FF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#DC5C4EC8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000080" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#F2E5D0FF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#5CBA9CFF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#347460FF" + }, + "menu_bar_close_icon_color": { + "hex": "#E88E40FF" + }, + "pip_docking_overlay_color": { + "hex": "#E88E4050" + }, + "pip_docking_overlay_border_color": { + "hex": "#E88E40C8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#645A5096" + }, + "scroll_grabber_color_hover": { + "hex": "#8C7C6CC8" + }, + "actions_entry_background_color_action": { + "hex": "#282018FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#362A1EFF" + }, + "actions_entry_background_color_if": { + "hex": "#222C28FF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#2C3A34FF" + }, + "actions_entry_background_color_else_if": { + "hex": "#2E2428FF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#3C2E34FF" + }, + "actions_entry_background_color_else": { + "hex": "#38281CFF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#463424FF" + }, + "actions_entry_background_color_while": { + "hex": "#1C302CFF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#243E38FF" + }, + "actions_entry_background_color_delay": { + "hex": "#3C341CFF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#4C4222FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#242C38FF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#2E3A4CFF" + }, + "actions_entry_background_color_folder": { + "hex": "#38262AFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#483238FF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#241E20FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#30282CFF" + }, + "actions_chain_indicator_color": { + "hex": "#9A7862B4" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#E88E40D2" + }, + "actions_chain_indicator_selected_color": { + "hex": "#DC7E3ADC" + }, + "actions_minimap_background_color": { + "hex": "#16120ED2" + }, + "actions_minimap_border_color": { + "hex": "#62564CDC" + }, + "actions_minimap_viewport_color": { + "hex": "#FFFFFF20" + }, + "actions_minimap_viewport_border_color": { + "hex": "#B89C8678" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#E88E40DC" + }, + "bullet_list_dot_color_1": { + "hex": "#E88E40FF" + }, + "bullet_list_dot_color_2": { + "hex": "#C0805AFF" + }, + "bullet_list_dot_color_3": { + "hex": "#84BA84FF" + }, + "input_field_suggestions_background_color": { + "hex": "#221B14FF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#F2E5D0FF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#E88E40FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#827A72FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#AAA096FF" + }, + "text_editor_text_color": { + "hex": "#E6DAC6FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#E87054FF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#E88E40FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#84C66EFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#60BEAAFF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#76A6ECFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#B07EECFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D67EB6FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#DC5C4EFF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#E88E40FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F2BC62FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#76D294FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#5EA6B0FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#E88E40FF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/dark.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/dark.json new file mode 100644 index 0000000..b58c058 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/dark.json @@ -0,0 +1,374 @@ +{ + "identifier": "dark", + "display_name": "fancymenu.ui.themes.dark", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#FFFFFF0D" + }, + "ui_blur_icon_texture_color": { + "hex": "#FFFFFFFF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#262626AE" + }, + "ui_blur_overlay_border_color": { + "hex": "#5D616464" + }, + "ui_blur_interface_background_tint": { + "hex": "#262626D8" + }, + "ui_blur_interface_border_color": { + "hex": "#5D616464" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#4F4F4FAE" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#2B2B2B64" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#05050549" + }, + "ui_blur_interface_area_border_color": { + "hex": "#5D616464" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#7D7D8335" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#47474766" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#7E7E7E66" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#539CD44D" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#86C6F84D" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#5D616464" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#717577FF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#2B2B2B66" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#5D616466" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#5D616466" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#717577FF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#808080FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#FFFFFFFF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#131313A9" + }, + "ui_icon_button_hover_color": { + "hex": "#FFFFFF0D" + }, + "ui_icon_texture_color": { + "hex": "#FFFFFFFF" + }, + "ui_overlay_background_color": { + "hex": "#282828FF" + }, + "ui_overlay_border_color": { + "hex": "#3E4042FF" + }, + "ui_interface_background_color": { + "hex": "#212121FF" + }, + "ui_interface_border_color": { + "hex": "#3E4042FF" + }, + "ui_interface_title_bar_color": { + "hex": "#575757FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#2B2B2BFF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#262626FF" + }, + "ui_interface_area_border_color": { + "hex": "#3B3B3BFF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#323232FF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#282828FF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#34A2F5FF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#147FD0FF" + }, + "ui_interface_widget_border_color": { + "hex": "#3B3B3BFF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#717577FF" + }, + "ui_interface_input_field_background_color": { + "hex": "#2B2B2BFF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#3B3B3BFF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#3B3B3BFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#717577FF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#808080FF" + }, + "ui_interface_generic_text_color": { + "hex": "#FFFFFFFF" + }, + "ui_tooltip_background_color": { + "hex": "#2B2B2BFF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#31CE05FF" + }, + "error_color": { + "hex": "#ED4545FF" + }, + "warning_color": { + "hex": "#E59B12FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#404040FF" + }, + "layout_editor_grid_color_center": { + "hex": "#5A5A5AFF" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#9E2BFFFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#FFB52BFF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#91FF2BFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000080" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "menu_bar_close_icon_color": { + "hex": "#DA3C1EFF" + }, + "pip_docking_overlay_color": { + "hex": "#4096FF50" + }, + "pip_docking_overlay_border_color": { + "hex": "#4096FFC8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "actions_entry_background_color_action": { + "hex": "#3A3F44FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#44494EFF" + }, + "actions_entry_background_color_if": { + "hex": "#263F55FF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#2D516EFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#392D4FFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#463A5FFF" + }, + "actions_entry_background_color_else": { + "hex": "#4E3721FF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#5F462DFF" + }, + "actions_entry_background_color_while": { + "hex": "#234A42FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#2D5C52FF" + }, + "actions_entry_background_color_delay": { + "hex": "#524C24FF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#635C30FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#344660FF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#3F5470FF" + }, + "actions_entry_background_color_folder": { + "hex": "#50303CFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#613E4DFF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#3A3B3EFF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#47484CFF" + }, + "actions_chain_indicator_color": { + "hex": "#587096B4" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#64B5F6D2" + }, + "actions_chain_indicator_selected_color": { + "hex": "#FFC147DC" + }, + "actions_minimap_background_color": { + "hex": "#181B20C8" + }, + "actions_minimap_border_color": { + "hex": "#5E636CDC" + }, + "actions_minimap_viewport_color": { + "hex": "#FFFFFF23" + }, + "actions_minimap_viewport_border_color": { + "hex": "#D2DEFF64" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#78AADCDC" + }, + "bullet_list_dot_color_1": { + "hex": "#3E86A0FF" + }, + "bullet_list_dot_color_2": { + "hex": "#AD6C79FF" + }, + "bullet_list_dot_color_3": { + "hex": "#AA823FFF" + }, + "input_field_suggestions_background_color": { + "hex": "#474747FF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#64A5ECFF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#5B5C5EFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#899396FF" + }, + "text_editor_text_color": { + "hex": "#9EAAB8FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#EB7F7FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#EBC97FFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#BEEB7FFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#7FEBE6FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#7F9EEBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#967FEBFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D47FEBFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#F53636FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F59236FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F5E536FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#69F536FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3689F5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FCDF03FF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/dark_high_contrast.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/dark_high_contrast.json new file mode 100644 index 0000000..23b9ca3 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/dark_high_contrast.json @@ -0,0 +1,374 @@ +{ + "identifier": "dark_high_contrast", + "display_name": "fancymenu.ui.themes.dark_high_contrast", + "allow_blur": false, + "allow_animations": false, + "interface_corner_rounding_radius": 0.0, + "widget_corner_rounding_radius": 0.0, + "ui_blur_icon_button_hover_color": { + "hex": "#FFFFFF0D" + }, + "ui_blur_icon_texture_color": { + "hex": "#FFFFFFFF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#000000DC" + }, + "ui_blur_overlay_border_color": { + "hex": "#FFFFFFDC" + }, + "ui_blur_interface_background_tint": { + "hex": "#000000DC" + }, + "ui_blur_interface_border_color": { + "hex": "#FFFFFFDC" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#0C0C0CDC" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#080808DC" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#000000DC" + }, + "ui_blur_interface_area_border_color": { + "hex": "#FFFFFFDC" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#FFAA0078" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#080808DC" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#FFAA00C8" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#1E1E1EDC" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#FFD200DC" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#FFFFFFDC" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#FFFFFFFF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#BEBEBEFF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#000000DC" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#FFFFFFDC" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#FFAA00DC" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#FFFFFFFF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#BEBEBEFF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#C8C8C8FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#FFFFFFFF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#000000E6" + }, + "ui_icon_button_hover_color": { + "hex": "#FFFFFF0D" + }, + "ui_icon_texture_color": { + "hex": "#FFFFFFFF" + }, + "ui_overlay_background_color": { + "hex": "#000000FF" + }, + "ui_overlay_border_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_background_color": { + "hex": "#000000FF" + }, + "ui_interface_border_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_title_bar_color": { + "hex": "#0C0C0CFF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#080808FF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#000000FF" + }, + "ui_interface_area_border_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#FFAA00FF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#080808FF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#FFAA00FF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#1E1E1EFF" + }, + "ui_interface_widget_border_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#FFFFFFFF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#BEBEBEFF" + }, + "ui_interface_input_field_background_color": { + "hex": "#000000FF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#FFFFFFFF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#FFAA00FF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#FFFFFFFF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#BEBEBEFF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#C8C8C8FF" + }, + "ui_interface_generic_text_color": { + "hex": "#FFFFFFFF" + }, + "ui_tooltip_background_color": { + "hex": "#000000FF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#00FF80FF" + }, + "error_color": { + "hex": "#FF4040FF" + }, + "warning_color": { + "hex": "#FFD000FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#FFAA00FF" + }, + "layout_editor_grid_color_normal": { + "hex": "#FFFFFF8C" + }, + "layout_editor_grid_color_center": { + "hex": "#FFAA00B4" + }, + "layout_editor_element_border_color_normal": { + "hex": "#FFFFFFFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#FFAA00FF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#00C8FFFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#FFD000FF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#00FF80FF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#FF4040DC" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#000000B4" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#00FFB4FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#00966EFF" + }, + "menu_bar_close_icon_color": { + "hex": "#FF4040FF" + }, + "pip_docking_overlay_color": { + "hex": "#FFAA0078" + }, + "pip_docking_overlay_border_color": { + "hex": "#FFAA00DC" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#FFFFFF8C" + }, + "scroll_grabber_color_hover": { + "hex": "#FFAA00C8" + }, + "actions_entry_background_color_action": { + "hex": "#0F0F0FFF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#1E1E1EFF" + }, + "actions_entry_background_color_if": { + "hex": "#001E3CFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#002D5AFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#23003CFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#37005AFF" + }, + "actions_entry_background_color_else": { + "hex": "#3C2300FF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#5A3700FF" + }, + "actions_entry_background_color_while": { + "hex": "#002D28FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#00413AFF" + }, + "actions_entry_background_color_delay": { + "hex": "#3C3200FF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#554600FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#001E46FF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#002D64FF" + }, + "actions_entry_background_color_folder": { + "hex": "#3C001EFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#55002DFF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#141414FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#232323FF" + }, + "actions_chain_indicator_color": { + "hex": "#FFFFFFB4" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#FFAA00DC" + }, + "actions_chain_indicator_selected_color": { + "hex": "#FFD000F0" + }, + "actions_minimap_background_color": { + "hex": "#000000DC" + }, + "actions_minimap_border_color": { + "hex": "#FFFFFFDC" + }, + "actions_minimap_viewport_color": { + "hex": "#FFFFFF28" + }, + "actions_minimap_viewport_border_color": { + "hex": "#FFAA008C" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#FFAA00DC" + }, + "bullet_list_dot_color_1": { + "hex": "#FFAA00FF" + }, + "bullet_list_dot_color_2": { + "hex": "#00C8FFFF" + }, + "bullet_list_dot_color_3": { + "hex": "#00FF80FF" + }, + "input_field_suggestions_background_color": { + "hex": "#000000FF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#FFFFFFFF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#FFAA00FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#C8C8C8FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#FFFFFFFF" + }, + "text_editor_text_color": { + "hex": "#FFFFFFFF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#FF4040FF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#FFD000FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#00FF80FF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#00C8FFFF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#78B4FFFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#C878FFFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#FF78C8FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#FF6464FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#FFAA00FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#FFE650FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#00FFA0FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#00DCC8FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FFD000FF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/light.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/light.json new file mode 100644 index 0000000..66e5666 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/light.json @@ -0,0 +1,374 @@ +{ + "identifier": "light", + "display_name": "fancymenu.ui.themes.light", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#2C313A0D" + }, + "ui_blur_icon_texture_color": { + "hex": "#2C313AFF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#F8FAFDB4" + }, + "ui_blur_overlay_border_color": { + "hex": "#CED4DD96" + }, + "ui_blur_interface_background_tint": { + "hex": "#F8FAFDD2" + }, + "ui_blur_interface_border_color": { + "hex": "#B4B9BEA8" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#EBEFF5D2" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#FFFFFF96" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#F2F6FB8C" + }, + "ui_blur_interface_area_border_color": { + "hex": "#CCD2DC8C" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#CEE0FF82" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#FFFFFF96" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#D8E9FF96" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#E8F2FFAA" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#D2E4FFAA" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#C6CED996" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#2C313AFF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#787E88FF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#FFFFFF96" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#C6CED996" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#6FA9FFC8" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#2C313AFF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#787E88FF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#9197A1FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#2C313AFF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#FFFFFFDC" + }, + "ui_icon_button_hover_color": { + "hex": "#363C450D" + }, + "ui_icon_texture_color": { + "hex": "#363C45FF" + }, + "ui_overlay_background_color": { + "hex": "#F2F4F7FF" + }, + "ui_overlay_border_color": { + "hex": "#D2D8E0FF" + }, + "ui_interface_background_color": { + "hex": "#F7F8FAFF" + }, + "ui_interface_border_color": { + "hex": "#D2D8E0FF" + }, + "ui_interface_title_bar_color": { + "hex": "#EBEEF2FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#FFFFFFFF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#F1F4F8FF" + }, + "ui_interface_area_border_color": { + "hex": "#D6DBE3FF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#DCE9FFFF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#FFFFFFFF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#D8E9FFFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#E6F0FFFF" + }, + "ui_interface_widget_border_color": { + "hex": "#C8CED7FF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#2A2E36FF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#7A818AFF" + }, + "ui_interface_input_field_background_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#C7CED9FF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#6FA9FFFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#2A2E36FF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#8C929CFF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#969DA8FF" + }, + "ui_interface_generic_text_color": { + "hex": "#2A2E36FF" + }, + "ui_tooltip_background_color": { + "hex": "#F5F7FBFF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#16A34AFF" + }, + "error_color": { + "hex": "#DC2626FF" + }, + "warning_color": { + "hex": "#D97706FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#3B82F6FF" + }, + "layout_editor_grid_color_normal": { + "hex": "#8B5CF65A" + }, + "layout_editor_grid_color_center": { + "hex": "#2563EB64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#3B82F6FF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#22D3EEFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#9333EAFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#F59E0BFF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#84CC16FF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#EF4444C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000060" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#10B981FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#0F766EFF" + }, + "menu_bar_close_icon_color": { + "hex": "#EF4444FF" + }, + "pip_docking_overlay_color": { + "hex": "#3B82F650" + }, + "pip_docking_overlay_border_color": { + "hex": "#3B82F6C8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#B0B6BE82" + }, + "scroll_grabber_color_hover": { + "hex": "#969CA5AA" + }, + "actions_entry_background_color_action": { + "hex": "#E8ECF3FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#DDE3ECFF" + }, + "actions_entry_background_color_if": { + "hex": "#E3F1FFFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#D2E7FFFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#F0E7FFFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#E3D6FFFF" + }, + "actions_entry_background_color_else": { + "hex": "#FFF2DFFF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#FFE8C4FF" + }, + "actions_entry_background_color_while": { + "hex": "#E3F7F2FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#D2F0E7FF" + }, + "actions_entry_background_color_delay": { + "hex": "#FFF6D9FF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#FFECC0FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#E7EEFFFF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#D6E1FFFF" + }, + "actions_entry_background_color_folder": { + "hex": "#F8E7EEFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#F3D6E1FF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#EFF1F4FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#E2E6ECFF" + }, + "actions_chain_indicator_color": { + "hex": "#5C7EB28C" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#42A5F5C8" + }, + "actions_chain_indicator_selected_color": { + "hex": "#F59E0BDC" + }, + "actions_minimap_background_color": { + "hex": "#F5F8FCDC" + }, + "actions_minimap_border_color": { + "hex": "#C4CCD6DC" + }, + "actions_minimap_viewport_color": { + "hex": "#0000001E" + }, + "actions_minimap_viewport_border_color": { + "hex": "#5A78A078" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#5A8CC8DC" + }, + "bullet_list_dot_color_1": { + "hex": "#3B82F6FF" + }, + "bullet_list_dot_color_2": { + "hex": "#EC4899FF" + }, + "bullet_list_dot_color_3": { + "hex": "#F59E0BFF" + }, + "input_field_suggestions_background_color": { + "hex": "#F5F7FBFF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#2A2E36FF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#2563EBFF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#9197A0FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#69717DFF" + }, + "text_editor_text_color": { + "hex": "#2A2E36FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#E11D48FF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#D97706FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#65A30DFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#0D9488FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#2563EBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#7C3AEDFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#DB2777FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#EF4444FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F97316FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#EAB308FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#22C55EFF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#0E7490FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#F59E0BFF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/light_high_contrast.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/light_high_contrast.json new file mode 100644 index 0000000..f7f74c4 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/light_high_contrast.json @@ -0,0 +1,374 @@ +{ + "identifier": "light_high_contrast", + "display_name": "fancymenu.ui.themes.light_high_contrast", + "allow_blur": false, + "allow_animations": false, + "interface_corner_rounding_radius": 0.0, + "widget_corner_rounding_radius": 0.0, + "ui_blur_icon_button_hover_color": { + "hex": "#0000000D" + }, + "ui_blur_icon_texture_color": { + "hex": "#000000FF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#FFFFFFEB" + }, + "ui_blur_overlay_border_color": { + "hex": "#000000EB" + }, + "ui_blur_interface_background_tint": { + "hex": "#FFFFFFEB" + }, + "ui_blur_interface_border_color": { + "hex": "#000000EB" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#F5F5F5EB" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#FFFFFFEB" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#F5F5F5EB" + }, + "ui_blur_interface_area_border_color": { + "hex": "#000000EB" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#0078FF8C" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#FFFFFFEB" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#0078FFD2" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#EBEBEBEB" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#00A0FFEB" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#000000EB" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#000000FF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#505050FF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#FFFFFFEB" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#000000EB" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#0078FFEB" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#000000FF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#505050FF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#5A5A5AFF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#000000FF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#FFFFFFF5" + }, + "ui_icon_button_hover_color": { + "hex": "#0000000D" + }, + "ui_icon_texture_color": { + "hex": "#000000FF" + }, + "ui_overlay_background_color": { + "hex": "#FFFFFFFF" + }, + "ui_overlay_border_color": { + "hex": "#000000FF" + }, + "ui_interface_background_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_border_color": { + "hex": "#000000FF" + }, + "ui_interface_title_bar_color": { + "hex": "#F5F5F5FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#FFFFFFFF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#F5F5F5FF" + }, + "ui_interface_area_border_color": { + "hex": "#000000FF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#0078FFFF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#FFFFFFFF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#0078FFFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#EBEBEBFF" + }, + "ui_interface_widget_border_color": { + "hex": "#000000FF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#000000FF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#505050FF" + }, + "ui_interface_input_field_background_color": { + "hex": "#FFFFFFFF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#000000FF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#0078FFFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#000000FF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#505050FF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#5A5A5AFF" + }, + "ui_interface_generic_text_color": { + "hex": "#000000FF" + }, + "ui_tooltip_background_color": { + "hex": "#FFFFFFFF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#009600FF" + }, + "error_color": { + "hex": "#C80000FF" + }, + "warning_color": { + "hex": "#B46E00FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0078FFFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#0000008C" + }, + "layout_editor_grid_color_center": { + "hex": "#0078FFB4" + }, + "layout_editor_element_border_color_normal": { + "hex": "#000000FF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#0078FFFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#8C00FFFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#B46E00FF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#009600FF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#C80000DC" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#000000B4" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#00AA8CFF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#006E5AFF" + }, + "menu_bar_close_icon_color": { + "hex": "#C80000FF" + }, + "pip_docking_overlay_color": { + "hex": "#0078FF78" + }, + "pip_docking_overlay_border_color": { + "hex": "#0078FFDC" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#0000008C" + }, + "scroll_grabber_color_hover": { + "hex": "#0078FFC8" + }, + "actions_entry_background_color_action": { + "hex": "#FFFFFFFF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#EBEBEBFF" + }, + "actions_entry_background_color_if": { + "hex": "#E6F5FFFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#D2EBFFFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#F5E6FFFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#EBD2FFFF" + }, + "actions_entry_background_color_else": { + "hex": "#FFF0DCFF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#FFE4C8FF" + }, + "actions_entry_background_color_while": { + "hex": "#E1F5F0FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#D0ECE6FF" + }, + "actions_entry_background_color_delay": { + "hex": "#FFF6D6FF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#FFEBBEFF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#E6EEFFFF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#D2E0FFFF" + }, + "actions_entry_background_color_folder": { + "hex": "#FFE6F0FF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#F8D2E2FF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#F0F0F0FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#E1E1E1FF" + }, + "actions_chain_indicator_color": { + "hex": "#000000B4" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#0078FFDC" + }, + "actions_chain_indicator_selected_color": { + "hex": "#0078FFF0" + }, + "actions_minimap_background_color": { + "hex": "#FFFFFFE6" + }, + "actions_minimap_border_color": { + "hex": "#000000E6" + }, + "actions_minimap_viewport_color": { + "hex": "#00000028" + }, + "actions_minimap_viewport_border_color": { + "hex": "#0078FF8C" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#0078FFDC" + }, + "bullet_list_dot_color_1": { + "hex": "#0078FFFF" + }, + "bullet_list_dot_color_2": { + "hex": "#8C00FFFF" + }, + "bullet_list_dot_color_3": { + "hex": "#009600FF" + }, + "input_field_suggestions_background_color": { + "hex": "#FFFFFFFF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#000000FF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#0078FFFF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#3C3C3CFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#000000FF" + }, + "text_editor_text_color": { + "hex": "#000000FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#C80000FF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#B46E00FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#009600FF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#008CA0FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#0078FFFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#8C00FFFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#C80078FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#C80000FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#B46E00FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#967800FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#009600FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#006E78FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#0078FFFF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/pumpkin_soup.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/pumpkin_soup.json new file mode 100644 index 0000000..63688d7 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/pumpkin_soup.json @@ -0,0 +1,374 @@ +{ + "identifier": "pumpkin_soup", + "display_name": "fancymenu.ui.themes.pumpkin_soup", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#3C2D240D" + }, + "ui_blur_icon_texture_color": { + "hex": "#3C2D24FF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#FAF4ECB9" + }, + "ui_blur_overlay_border_color": { + "hex": "#D2C0AFA0" + }, + "ui_blur_interface_background_tint": { + "hex": "#F9F2EAD7" + }, + "ui_blur_interface_border_color": { + "hex": "#D2C0AFA0" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#EEE3D6D7" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#FFFAF59B" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#F4E8DC96" + }, + "ui_blur_interface_area_border_color": { + "hex": "#CCBAAA96" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#FFD5B096" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#FFFAF59B" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#FFCC9E9B" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#FFE2C6AF" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#FFBE80AF" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#C8B8AA96" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#3C2D24FF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#84786EFF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#FFFAF596" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#C8B8AA96" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#E67E3CD2" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#3C2D24FF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#84786EFF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#A09488FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#3C2D24FF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#FFF9F2DC" + }, + "ui_icon_button_hover_color": { + "hex": "#3C2D240D" + }, + "ui_icon_texture_color": { + "hex": "#3C2D24FF" + }, + "ui_overlay_background_color": { + "hex": "#F5EEE5FF" + }, + "ui_overlay_border_color": { + "hex": "#D0BEAEFF" + }, + "ui_interface_background_color": { + "hex": "#FBF5EDFF" + }, + "ui_interface_border_color": { + "hex": "#D0BEAEFF" + }, + "ui_interface_title_bar_color": { + "hex": "#ECE1D4FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#FFFBF6FF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#F4E9DDFF" + }, + "ui_interface_area_border_color": { + "hex": "#D0BEAEFF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#FFD5B0FF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#FFFAF5FF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#FFCC9EFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#FFE2C6FF" + }, + "ui_interface_widget_border_color": { + "hex": "#C6B6A8FF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#382A22FF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#887C70FF" + }, + "ui_interface_input_field_background_color": { + "hex": "#FFFAF5FF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#C8B8AAFF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#E67E3CFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#382A22FF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#968A7EFF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#A2968AFF" + }, + "ui_interface_generic_text_color": { + "hex": "#382A22FF" + }, + "ui_tooltip_background_color": { + "hex": "#F8F1E9FF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#20996AFF" + }, + "error_color": { + "hex": "#DA4E3AFF" + }, + "warning_color": { + "hex": "#E67E3CFF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#E67E3CFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#DB8C5864" + }, + "layout_editor_grid_color_center": { + "hex": "#C16E4078" + }, + "layout_editor_element_border_color_normal": { + "hex": "#E67E3CFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#F4A460FF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#AA6836FF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#EC9C4EFF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#78AA6EFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#DA4E3AC8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000060" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#5CB08CFF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#38785EFF" + }, + "menu_bar_close_icon_color": { + "hex": "#E67E3CFF" + }, + "pip_docking_overlay_color": { + "hex": "#E67E3C50" + }, + "pip_docking_overlay_border_color": { + "hex": "#E67E3CC8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#BAAA9C8C" + }, + "scroll_grabber_color_hover": { + "hex": "#A09286B4" + }, + "actions_entry_background_color_action": { + "hex": "#EFE8E0FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#E4DBD1FF" + }, + "actions_entry_background_color_if": { + "hex": "#E7F2FFFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#D6E8FAFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#F4E9FAFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#E8D9F3FF" + }, + "actions_entry_background_color_else": { + "hex": "#FFEFDDFF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#FFE2C6FF" + }, + "actions_entry_background_color_while": { + "hex": "#E3F5EFFF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#D2EEE5FF" + }, + "actions_entry_background_color_delay": { + "hex": "#FFF6D6FF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#FFEBBEFF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#E6EEFFFF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#D2E0FFFF" + }, + "actions_entry_background_color_folder": { + "hex": "#FAE5DCFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#F3D4C8FF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#F2ECE6FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#E6DED6FF" + }, + "actions_chain_indicator_color": { + "hex": "#AE846AA0" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#E67E3CD2" + }, + "actions_chain_indicator_selected_color": { + "hex": "#EC9C4EDC" + }, + "actions_minimap_background_color": { + "hex": "#FAF4ECE1" + }, + "actions_minimap_border_color": { + "hex": "#C6B8AADC" + }, + "actions_minimap_viewport_color": { + "hex": "#0000001C" + }, + "actions_minimap_viewport_border_color": { + "hex": "#987E6E78" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#E67E3CDC" + }, + "bullet_list_dot_color_1": { + "hex": "#E67E3CFF" + }, + "bullet_list_dot_color_2": { + "hex": "#C07652FF" + }, + "bullet_list_dot_color_3": { + "hex": "#96AA72FF" + }, + "input_field_suggestions_background_color": { + "hex": "#FAF4ECFF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#382A22FF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#D0682EFF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#9C9186FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#786E64FF" + }, + "text_editor_text_color": { + "hex": "#382A22FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#DA4E3AFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#E67E3CFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#76A65CFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#369C86FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#4A84D2FF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#A066D2FF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#CA5C96FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#DA4E3AFF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#E67E3CFF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#D6AC56FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#58AA76FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3E828CFF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#E67E3CFF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/purple_void.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/purple_void.json new file mode 100644 index 0000000..9165a3c --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/purple_void.json @@ -0,0 +1,374 @@ +{ + "identifier": "purple_void", + "display_name": "fancymenu.ui.themes.purple_void", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#D2B4FF10" + }, + "ui_blur_icon_texture_color": { + "hex": "#EBEBEEFF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#0C0C0EBE" + }, + "ui_blur_overlay_border_color": { + "hex": "#34343CAA" + }, + "ui_blur_interface_background_tint": { + "hex": "#0A0A0CDC" + }, + "ui_blur_interface_border_color": { + "hex": "#34343CAA" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#101012DC" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#0E0E10AA" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#0A0A0C9B" + }, + "ui_blur_interface_area_border_color": { + "hex": "#3A3A40A0" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#3C205C96" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#101012A0" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#16161AA0" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#3C1E60B4" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#A85CF0B4" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#3A3A40AA" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#EBEBEEFF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#91919AFF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#101012A0" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#3A3A40A0" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#AA60FFD2" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#EBEBEEFF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#91919AFF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#787882FF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#EBEBEEFF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#0C0C0EDC" + }, + "ui_icon_button_hover_color": { + "hex": "#D2B4FF10" + }, + "ui_icon_texture_color": { + "hex": "#EBEBEEFF" + }, + "ui_overlay_background_color": { + "hex": "#0C0C0EFF" + }, + "ui_overlay_border_color": { + "hex": "#34343CFF" + }, + "ui_interface_background_color": { + "hex": "#0A0A0CFF" + }, + "ui_interface_border_color": { + "hex": "#34343CFF" + }, + "ui_interface_title_bar_color": { + "hex": "#101012FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#0E0E10FF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#0A0A0CFF" + }, + "ui_interface_area_border_color": { + "hex": "#34343CFF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#2E1846FF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#101012FF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#16161AFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#3C1E60FF" + }, + "ui_interface_widget_border_color": { + "hex": "#34343CFF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#EBEBEEFF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#91919AFF" + }, + "ui_interface_input_field_background_color": { + "hex": "#0E0E10FF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#34343CFF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#AA60FFFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#EBEBEEFF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#91919AFF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#787882FF" + }, + "ui_interface_generic_text_color": { + "hex": "#EBEBEEFF" + }, + "ui_tooltip_background_color": { + "hex": "#101012FF" + }, + "info_color": { + "hex": "#AA60FFFF" + }, + "success_color": { + "hex": "#5CC678FF" + }, + "error_color": { + "hex": "#EC4E60FF" + }, + "warning_color": { + "hex": "#ECA84AFF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#AA60FFFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#8652CC78" + }, + "layout_editor_grid_color_center": { + "hex": "#AA60FF8C" + }, + "layout_editor_element_border_color_normal": { + "hex": "#A058F8FF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#C884FFFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#BA6AFFFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#ECA84AFF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#60D2AAFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#EC4E60C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#0000008C" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#EBDEFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#60D2AAFF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#2E765CFF" + }, + "menu_bar_close_icon_color": { + "hex": "#EC6276FF" + }, + "pip_docking_overlay_color": { + "hex": "#A058F85A" + }, + "pip_docking_overlay_border_color": { + "hex": "#A058F8C8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#54545C8C" + }, + "scroll_grabber_color_hover": { + "hex": "#845CBABE" + }, + "actions_entry_background_color_action": { + "hex": "#141418FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_if": { + "hex": "#141418FF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_else_if": { + "hex": "#141418FF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_else": { + "hex": "#141418FF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_while": { + "hex": "#141418FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_delay": { + "hex": "#141418FF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#141418FF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_folder": { + "hex": "#141418FF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#1C1C20FF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#141418FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#1C1C20FF" + }, + "actions_chain_indicator_color": { + "hex": "#7E62A2B4" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#AA60FFD2" + }, + "actions_chain_indicator_selected_color": { + "hex": "#C884FFDC" + }, + "actions_minimap_background_color": { + "hex": "#0A0A0CD2" + }, + "actions_minimap_border_color": { + "hex": "#3C3C44DC" + }, + "actions_minimap_viewport_color": { + "hex": "#FFFFFF20" + }, + "actions_minimap_viewport_border_color": { + "hex": "#BEBEC878" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#AA60FFDC" + }, + "bullet_list_dot_color_1": { + "hex": "#AA60FFFF" + }, + "bullet_list_dot_color_2": { + "hex": "#8456C4FF" + }, + "bullet_list_dot_color_3": { + "hex": "#60D2AAFF" + }, + "input_field_suggestions_background_color": { + "hex": "#121214FF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#EBEBEEFF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#AA60FFFF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#606068FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#888892FF" + }, + "text_editor_text_color": { + "hex": "#DADAE0FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#C884FFFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#ECA84AFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#7ED6A6FF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#70BAE0FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#868CE8FF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#B478E8FF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#DC78C8FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#EC4E60FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#ECA84AFF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#EECC60FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#78DCA0FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#70AAD2FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#C884FFFF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/spooky_season.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/spooky_season.json new file mode 100644 index 0000000..b5ded92 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/ui_themes/spooky_season.json @@ -0,0 +1,374 @@ +{ + "identifier": "spooky_season", + "display_name": "fancymenu.ui.themes.spooky_season", + "allow_blur": true, + "allow_animations": true, + "interface_corner_rounding_radius": 6.0, + "widget_corner_rounding_radius": 6.0, + "ui_blur_icon_button_hover_color": { + "hex": "#F2E7D90D" + }, + "ui_blur_icon_texture_color": { + "hex": "#F2E7D9FF" + }, + "ui_blur_overlay_background_tint": { + "hex": "#100D14B9" + }, + "ui_blur_overlay_border_color": { + "hex": "#4E4656A0" + }, + "ui_blur_interface_background_tint": { + "hex": "#120F17D7" + }, + "ui_blur_interface_border_color": { + "hex": "#4E4656A0" + }, + "ui_blur_interface_title_bar_tint": { + "hex": "#1E1822D7" + }, + "ui_blur_interface_area_background_color_type_1": { + "hex": "#1B161F9B" + }, + "ui_blur_interface_area_background_color_type_2": { + "hex": "#130F1796" + }, + "ui_blur_interface_area_border_color": { + "hex": "#564D6296" + }, + "ui_blur_interface_area_entry_selected_color": { + "hex": "#3F2D5096" + }, + "ui_blur_interface_widget_background_color_normal_type_1": { + "hex": "#1F192496" + }, + "ui_blur_interface_widget_background_color_normal_type_2": { + "hex": "#753F1996" + }, + "ui_blur_interface_widget_background_color_hover_type_1": { + "hex": "#322337AA" + }, + "ui_blur_interface_widget_background_color_hover_type_2": { + "hex": "#915222AA" + }, + "ui_blur_interface_widget_border_color": { + "hex": "#564D6296" + }, + "ui_blur_interface_widget_label_color_normal": { + "hex": "#F2E7D9FF" + }, + "ui_blur_interface_widget_label_color_inactive": { + "hex": "#968F9DFF" + }, + "ui_blur_interface_input_field_background_color": { + "hex": "#1B161F96" + }, + "ui_blur_interface_input_field_border_color_normal": { + "hex": "#564D6296" + }, + "ui_blur_interface_input_field_border_color_focused": { + "hex": "#D4782BC8" + }, + "ui_blur_interface_input_field_text_color_normal": { + "hex": "#F2E7D9FF" + }, + "ui_blur_interface_input_field_text_color_uneditable": { + "hex": "#968F9DFF" + }, + "ui_blur_interface_input_field_suggestion_text_color": { + "hex": "#857C8DFF" + }, + "ui_blur_interface_generic_text_color": { + "hex": "#F2E7D9FF" + }, + "ui_blur_tooltip_background_tint": { + "hex": "#141019DC" + }, + "ui_icon_button_hover_color": { + "hex": "#F2E7D90D" + }, + "ui_icon_texture_color": { + "hex": "#F2E7D9FF" + }, + "ui_overlay_background_color": { + "hex": "#17131CFF" + }, + "ui_overlay_border_color": { + "hex": "#484152FF" + }, + "ui_interface_background_color": { + "hex": "#15111AFF" + }, + "ui_interface_border_color": { + "hex": "#484152FF" + }, + "ui_interface_title_bar_color": { + "hex": "#221B26FF" + }, + "ui_interface_area_background_color_type_1": { + "hex": "#1C1721FF" + }, + "ui_interface_area_background_color_type_2": { + "hex": "#141019FF" + }, + "ui_interface_area_border_color": { + "hex": "#484152FF" + }, + "ui_interface_area_entry_selected_color": { + "hex": "#3A284AFF" + }, + "ui_interface_widget_background_color_normal_type_1": { + "hex": "#1E1823FF" + }, + "ui_interface_widget_background_color_normal_type_2": { + "hex": "#7A421BFF" + }, + "ui_interface_widget_background_color_hover_type_1": { + "hex": "#2E2134FF" + }, + "ui_interface_widget_border_color": { + "hex": "#484152FF" + }, + "ui_interface_widget_label_color_normal": { + "hex": "#F2E7D9FF" + }, + "ui_interface_widget_label_color_inactive": { + "hex": "#968F9DFF" + }, + "ui_interface_input_field_background_color": { + "hex": "#1C1721FF" + }, + "ui_interface_input_field_border_color_normal": { + "hex": "#484152FF" + }, + "ui_interface_input_field_border_color_focused": { + "hex": "#D4782BFF" + }, + "ui_interface_input_field_text_color_normal": { + "hex": "#F2E7D9FF" + }, + "ui_interface_input_field_text_color_uneditable": { + "hex": "#968F9DFF" + }, + "ui_interface_input_field_suggestion_text_color": { + "hex": "#857C8DFF" + }, + "ui_interface_generic_text_color": { + "hex": "#F2E7D9FF" + }, + "ui_tooltip_background_color": { + "hex": "#18131DFF" + }, + "info_color": { + "hex": "#0381FFFF" + }, + "success_color": { + "hex": "#69BA5DFF" + }, + "error_color": { + "hex": "#DC5048FF" + }, + "warning_color": { + "hex": "#E88E38FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#D86C2BFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#9658B46E" + }, + "layout_editor_grid_color_center": { + "hex": "#D86C2B82" + }, + "layout_editor_element_border_color_normal": { + "hex": "#D86C2BFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#F2984AFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#9C58D1FF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#E88E38FF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#7EBA56FF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#DC5048C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000080" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#F2E7D9FF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#46A88DFF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#246052FF" + }, + "menu_bar_close_icon_color": { + "hex": "#E8764AFF" + }, + "pip_docking_overlay_color": { + "hex": "#D86C2B50" + }, + "pip_docking_overlay_border_color": { + "hex": "#D86C2BC8" + }, + "pip_input_blocked_overlay_color": { + "hex": "#FFFFFF3C" + }, + "scroll_grabber_color_normal": { + "hex": "#5A53628C" + }, + "scroll_grabber_color_hover": { + "hex": "#786F81BE" + }, + "actions_entry_background_color_action": { + "hex": "#261F2CFF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#30273AFF" + }, + "actions_entry_background_color_if": { + "hex": "#21293AFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#28344BFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#2A213AFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#362B4CFF" + }, + "actions_entry_background_color_else": { + "hex": "#38281CFF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#463424FF" + }, + "actions_entry_background_color_while": { + "hex": "#1C312DFF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#243E38FF" + }, + "actions_entry_background_color_delay": { + "hex": "#3C341AFF" + }, + "actions_entry_background_color_delay_hover": { + "hex": "#4B4020FF" + }, + "actions_entry_background_color_execute_later": { + "hex": "#232D42FF" + }, + "actions_entry_background_color_execute_later_hover": { + "hex": "#2D3A54FF" + }, + "actions_entry_background_color_folder": { + "hex": "#37232DFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#462E3AFF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#241F28FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#2E2834FF" + }, + "actions_chain_indicator_color": { + "hex": "#89709EAA" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#E88E38D2" + }, + "actions_chain_indicator_selected_color": { + "hex": "#D4782BDC" + }, + "actions_minimap_background_color": { + "hex": "#141019D2" + }, + "actions_minimap_border_color": { + "hex": "#5C5568DC" + }, + "actions_minimap_viewport_color": { + "hex": "#FFFFFF20" + }, + "actions_minimap_viewport_border_color": { + "hex": "#BEAAC86E" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#E88E38DC" + }, + "bullet_list_dot_color_1": { + "hex": "#E88E38FF" + }, + "bullet_list_dot_color_2": { + "hex": "#AA6CCAFF" + }, + "bullet_list_dot_color_3": { + "hex": "#8CBA78FF" + }, + "input_field_suggestions_background_color": { + "hex": "#1E1924FF" + }, + "input_field_suggestions_text_color_normal": { + "hex": "#F2E7D9FF" + }, + "input_field_suggestions_text_color_selected": { + "hex": "#E88E38FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#7A7283FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#9C92A5FF" + }, + "text_editor_text_color": { + "hex": "#D8CEC1FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#E8764AFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#ECA058FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#84C660FF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#5EBEA8FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#6E9CECFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#AA76ECFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D674B0FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#DC5048FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#E88E38FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F2C058FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#6ACA84FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#5EA0AAFF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#E88E38FF" + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/user_variables.db b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/user_variables.db new file mode 100644 index 0000000..89be2ee --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/fancymenu/user_variables.db @@ -0,0 +1,44 @@ +type = user_variables + +variable { + name = is_first_time + value = true + reset_on_launch = false +} + +variable { + name = is_first_page + value = true + reset_on_launch = false +} + +variable { + name = is_last_page + value = false + reset_on_launch = false +} + +variable { + name = is_main_server + value = false + reset_on_launch = false +} + +variable { + name = intro_pages + value = 0 + reset_on_launch = false +} + +variable { + name = is_server_loading + value = true + reset_on_launch = false +} + +variable { + name = current_server + value = first-time + reset_on_launch = false +} + diff --git a/overrides/config/ferritecore.mixin.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/ferritecore.mixin.properties similarity index 100% rename from overrides/config/ferritecore.mixin.properties rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/ferritecore.mixin.properties diff --git a/overrides/config/iris-excluded.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/iris-excluded.json similarity index 100% rename from overrides/config/iris-excluded.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/iris-excluded.json diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/iris.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/iris.properties new file mode 100644 index 0000000..2aafb37 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/iris.properties @@ -0,0 +1,9 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Fri Jun 19 07:36:18 WIB 2026 +allowUnknownShaders=false +colorSpace=DCI_P3 +disableUpdateMessage=false +enableDebugOptions=false +enableShaders=false +maxShadowRenderDistance=32 +shaderPack=BSL_v10.1.3.zip diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-blocks.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-blocks.json new file mode 100644 index 0000000..5dfb657 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-blocks.json @@ -0,0 +1,6 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [ + "barrier" + ] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-entities.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-entities.json new file mode 100644 index 0000000..4f4c329 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-entities.json @@ -0,0 +1,10 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [ + "area_effect_cloud", + "firework_rocket", + "interaction", + "text_display", + "lightning_bolt" + ] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-mob-effects.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-mob-effects.json new file mode 100644 index 0000000..ff4c4e9 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/hide-mob-effects.json @@ -0,0 +1,4 @@ +{ + "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", + "values": [] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/jade.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/jade.json new file mode 100644 index 0000000..6f6bfd5 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/jade.json @@ -0,0 +1,136 @@ +{ + "enableProfiles": false, + "profileIndex": 0, + "general": { + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true, + "displayBosses": true, + "displayMode": "TOGGLE", + "fluidMode": "ANY", + "perspectiveMode": "CAMERA", + "extendedReach": 0.0, + "debug": false, + "itemModNameTooltip": true, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "hideFromTabList": true, + "hideFromGUIs": true + }, + "overlay": { + "activeTheme": "jade:dark", + "overlayPosX": 0.5, + "overlayPosY": 1.0, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "autoScaleThreshold": 0.4, + "alpha": 0.7, + "iconMode": "TOP", + "animation": true, + "disappearingDelay": 0.0 + }, + "formatting": { + "itemModNameStyle": { + "color": "blue", + "italic": true + } + }, + "accessibility": { + "enableTextToSpeech": false, + "ttsMode": "TOGGLE", + "enableAccessibilityPlugin": false, + "textBackgroundOpacity": 0.0, + "flipMainHand": false, + "narrateKeys": false + }, + "plugin": { + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "energy_storage.style": "PROGRESS_BAR", + "item_storage.normal_amount": 9, + "item_storage": true, + "harvest_tool": true, + "armor_stand": true, + "fluid_storage.detailed": false, + "next_entity_drop": true, + "energy_storage": true, + "entity_armor.max_for_render": 20, + "breaking_progress": true, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "shelf": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "jukebox": true, + "brewing_stand": true, + "potion_effects.limit": 7, + "energy_storage.detailed": false, + "note_block": true, + "fluid_storage.style": "PROGRESS_BAR", + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "lectern": true, + "entity_armor": true, + "pet_armor": "SHOW_DAMAGEABLE", + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": true, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "item_storage.sort": false, + "painting": true + }, + "jade_access": { + "npc_description": true, + "held_item": true, + "sign": true, + "block": true, + "entity": true, + "entity_variant": true + }, + "jade": { + "coordinates.rel": false, + "mod_name.translated": true, + "registry_name.special": false, + "block_states": false, + "distance": false, + "object_name": true, + "block_face": false, + "coordinates": false, + "registry_name": "OFF", + "block_properties": false, + "mod_name": "ON" + } + }, + "history": { + "previewOverlay": true, + "hintOverlayToggle": true, + "hintNarratorToggle": true, + "accessibilityModMemory": false, + "themesHash": -825076755, + "usersHash": [ + 728462108 + ] + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/1/jade.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/1/jade.json new file mode 100644 index 0000000..9b7847a --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/1/jade.json @@ -0,0 +1,125 @@ +{ + "name": "@jade.profile_preset.accessibility", + "general": { + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true, + "displayBosses": true, + "displayMode": "TOGGLE", + "fluidMode": "ANY", + "perspectiveMode": "CAMERA", + "extendedReach": 0.0, + "debug": false, + "itemModNameTooltip": true, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "hideFromTabList": true, + "hideFromGUIs": true + }, + "overlay": { + "activeTheme": "jade:dark", + "overlayPosX": 0.5, + "overlayPosY": 1.0, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "autoScaleThreshold": 0.4, + "alpha": 1.0, + "iconMode": "TOP", + "animation": false, + "disappearingDelay": 0.0 + }, + "formatting": { + "itemModNameStyle": { + "color": "blue", + "italic": true + } + }, + "accessibility": { + "enableTextToSpeech": false, + "ttsMode": "TOGGLE", + "enableAccessibilityPlugin": true, + "textBackgroundOpacity": 0.0, + "flipMainHand": false, + "narrateKeys": false + }, + "plugin": { + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "energy_storage.style": "PROGRESS_BAR", + "item_storage.normal_amount": 9, + "item_storage": true, + "harvest_tool": true, + "armor_stand": true, + "fluid_storage.detailed": false, + "next_entity_drop": true, + "energy_storage": true, + "entity_armor.max_for_render": 20, + "breaking_progress": true, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "shelf": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "jukebox": true, + "brewing_stand": true, + "potion_effects.limit": 7, + "energy_storage.detailed": false, + "note_block": true, + "fluid_storage.style": "PROGRESS_BAR", + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "lectern": true, + "entity_armor": true, + "pet_armor": "SHOW_DAMAGEABLE", + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": true, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "item_storage.sort": false, + "painting": true + }, + "jade_access": { + "npc_description": true, + "held_item": true, + "sign": true, + "block": true, + "entity": true, + "entity_variant": true + }, + "jade": { + "coordinates.rel": false, + "mod_name.translated": true, + "registry_name.special": false, + "block_states": false, + "distance": false, + "object_name": true, + "block_face": true, + "coordinates": false, + "registry_name": "OFF", + "block_properties": false, + "mod_name": "OFF" + } + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/2/jade.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/2/jade.json new file mode 100644 index 0000000..af3078d --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/2/jade.json @@ -0,0 +1,125 @@ +{ + "name": "@jade.profile_preset.minimalism", + "general": { + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true, + "displayBosses": true, + "displayMode": "LITE", + "fluidMode": "ANY", + "perspectiveMode": "CAMERA", + "extendedReach": 0.0, + "debug": false, + "itemModNameTooltip": true, + "bossBarOverlapMode": "HIDE_TOOLTIP", + "builtinCamouflage": true, + "hideFromTabList": true, + "hideFromGUIs": true + }, + "overlay": { + "activeTheme": "jade:dark/slim", + "overlayPosX": 0.5, + "overlayPosY": 1.0, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "autoScaleThreshold": 0.4, + "alpha": 0.0, + "iconMode": "INLINE", + "animation": true, + "disappearingDelay": 0.0 + }, + "formatting": { + "itemModNameStyle": { + "color": "blue", + "italic": true + } + }, + "accessibility": { + "enableTextToSpeech": false, + "ttsMode": "TOGGLE", + "enableAccessibilityPlugin": false, + "textBackgroundOpacity": 0.0, + "flipMainHand": false, + "narrateKeys": false + }, + "plugin": { + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "energy_storage.style": "PROGRESS_BAR", + "item_storage.normal_amount": 9, + "item_storage": true, + "harvest_tool": false, + "armor_stand": true, + "fluid_storage.detailed": false, + "next_entity_drop": true, + "energy_storage": true, + "entity_armor.max_for_render": 20, + "breaking_progress": false, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "shelf": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "jukebox": true, + "brewing_stand": true, + "potion_effects.limit": 7, + "energy_storage.detailed": false, + "note_block": true, + "fluid_storage.style": "PROGRESS_BAR", + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "lectern": true, + "entity_armor": true, + "pet_armor": "SHOW_DAMAGEABLE", + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": false, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "item_storage.sort": false, + "painting": true + }, + "jade_access": { + "npc_description": true, + "held_item": true, + "sign": true, + "block": true, + "entity": true, + "entity_variant": true + }, + "jade": { + "coordinates.rel": false, + "mod_name.translated": true, + "registry_name.special": false, + "block_states": false, + "distance": false, + "object_name": true, + "block_face": false, + "coordinates": false, + "registry_name": "OFF", + "block_properties": false, + "mod_name": "ON" + } + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/3/jade.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/3/jade.json new file mode 100644 index 0000000..1ecbbdd --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/profiles/3/jade.json @@ -0,0 +1,124 @@ +{ + "general": { + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true, + "displayBosses": true, + "displayMode": "TOGGLE", + "fluidMode": "ANY", + "perspectiveMode": "CAMERA", + "extendedReach": 0.0, + "debug": false, + "itemModNameTooltip": true, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "hideFromTabList": true, + "hideFromGUIs": true + }, + "overlay": { + "activeTheme": "jade:dark", + "overlayPosX": 0.5, + "overlayPosY": 1.0, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "autoScaleThreshold": 0.4, + "alpha": 0.7, + "iconMode": "TOP", + "animation": true, + "disappearingDelay": 0.0 + }, + "formatting": { + "itemModNameStyle": { + "color": "blue", + "italic": true + } + }, + "accessibility": { + "enableTextToSpeech": false, + "ttsMode": "TOGGLE", + "enableAccessibilityPlugin": false, + "textBackgroundOpacity": 0.0, + "flipMainHand": false, + "narrateKeys": false + }, + "plugin": { + "minecraft": { + "item_storage.show_name_amount": 5, + "furnace": true, + "harvest_tool.show_unbreakable": false, + "animal_owner": true, + "harvest_tool.effective_tool": true, + "energy_storage.style": "PROGRESS_BAR", + "item_storage.normal_amount": 9, + "item_storage": true, + "harvest_tool": true, + "armor_stand": true, + "fluid_storage.detailed": false, + "next_entity_drop": true, + "energy_storage": true, + "entity_armor.max_for_render": 20, + "breaking_progress": true, + "tnt_stability": true, + "item_storage.items_per_line": 9, + "item_frame": true, + "shelf": true, + "crop_progress": true, + "command_block": true, + "mob_growth": true, + "waxed": true, + "harvest_tool.new_line": false, + "entity_health.max_for_render": 40, + "entity_health.show_fractions": false, + "mob_spawner": true, + "redstone": true, + "fluid_storage": true, + "jukebox": true, + "brewing_stand": true, + "potion_effects.limit": 7, + "energy_storage.detailed": false, + "note_block": true, + "fluid_storage.style": "PROGRESS_BAR", + "beehive": true, + "item_storage.detailed_amount": 54, + "player_head": true, + "lectern": true, + "entity_armor": true, + "pet_armor": "SHOW_DAMAGEABLE", + "harvest_tool.creative": false, + "horse_stats": true, + "item_tooltip": true, + "entity_health": true, + "enchantment_power": true, + "zombie_villager": true, + "villager_profession": true, + "mob_breeding": true, + "entity_health.icons_per_line": 10, + "total_enchantment_power": true, + "potion_effects": true, + "item_storage.sort": false, + "painting": true + }, + "jade_access": { + "npc_description": true, + "held_item": true, + "sign": true, + "block": true, + "entity": true, + "entity_variant": true + }, + "jade": { + "coordinates.rel": false, + "mod_name.translated": true, + "registry_name.special": false, + "block_states": false, + "distance": false, + "object_name": true, + "block_face": false, + "coordinates": false, + "registry_name": "OFF", + "block_properties": false, + "mod_name": "ON" + } + } +} \ No newline at end of file diff --git a/overrides/config/viafabricplus/accounts.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/server-plugin-overrides.json similarity index 100% rename from overrides/config/viafabricplus/accounts.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/server-plugin-overrides.json diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/sort-order.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/sort-order.json new file mode 100644 index 0000000..0c20c10 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/jade/sort-order.json @@ -0,0 +1,64 @@ +{ + "jade:block_face": null, + "jade:block_properties": null, + "jade:block_states": null, + "jade:distance": null, + "jade:mod_name": null, + "jade:object_name": null, + "jade:registry_name": null, + "jade_access:block": null, + "jade_access:block_amount": null, + "jade_access:block_body": null, + "jade_access:entity": null, + "jade_access:entity_body": null, + "jade_access:entity_variant": null, + "jade_access:held_item": null, + "jade_access:npc_description": null, + "jade_access:sign": null, + "minecraft:animal_owner": null, + "minecraft:armor_stand": null, + "minecraft:beehive": null, + "minecraft:block_display": null, + "minecraft:brewing_stand": null, + "minecraft:campfire": null, + "minecraft:command_block": null, + "minecraft:crop_progress": null, + "minecraft:enchantment_power": null, + "minecraft:energy_storage": null, + "minecraft:energy_storage.default": null, + "minecraft:entity_armor": null, + "minecraft:entity_health": null, + "minecraft:falling_block": null, + "minecraft:fluid_storage": null, + "minecraft:fluid_storage.default": null, + "minecraft:furnace": null, + "minecraft:harvest_tool": null, + "minecraft:hopper_lock": null, + "minecraft:horse_stats": null, + "minecraft:item_ber": null, + "minecraft:item_display": null, + "minecraft:item_frame": null, + "minecraft:item_storage": null, + "minecraft:item_storage.default": null, + "minecraft:item_tooltip": null, + "minecraft:jukebox": null, + "minecraft:lectern": null, + "minecraft:mob_breeding": null, + "minecraft:mob_growth": null, + "minecraft:mob_spawner": null, + "minecraft:mob_spawner.cooldown": null, + "minecraft:next_entity_drop": null, + "minecraft:note_block": null, + "minecraft:painting": null, + "minecraft:pet_armor": null, + "minecraft:player_head": null, + "minecraft:potion_effects": null, + "minecraft:progress": null, + "minecraft:redstone": null, + "minecraft:shelf": null, + "minecraft:tnt_stability": null, + "minecraft:total_enchantment_power": null, + "minecraft:villager_profession": null, + "minecraft:waxed": null, + "minecraft:zombie_villager": null +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/libgui.json5 b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/libgui.json5 new file mode 100644 index 0000000..219ed6f --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/libgui.json5 @@ -0,0 +1,4 @@ +{ + // Whether dark mode should be enabled. Will only affect Vanilla-styled GUIs. + "darkMode": false +} \ No newline at end of file diff --git a/overrides/config/lithium.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/lithium.properties similarity index 100% rename from overrides/config/lithium.properties rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/lithium.properties diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/mcrgb/config.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/mcrgb/config.json new file mode 100644 index 0000000..87912b6 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/mcrgb/config.json @@ -0,0 +1 @@ +{"alwaysShowToolTips":false,"sliderConstantUpdate":true,"readJsonFile":false,"command":"give %p %i[%c] %q","bypassOP":false,"maxTooltipLines":15} \ No newline at end of file diff --git a/overrides/config/modmenu.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/modmenu.json similarity index 100% rename from overrides/config/modmenu.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/modmenu.json diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/packetfixer.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/packetfixer.properties new file mode 100644 index 0000000..6d5b635 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/packetfixer.properties @@ -0,0 +1,18 @@ +#Packet Fixer config file. +#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3. +#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize. +#Fri Jun 19 07:35:52 WIB 2026 +allSizesUnlimited=true +chunkPacketData=2097152 +decoderSize=8388608 +forceUnlimitedNbtEnabled=false +keepAliveTimeout=120 +loginTimeout=120 +nbtMaxSize=2097152 +packetSize=1048576 +playerIdleTimeout=0 +readTimeout=120 +stringSize=32767 +varInt=5 +varInt21=3 +varLong=10 diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/replaymod.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/replaymod.json new file mode 100644 index 0000000..9470f71 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/replaymod.json @@ -0,0 +1,66 @@ +{ + "core": { + "notifications": true + }, + "advanced": { + "recordingPath": "./replay_recordings/", + "cachePath": "./.replay_cache/", + "renderPath": "./replay_videos/", + "skipPostRenderGui": false, + "askForOpenEye": true, + "skipPostScreenshotGui": false, + "fullBrightness": "replaymod.gui.settings.fullbrightness.gamma", + "fullBrightness_valid_values": [ + "replaymod.gui.settings.fullbrightness.gamma", + "replaymod.gui.settings.fullbrightness.nightvision", + "replaymod.gui.settings.fullbrightness.both" + ] + }, + "recording": { + "recordSingleplayer": true, + "recordServer": true, + "indicator": true, + "autoStartRecording": true, + "autoPostProcess": true, + "renameDialog": true + }, + "replay": { + "showChat": true, + "showServerIPs": true, + "camera": "replaymod.camera.classic", + "camera_valid_values": [ + "replaymod.camera.classic", + "replaymod.camera.vanilla" + ], + "legacyMainMenuButton": false, + "mainMenuButton": "BIG", + "mainMenuButton_valid_values": [ + "BIG", + "DEFAULT", + "TOP_LEFT", + "TOP_RIGHT", + "LEFT_OF_SINGLEPLAYER", + "RIGHT_OF_SINGLEPLAYER", + "LEFT_OF_MULTIPLAYER", + "RIGHT_OF_MULTIPLAYER", + "LEFT_OF_REALMS", + "RIGHT_OF_REALMS", + "LEFT_OF_MODS", + "RIGHT_OF_MODS" + ] + }, + "render": { + "frameTimeFromWorldTime": false + }, + "simplepathing": { + "pathpreview": true, + "autosync": true, + "timelineLength": 1800, + "interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name", + "interpolator_valid_values": [ + "replaymod.gui.editkeyframe.interpolator.catmullrom.name", + "replaymod.gui.editkeyframe.interpolator.cubic.name", + "replaymod.gui.editkeyframe.interpolator.linear.name" + ] + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-fingerprint.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-fingerprint.json new file mode 100644 index 0000000..6a8d179 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-fingerprint.json @@ -0,0 +1 @@ +{"v":1,"s":"665dfd3f91b579ee051e390b3e9dd2b6832f9c539e2d5c8bec1d76b9677db562e4b87de735a3be46db36c50d47d3886af7a9813e849e8651d5b6590fa55054d1","u":"efa6a9c86e220122f0a7fc4103f243aad086cb45a9b02970406cb99a394dea3a3d1d42a199b92d00d54d540410a9de22062e967ed1b18d8c09cbf4ae28fc8eed","p":"21e252dd1fd48c30ebb24f466db7b354d7f8d0c0143a155ef9002380bbfa9a0b9b695a6bec847d1bfaf228bcfb978bd871fb6637779a01fbac9f01a21e05bef4","t":1781012382} \ No newline at end of file diff --git a/overrides/config/sodium-mixins.properties b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-mixins.properties similarity index 100% rename from overrides/config/sodium-mixins.properties rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-mixins.properties diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-options.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-options.json new file mode 100644 index 0000000..bdf0c86 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/sodium-options.json @@ -0,0 +1,30 @@ +{ + "quality": { + "hidden_fluid_culling": true, + "improved_fluid_shaping": false, + "use_closest_point_entity_sort": false, + "pixel_filtering_mode": "NEAREST" + }, + "performance": { + "chunk_builder_threads": 0, + "chunk_build_defer_mode": "ALWAYS", + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_no_error_g_l_context": true, + "quad_splitting_mode": "OFF" + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "debug": { + "terrain_sorting_enabled": true + }, + "notifications": { + "has_cleared_donation_button": true, + "has_seen_donation_prompt": true + } +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/transition.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/transition.json new file mode 100644 index 0000000..9467fb4 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/transition.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "userConsentedToSendCrashReports": false, + "disableRecipeBookCodes": false +} \ No newline at end of file diff --git a/overrides/config/trender.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/trender.json similarity index 100% rename from overrides/config/trender.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/trender.json diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/accounts.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/accounts.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/accounts.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/overrides/config/viafabricplus/settings.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/settings.json similarity index 100% rename from overrides/config/viafabricplus/settings.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/settings.json diff --git a/overrides/config/viafabricplus/viaaprilfools.yml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viaaprilfools.yml similarity index 100% rename from overrides/config/viafabricplus/viaaprilfools.yml rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viaaprilfools.yml diff --git a/overrides/config/viafabricplus/viabackwards.yml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabackwards.yml similarity index 100% rename from overrides/config/viafabricplus/viabackwards.yml rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabackwards.yml diff --git a/overrides/config/viafabricplus/viabedrock.yml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabedrock.yml similarity index 100% rename from overrides/config/viafabricplus/viabedrock.yml rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabedrock.yml diff --git a/overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd similarity index 100% rename from overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd diff --git a/overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi similarity index 100% rename from overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi diff --git a/overrides/config/viafabricplus/vialegacy.yml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/vialegacy.yml similarity index 100% rename from overrides/config/viafabricplus/vialegacy.yml rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/vialegacy.yml diff --git a/overrides/config/viafabricplus/viaversion.yml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viaversion.yml similarity index 100% rename from overrides/config/viafabricplus/viaversion.yml rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/viafabricplus/viaversion.yml diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/watermedia.toml b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/watermedia.toml new file mode 100644 index 0000000..cfa820e --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/watermedia.toml @@ -0,0 +1,122 @@ +[decoders] + # Decoder fails when PNG chunk data doesn't match with the CRC + pngFailOnCorruptedData = true + + # Hard cap (in MB) for image downloads consumed by TxMediaPlayer + # Sources above this limit are aborted before full buffering + # Allows math expressions + # Value must be greater than 1 + maxImageSourceBytesMB = 128 + + # Use the PNG bKGD chunk as the disposal background colour + # When false, transparent disposal is used (recommended for compositing). + pngUseBKGDChunk = false + +[network] + # Enables file storage server + # Used only on server-side + enableServer = false + + # Force-Enable file storage server even on client-side + # NOTE: this doesn't mean that the server will be accessible from other devices, you need to open the port and set the remoteHost to your public IP or domain + forceEnableServer = false + + # Maximum upload file size in megabytes, files larger than this will be rejected by the server + # Zero means unlimited, but be careful with that if your users aren't trustworthy enough + # NOTE: this doesn't affect manual file uploads to the server storage folder or existing files, but only uploads through the API + # Used only on server-side + # Allows math expressions + # Value must be greater than 0 + maxUploadSizeMB = 8 + + # Sets file storage server port, ask to your provider if the port is open worldwide before start the server or blame the lib + # Used only on server-side + # Value must be less than '65535' and greater than '1' + serverPort = 25580 + + # Sets the remote file server to upload and download files, it must match your game server IP or domain with the given port + # Used only on client-side + # Value must match with ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)+([A-Za-z]|[A-Za-z][A-Za-z0-9\-]*[A-Za-z0-9])$ + # Allows (non-null) empty values + remoteHost = "http://localhost:25580/" + + # The password to access the server, change this every time you have to update your server and the client to prevent external access and bandwidth abuse + # Used on server-side and client-side + # Value must contain + # Allows (non-null) empty values + token = "watermedia_default_token_change_it" + + # Default connect/read timeout for NetworkRequest, in milliseconds + # Value must be less than '600000' and greater than '1000' + requestTimeoutMs = 15000 + + # Maximum number of redirect hops NetworkRequest will follow before aborting + # Value must be less than '50' and greater than '0' + maxRedirects = 10 + + # Hard cap (in bytes) for NetworkRequest text/JSON bodies — anything larger throws + # Allows math expressions + # Value must be greater than 1024 + maxTextBytes = 16777216 + +[media] + # Cleanup Interval in Minutes for all expired MRL or with errors (memory saver) + # MRL manager usually doesn't consume much memory, intervals below 60 minutes will not reduce memory consumption at all + mrlManagerCleanupInterval = 60.0 + + # Default quality for streaming media without a specified quality + # Accepted values are: [UNKNOWN, Q144P, LOWEST, LOWER, LOW, MEDIUM, HIGH, HIGHER, HIGHEST, Q8K] + defaultQuality = "HIGHER" + + # Disables FFMPEG engine (AT ALL) + disableFFMPEG = false + + # Configures how many audio packets read when video has an audio slave + # Increment this value if you find YouTube videos with slow playback + # Value must be less than '12' and greater than '1' + ffmpegSlavePacketReads = 3 + + # Animated images with this many frames or fewer are uploaded as one GL texture per frame + # Set to 0 to force TxMediaPlayer to stream animated image frames into a single texture + # Value must be less than '64' and greater than '0' + txMultiTextureFrameThreshold = 5 + + # Enables the on-disk HTTP image cache used by TxMediaPlayer + txNetworkCache = true + + # Enables the on-disk HTTP media cache used by FFMediaPlayer for small files + ffmpegNetworkCache = true + + # Maximum FFMediaPlayer network response size to cache, in megabytes + # Allows math expressions + # Value must be greater than 1 + ffmpegNetworkCacheMaxBytesMB = 10 + + # FFMediaPlayer stream probing duration (FFmpeg analyzeduration), in milliseconds + # Higher values help FFmpeg detect audio/video parameters (sample rate, channels) on slow or live HLS streams, at the cost of startup latency + # Zero leaves FFmpeg's own default in place + # Value must be less than '60000' and greater than '0' + ffmpegAnalyzeDurationMs = 7000 + + # FFMediaPlayer stream probing size (FFmpeg probesize), in megabytes + # Higher values let FFmpeg read more data while detecting stream parameters, improving codec detection on streams with sparse headers + # Allows math expressions + # Value must be greater than 1 + ffmpegProbeSizeMB = 10 + + # Adds this path to the discovery path + # Path must not be the fat ffmpeg.exe file + # path must be a runtime path + customFFMPEGPath = "C:\\Users\\HYPE R Series\\curseforge\\minecraft\\Instances\\BTE Modpack 1.21.11" + +[media.platforms] + # BiliBili session cookie for authenticated access + # Without it only 360p/480p are available, with a free account up to 1080p, VIP up to 8K + # Value should look like: SESSDATA=abc123; bili_jct=def456; DedeUserID=789 + # Value must contain + # Allows (non-null) empty values + biliBiliCookie = "" + + # Allow resolving streams/videos marked as mature content (e.g. Kick). + # When false, mature streams throw and never reach the player. + allowMatureContent = false diff --git a/overrides/config/worldeditcui.config.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/worldeditcui.config.json similarity index 100% rename from overrides/config/worldeditcui.config.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/worldeditcui.config.json diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/client.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/client.cfg new file mode 100644 index 0000000..13b80b8 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/client.cfg @@ -0,0 +1 @@ +current_profile = default diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/common.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/common.cfg new file mode 100644 index 0000000..d9bc3cb --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/common.cfg @@ -0,0 +1,5 @@ +default_enforced_profile = default +enforced_profile_permission_node = xaero.lib.enforced_server_profile +allow_internet_access = true +everyone_tracks_everyone = false +edit_server_profiles_permission_node = xaero.lib.edit_server_profiles diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/profiles/default.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/profiles/default.cfg new file mode 100644 index 0000000..f0fa9f0 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/profiles/default.cfg @@ -0,0 +1,6 @@ +############ +## Client Config Profile "default" +## + +profile_name = Default +ignore_enforcement_if_edit_permission = false diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/server_profiles/default.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/server_profiles/default.cfg new file mode 100644 index 0000000..79fc867 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/lib/server_profiles/default.cfg @@ -0,0 +1,5 @@ +############ +## Server Config Profile "default" +## + +profile_name = Default diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/client.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/client.cfg new file mode 100644 index 0000000..d269707 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/client.cfg @@ -0,0 +1,8 @@ +current_profile = default +update_notifications = true +ignored_update = 383 +allow_wrong_world_teleport = false +differentiate_by_server_address = true +debug_entity_icons = false +debug_entity_variant_ids = false +waypoint_mutual_edit = true diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/common.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/common.cfg new file mode 100644 index 0000000..4219acc --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/common.cfg @@ -0,0 +1,3 @@ +default_enforced_profile = default +enforced_profile_permission_node = xaero.minimap.enforced_server_profile +register_minimap_status_effects = true diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/default_radar_categories_client.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/default_radar_categories_client.json new file mode 100644 index 0000000..f7ab2ff --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/default_radar_categories_client.json @@ -0,0 +1,191 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:glow_item_frame", + "minecraft:item_frame" + ], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": { + "displayed": true, + "displayHeight": 0.0, + "heightBasedFade": true, + "renderOrder": 0.0, + "color": 13.0, + "displayNameWhenIconFails": true, + "entityNumber": 1000.0, + "alwaysDisplayNametags": false, + "startFadingAt": 0.0, + "dotSize": 2.0, + "renderOverMinimapFrame": 1.0, + "icons": 1.0, + "heightLimit": 20.0, + "names": 0.0, + "iconScale": 1.0 + }, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": { + "renderOrder": 2.0, + "color": 14.0 + }, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": { + "renderOrder": 6.0, + "heightLimit": 2050.0, + "color": 15.0 + }, + "subCategories": [ + { + "hardInclude": "nothing", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friend", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "tracked", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_tracked", + "protection": true, + "settingOverrides": { + "icons": 2.0 + }, + "subCategories": [] + }, + { + "hardInclude": "same-team", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_same_team", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_teams", + "protection": true, + "settingOverrides": { + "renderOrder": 7.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": { + "renderOrder": 3.0 + }, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 5.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 4.0 + }, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": { + "renderOrder": 1.0, + "color": 12.0 + }, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": { + "color": 5.0 + }, + "subCategories": [] + } + ] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/default_radar_categories_server.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/default_radar_categories_server.json new file mode 100644 index 0000000..09fe5a8 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/default_radar_categories_server.json @@ -0,0 +1,150 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "nothing", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friend", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "tracked", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_tracked", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "same-team", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_same_team", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_teams", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + } + ] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly_tamed", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + } + ] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/default.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/default.cfg new file mode 100644 index 0000000..69f9bc5 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/default.cfg @@ -0,0 +1,116 @@ +############ +## Client Config Profile "default" +## + +profile_name = Default +ignore_enforcement_if_edit_permission = false +display_minimap = true +minimap_item = - +minimap_safe_mode = false +minimap_ui_scale = 1 +entity_radar_categories = This option's value is saved to sub-folder "entity_radar_categories". +display_radar = true +radar_dots_style = 0 +radar_smooth_dots = true +radar_name_scale = 1.0 +radar_main_entity = 0 +radar_main_dot_size = 2 +radar_hide_invisible_entities = true +minimap_arrow_scale = 1.5 +minimap_arrow_color = 0 +minimap_arrow_opacity = 100 +tracked_players_on_minimap = true +tracked_players_in_world = true +tracked_player_minimap_icon_scale = 0 +tracked_player_world_icon_scale = 0 +tracked_player_world_name_scale = 0 +waypoints_in_world = true +waypoints_on_minimap = true +waypoints_all_sets = false +deathpoints = true +old_deathpoints = true +delete_reached_deathpoints = true +switch_auto_waypoints_on_death = true +waypoint_icon_scale_in_world = 0 +waypoint_name_scale_in_world = 0 +waypoint_close_scale_in_world = 1.0 +waypoint_distance_scale_in_world = 0 +multiple_waypoints_info = 1 +waypoint_distance_in_world = 1 +waypoint_name_in_world = true +waypoint_short_distance_in_world = false +waypoint_vertical_pointing_angle = 180 +waypoint_horizontal_pointing_angle = 10 +waypoint_max_distance = 0 +waypoint_max_distance_dimension_scale = true +waypoint_min_distance_in_world = 0.0 +waypoint_convert_distance_to_km_at = 10000 +waypoint_distance_precision = 1 +waypoint_opacity_in_world = 80 +waypoint_opacity_on_minimap = 90 +waypoint_icon_scale_on_minimap = 0 +temporary_waypoints_global = true +default_waypoint_teleport_format = /tp @s {x} {y} {z} +default_waypoint_teleport_rotation_format = /tp @s {x} {y} {z} {yaw} ~ +waypoint_teleport_cross_dimension = true +waypoint_partial_y_teleport = true +new_waypoints_to_bottom = false +hide_world_names = 1 +minimap_compass_over_everything = true +hide_waypoint_coordinates = false +minimap_compass_location = 1 +minimap_compass_shadow_color = 9 +minimap_compass_north_shadow_color = -1 +minimap_compass_scale = 0 +minimap_block_colors = 0 +minimap_biomes_in_vanilla_colors = false +minimap_cave_mode_allowed = true +minimap_auto_cave_mode = 2 +minimap_cave_mode_allowed_dimensions = [] +minimap_manual_cave_mode_start = -1 +minimap_cave_mode_depth = 30 +minimap_legible_cave_maps = false +minimap_cave_mode_toggle_timer = 1000.0 +minimap_biome_blending = true +minimap_display_world_map_chunks = true +minimap_terrain_depth = true +minimap_terrain_slopes = 2 +minimap_display_redstone = true +minimap_display_flowers = true +minimap_block_transparency = true +minimap_display_stained_glass = true +minimap_adjust_height_for_short_blocks = true +minimap_anti_aliasing = true +minimap_size = 170 +minimap_shape = 0 +minimap_north_locked = false +minimap_zoom = 2 +minimap_cave_mode_extra_zoom = 1 +minimap_enlarged_zoom = 0 +minimap_centered_when_enlarged = false +keep_enlarged_minimap_unlocked = false +minimap_toggled_enlarged = false +minimap_lighting = true +minimap_opacity = 100 +minimap_frame = 0 +minimap_frame_color = 0 +hide_minimap_under_screen = true +hide_minimap_under_f3 = true +boss_health_push_box = 1 +potion_effect_push_box = 1 +minimap_chunk_grid = -1 +minimap_chunk_grid_line_width = 1 +minimap_slime_chunks = false +minimap_open_slime_chunks_screen = true +minimap_light_overlay_type = 0 +minimap_light_overlay_max_light = 7 +minimap_light_overlay_min_light = 0 +minimap_light_overlay_color = 13 +minimap_display_opac_claims = true +minimap_opac_claim_fill_opacity = 46 +minimap_opac_claim_border_opacity = 80 +minimap_display_opac_current_claim = true +minimap_info_display_background_opacity = 40 +minimap_info_display_alignment = 0 +info_display_config = This option's value is saved to sub-folder "info_display_config". +hud_render_layer = 1 diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/entity_radar_categories/default.cfg.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/entity_radar_categories/default.cfg.json new file mode 100644 index 0000000..46474f8 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/entity_radar_categories/default.cfg.json @@ -0,0 +1,191 @@ +{ + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:glow_item_frame", + "minecraft:item_frame" + ], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": { + "displayHeight": 0.0, + "displayed": true, + "heightBasedFade": true, + "renderOrder": 0.0, + "color": 13.0, + "displayNameWhenIconFails": true, + "entityNumber": 1000.0, + "alwaysDisplayNametags": false, + "dotSize": 2.0, + "startFadingAt": 0.0, + "renderOverMinimapFrame": 1.0, + "icons": 1.0, + "heightLimit": 20.0, + "names": 0.0, + "iconScale": 1.0 + }, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": { + "renderOrder": 2.0, + "color": 14.0 + }, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": { + "renderOrder": 6.0, + "heightLimit": 2050.0, + "color": 15.0 + }, + "subCategories": [ + { + "hardInclude": "nothing", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friend", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "tracked", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_tracked", + "protection": true, + "settingOverrides": { + "icons": 2.0 + }, + "subCategories": [] + }, + { + "hardInclude": "same-team", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_same_team", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_teams", + "protection": true, + "settingOverrides": { + "renderOrder": 7.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": { + "renderOrder": 3.0 + }, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 5.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 4.0 + }, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": { + "renderOrder": 1.0, + "color": 12.0 + }, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "includeListInSuperCategory": true, + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": { + "color": 5.0 + }, + "subCategories": [] + } + ] +} \ No newline at end of file diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/info_display_config/default.cfg.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/info_display_config/default.cfg.txt new file mode 100644 index 0000000..14d1ace --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/profiles/info_display_config/default.cfg.txt @@ -0,0 +1,15 @@ +infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world +infoDisplay:coords:true:15:-1 +infoDisplay:overworld_coords:false:15:-1 +infoDisplay:chunk_coords:false:15:-1 +infoDisplay:angles:false:15:-1 +infoDisplay:dimension:false:15:-1 +infoDisplay:biome:false:15:-1 +infoDisplay:weather:false:15:-1 +infoDisplay:light_level:0:15:-1 +infoDisplay:time:0:15:-1 +infoDisplay:real_time:0:15:-1 +infoDisplay:highlights:true:15:-1 +infoDisplay:light_overlay_indicator:true:15:-1 +infoDisplay:manual_cave_mode_indicator:true:15:-1 +infoDisplay:custom_sub_world:true:15:-1 diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/server_profiles/default.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/server_profiles/default.cfg new file mode 100644 index 0000000..79fc867 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/minimap/server_profiles/default.cfg @@ -0,0 +1,5 @@ +############ +## Server Config Profile "default" +## + +profile_name = Default diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/client.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/client.cfg new file mode 100644 index 0000000..3112f0b --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/client.cfg @@ -0,0 +1,16 @@ +current_profile = default +ignored_update = 180 +update_notifications = true +reload_viewed = false +reload_viewed_version = 0 +debug = false +cave_mode_start_y = 2147483647 +png_export_in_multiple_images = false +png_export_night = false +png_export_scale_down_square = 20 +png_export_highlights = false +differentiate_by_server_address = true +display_disabled_waypoints = false +close_waypoints_after_hopping = true +only_display_current_map_waypoints = false +global_version = 1 diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/common.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/common.cfg new file mode 100644 index 0000000..f34b48c --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/common.cfg @@ -0,0 +1,3 @@ +default_enforced_profile = default +enforced_profile_permission_node = xaero.world_map.enforced_server_profile +register_status_effects = true diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/profiles/default.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/profiles/default.cfg new file mode 100644 index 0000000..8483210 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/profiles/default.cfg @@ -0,0 +1,51 @@ +############ +## Client Config Profile "default" +## + +profile_name = Default +ignore_enforcement_if_edit_permission = false +lighting = true +block_colors = 0 +load_new_chunks = true +update_chunks = true +terrain_depth = true +terrain_slopes = 2 +footsteps = true +display_coordinates = true +waypoints = true +render_waypoints = true +waypoint_backgrounds = true +waypoint_scale = 1.0 +biome_blending = true +biome_colors_in_vanilla = false +minimum_zoom_for_local_waypoints = 0.0 +adjust_height_for_short_blocks = true +display_flowers = true +display_stained_glass = true +cave_mode_allowed = true +cave_mode_allowed_dimensions = [] +cave_mode_depth = 30 +legible_cave_maps = false +auto_cave_mode = 0 +cave_mode_toggle_timer = 1.0 +default_cave_mode_type = 1 +display_cave_mode_start = true +map_writing_distance = -1 +display_player_as_arrow = true +opening_animation = true +arrow_color = -2 +display_zoom = true +display_hovered_biome = true +zoom_buttons = true +detect_ambiguous_y = true +default_map_teleport_command_format = /tp @s {x} {y} {z} +default_map_teleport_command_dimension_format = /execute as @s in {d} run tp {x} {y} {z} +default_player_teleport_command_format = /tp @s {name} +map_teleport_allowed = true +partial_y_teleport = true +display_opac_claims = true +opac_claims_border_opacity = 80 +opac_claims_fill_opacity = 46 +map_item = - +display_minimap_radar = true +display_tracked_players = true diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/server_profiles/default.cfg b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/server_profiles/default.cfg new file mode 100644 index 0000000..79fc867 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaero/world-map/server_profiles/default.cfg @@ -0,0 +1,5 @@ +############ +## Server Config Profile "default" +## + +profile_name = Default diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaerohud.txt b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaerohud.txt new file mode 100644 index 0000000..ef2c958 --- /dev/null +++ b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaerohud.txt @@ -0,0 +1 @@ +module;id=xaerominimap:minimap;x=-10;y=-2;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false; diff --git a/overrides/config/fancymenu/assets/test.json b/CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaeropatreon.txt similarity index 100% rename from overrides/config/fancymenu/assets/test.json rename to CurseForge/BTE ASEAN-21_1.2.0/overrides/config/xaeropatreon.txt diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/mods/Open-Server-Map-1.1-1.21.X.jar b/CurseForge/BTE ASEAN-21_1.2.0/overrides/mods/Open-Server-Map-1.1-1.21.X.jar new file mode 100644 index 0000000..6c93a5c Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/mods/Open-Server-Map-1.1-1.21.X.jar differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/overrides/mods/replaymod-1.21.11-2.6.26.jar b/CurseForge/BTE ASEAN-21_1.2.0/overrides/mods/replaymod-1.21.11-2.6.26.jar new file mode 100644 index 0000000..c3d3cb4 Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/overrides/mods/replaymod-1.21.11-2.6.26.jar differ diff --git a/CurseForge/BTE ASEAN-21_1.2.0/profileImage/Frame 97.png b/CurseForge/BTE ASEAN-21_1.2.0/profileImage/Frame 97.png new file mode 100644 index 0000000..ee2f31a Binary files /dev/null and b/CurseForge/BTE ASEAN-21_1.2.0/profileImage/Frame 97.png differ diff --git a/CurseForge/BTE ASEAN-26_1.2.0.zip b/CurseForge/BTE ASEAN-26_1.2.0.zip new file mode 100644 index 0000000..716dd85 Binary files /dev/null and b/CurseForge/BTE ASEAN-26_1.2.0.zip differ diff --git a/CurseForge/BTE Modpack Pre-release-1.0.0.zip b/CurseForge/BTE Modpack Pre-release-1.0.0.zip new file mode 100644 index 0000000..79b4bfe Binary files /dev/null and b/CurseForge/BTE Modpack Pre-release-1.0.0.zip differ diff --git a/ModpackBanner.png b/ModpackBanner.png new file mode 100644 index 0000000..7dcec2d Binary files /dev/null and b/ModpackBanner.png differ diff --git a/Modrinth/BTE ASEAN-21_1.0.0-beta.mrpack b/Modrinth/BTE ASEAN-21_1.0.0-beta.mrpack new file mode 100644 index 0000000..2df33dc Binary files /dev/null and b/Modrinth/BTE ASEAN-21_1.0.0-beta.mrpack differ diff --git a/Modrinth/BTE ASEAN-21_1.0.4-beta.mrpack b/Modrinth/BTE ASEAN-21_1.0.4-beta.mrpack new file mode 100644 index 0000000..417488f Binary files /dev/null and b/Modrinth/BTE ASEAN-21_1.0.4-beta.mrpack differ diff --git a/Modrinth/BTE ASEAN-21_1.1.0-Release.mrpack b/Modrinth/BTE ASEAN-21_1.1.0-Release.mrpack new file mode 100644 index 0000000..ec6335d Binary files /dev/null and b/Modrinth/BTE ASEAN-21_1.1.0-Release.mrpack differ diff --git a/Modrinth/BTE ASEAN-21_1.2.0.mrpack b/Modrinth/BTE ASEAN-21_1.2.0.mrpack new file mode 100644 index 0000000..840216e Binary files /dev/null and b/Modrinth/BTE ASEAN-21_1.2.0.mrpack differ diff --git a/Modrinth/BTE ASEAN-26_1.1.0-Release.mrpack b/Modrinth/BTE ASEAN-26_1.1.0-Release.mrpack new file mode 100644 index 0000000..0f4c815 Binary files /dev/null and b/Modrinth/BTE ASEAN-26_1.1.0-Release.mrpack differ diff --git a/Modrinth/BTE ASEAN-26_1.2.0.mrpack b/Modrinth/BTE ASEAN-26_1.2.0.mrpack new file mode 100644 index 0000000..d386826 Binary files /dev/null and b/Modrinth/BTE ASEAN-26_1.2.0.mrpack differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8269911 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +![ModpackBanner](https://github.com/ASEAN-Build-The-Earth/modpack/blob/dev/ModpackBanner.png) + +# BuildTheEarth ~Unofficial~ ASEAN (for now :P) Modpack for 26.1.2 +This Modpack gonna be have only 26.1.2 versions, and will have Three different Files for Importing to Modrinth, CurseForge, and Universal / MultiMC. Why only 26.1.2? cause this version supports all BTE Server without issues, at least for now! Quick tips do not Update any pre-installed Mods, it might broke the Modpack (crashing X_X). + +## Feature : +The Main feature of this Modpack is on the FancyMenu's Mod Layout by giving a whole new Playfull User Interfaces. +Not only that, this Modpack makes it easier for you to install Important Mods to begin Exploring or Building in BuildTheEarth. + +# 1.2.1 Updates +- Fixing Discconecting Screen in due to Connections error layout. +- Removing slideshow backgrounds on settings, this allow you see changes on Point on View easily. + +## Credits to : +- Replay Mod by CrushedPixel and johni0702. +- FancyMenu, Konkrete, & Melody mods by Keksuccino. +- For all Great Mods that have been Built-in this Modpack <3 + diff --git a/modrinth.index.json b/old-modpack/modrinth.index.json similarity index 100% rename from modrinth.index.json rename to old-modpack/modrinth.index.json diff --git a/overrides/config/DistantHorizons.toml b/old-modpack/overrides/config/DistantHorizons.toml similarity index 100% rename from overrides/config/DistantHorizons.toml rename to old-modpack/overrides/config/DistantHorizons.toml diff --git a/overrides/config/ViaBackwards/config.yml b/old-modpack/overrides/config/ViaBackwards/config.yml similarity index 100% rename from overrides/config/ViaBackwards/config.yml rename to old-modpack/overrides/config/ViaBackwards/config.yml diff --git a/overrides/config/ViaFabric/viafabric.yml b/old-modpack/overrides/config/ViaFabric/viafabric.yml similarity index 100% rename from overrides/config/ViaFabric/viafabric.yml rename to old-modpack/overrides/config/ViaFabric/viafabric.yml diff --git a/overrides/config/ViaFabric/viaversion.yml b/old-modpack/overrides/config/ViaFabric/viaversion.yml similarity index 100% rename from overrides/config/ViaFabric/viaversion.yml rename to old-modpack/overrides/config/ViaFabric/viaversion.yml diff --git a/overrides/config/axiom/.axiom.json.backup b/old-modpack/overrides/config/axiom/.axiom.json.backup similarity index 100% rename from overrides/config/axiom/.axiom.json.backup rename to old-modpack/overrides/config/axiom/.axiom.json.backup diff --git a/overrides/config/axiom/axiom.json b/old-modpack/overrides/config/axiom/axiom.json similarity index 100% rename from overrides/config/axiom/axiom.json rename to old-modpack/overrides/config/axiom/axiom.json diff --git a/overrides/config/axiom/imgui.ini b/old-modpack/overrides/config/axiom/imgui.ini similarity index 100% rename from overrides/config/axiom/imgui.ini rename to old-modpack/overrides/config/axiom/imgui.ini diff --git a/overrides/config/camerautils/camerautils.properties b/old-modpack/overrides/config/camerautils/camerautils.properties similarity index 100% rename from overrides/config/camerautils/camerautils.properties rename to old-modpack/overrides/config/camerautils/camerautils.properties diff --git a/old-modpack/overrides/config/chat_heads.json5 b/old-modpack/overrides/config/chat_heads.json5 new file mode 100644 index 0000000..287d063 --- /dev/null +++ b/old-modpack/overrides/config/chat_heads.json5 @@ -0,0 +1,10 @@ +{ + "renderPosition": "BEFORE_NAME", + "threeDeeNess": 0.0, + "offsetNonPlayerText": true, + "senderDetection": "UUID_AND_HEURISTIC", + "smartHeuristics": true, + "handleSystemMessages": true, + "drawShadow": true, + "nameAliases": { } +} \ No newline at end of file diff --git a/overrides/config/chatanimation.json b/old-modpack/overrides/config/chatanimation.json similarity index 100% rename from overrides/config/chatanimation.json rename to old-modpack/overrides/config/chatanimation.json diff --git a/overrides/config/craftpresence.json b/old-modpack/overrides/config/craftpresence.json similarity index 100% rename from overrides/config/craftpresence.json rename to old-modpack/overrides/config/craftpresence.json diff --git a/overrides/config/drippyloadingscreen/options.txt b/old-modpack/overrides/config/drippyloadingscreen/options.txt similarity index 100% rename from overrides/config/drippyloadingscreen/options.txt rename to old-modpack/overrides/config/drippyloadingscreen/options.txt diff --git a/overrides/config/entityculling.json b/old-modpack/overrides/config/entityculling.json similarity index 100% rename from overrides/config/entityculling.json rename to old-modpack/overrides/config/entityculling.json diff --git a/overrides/config/fabric/indigo-renderer.properties b/old-modpack/overrides/config/fabric/indigo-renderer.properties similarity index 100% rename from overrides/config/fabric/indigo-renderer.properties rename to old-modpack/overrides/config/fabric/indigo-renderer.properties diff --git a/overrides/config/fancymenu/assets/animations/nullskill/animation.properties b/old-modpack/overrides/config/fancymenu/assets/animations/nullskill/animation.properties similarity index 100% rename from overrides/config/fancymenu/assets/animations/nullskill/animation.properties rename to old-modpack/overrides/config/fancymenu/assets/animations/nullskill/animation.properties diff --git a/overrides/config/fancymenu/assets/animations/nullskill/audio/introaudio.wav b/old-modpack/overrides/config/fancymenu/assets/animations/nullskill/audio/introaudio.wav similarity index 100% rename from overrides/config/fancymenu/assets/animations/nullskill/audio/introaudio.wav rename to old-modpack/overrides/config/fancymenu/assets/animations/nullskill/audio/introaudio.wav diff --git a/overrides/config/fancymenu/assets/animations/nullskill/audio/mainaudio.wav b/old-modpack/overrides/config/fancymenu/assets/animations/nullskill/audio/mainaudio.wav similarity index 100% rename from overrides/config/fancymenu/assets/animations/nullskill/audio/mainaudio.wav rename to old-modpack/overrides/config/fancymenu/assets/animations/nullskill/audio/mainaudio.wav diff --git a/overrides/config/fancymenu/assets/audio/introaudio.ogg b/old-modpack/overrides/config/fancymenu/assets/audio/introaudio.ogg similarity index 100% rename from overrides/config/fancymenu/assets/audio/introaudio.ogg rename to old-modpack/overrides/config/fancymenu/assets/audio/introaudio.ogg diff --git a/overrides/config/fancymenu/slideshows/mainmenu/images/0.png b/old-modpack/overrides/config/fancymenu/assets/backgrounds/0.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/images/0.png rename to old-modpack/overrides/config/fancymenu/assets/backgrounds/0.png diff --git a/overrides/config/fancymenu/slideshows/mainmenu/images/1.png b/old-modpack/overrides/config/fancymenu/assets/backgrounds/1.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/images/1.png rename to old-modpack/overrides/config/fancymenu/assets/backgrounds/1.png diff --git a/overrides/config/fancymenu/slideshows/mainmenu/images/2.png b/old-modpack/overrides/config/fancymenu/assets/backgrounds/2.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/images/2.png rename to old-modpack/overrides/config/fancymenu/assets/backgrounds/2.png diff --git a/overrides/config/fancymenu/slideshows/mainmenu/images/3.png b/old-modpack/overrides/config/fancymenu/assets/backgrounds/3.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/images/3.png rename to old-modpack/overrides/config/fancymenu/assets/backgrounds/3.png diff --git a/overrides/config/fancymenu/slideshows/mainmenu/images/4.png b/old-modpack/overrides/config/fancymenu/assets/backgrounds/4.png similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/images/4.png rename to old-modpack/overrides/config/fancymenu/assets/backgrounds/4.png diff --git a/overrides/config/fancymenu/assets/backgrounds/backgrounds.json b/old-modpack/overrides/config/fancymenu/assets/backgrounds/backgrounds.json similarity index 100% rename from overrides/config/fancymenu/assets/backgrounds/backgrounds.json rename to old-modpack/overrides/config/fancymenu/assets/backgrounds/backgrounds.json diff --git a/old-modpack/overrides/config/fancymenu/assets/banners/logo.gif b/old-modpack/overrides/config/fancymenu/assets/banners/logo.gif new file mode 100644 index 0000000..d9199f9 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/assets/banners/logo.gif differ diff --git a/old-modpack/overrides/config/fancymenu/assets/banners/logo.png b/old-modpack/overrides/config/fancymenu/assets/banners/logo.png new file mode 100644 index 0000000..0fbdcd2 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/assets/banners/logo.png differ diff --git a/old-modpack/overrides/config/fancymenu/assets/banners/logo16.png b/old-modpack/overrides/config/fancymenu/assets/banners/logo16.png new file mode 100644 index 0000000..450d158 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/assets/banners/logo16.png differ diff --git a/old-modpack/overrides/config/fancymenu/assets/banners/logo32.png b/old-modpack/overrides/config/fancymenu/assets/banners/logo32.png new file mode 100644 index 0000000..b53f2ef Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/assets/banners/logo32.png differ diff --git a/old-modpack/overrides/config/fancymenu/assets/banners/logomac.icns b/old-modpack/overrides/config/fancymenu/assets/banners/logomac.icns new file mode 100644 index 0000000..45a75de Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/assets/banners/logomac.icns differ diff --git a/overrides/config/fancymenu/assets/banners/main.png b/old-modpack/overrides/config/fancymenu/assets/banners/main.png similarity index 100% rename from overrides/config/fancymenu/assets/banners/main.png rename to old-modpack/overrides/config/fancymenu/assets/banners/main.png diff --git a/overrides/config/fancymenu/assets/buildteams.json b/old-modpack/overrides/config/fancymenu/assets/buildteams.json similarity index 100% rename from overrides/config/fancymenu/assets/buildteams.json rename to old-modpack/overrides/config/fancymenu/assets/buildteams.json diff --git a/overrides/config/fancymenu/assets/continue.png b/old-modpack/overrides/config/fancymenu/assets/continue.png similarity index 100% rename from overrides/config/fancymenu/assets/continue.png rename to old-modpack/overrides/config/fancymenu/assets/continue.png diff --git a/overrides/config/fancymenu/assets/icons/discord.png b/old-modpack/overrides/config/fancymenu/assets/icons/discord.png similarity index 100% rename from overrides/config/fancymenu/assets/icons/discord.png rename to old-modpack/overrides/config/fancymenu/assets/icons/discord.png diff --git a/overrides/config/fancymenu/assets/icons/discord.png~ b/old-modpack/overrides/config/fancymenu/assets/icons/discord.png~ similarity index 100% rename from overrides/config/fancymenu/assets/icons/discord.png~ rename to old-modpack/overrides/config/fancymenu/assets/icons/discord.png~ diff --git a/overrides/config/fancymenu/assets/icons/proxy.jpg b/old-modpack/overrides/config/fancymenu/assets/icons/proxy.jpg similarity index 100% rename from overrides/config/fancymenu/assets/icons/proxy.jpg rename to old-modpack/overrides/config/fancymenu/assets/icons/proxy.jpg diff --git a/overrides/config/fancymenu/assets/intro.fma b/old-modpack/overrides/config/fancymenu/assets/intro.fma similarity index 100% rename from overrides/config/fancymenu/assets/intro.fma rename to old-modpack/overrides/config/fancymenu/assets/intro.fma diff --git a/overrides/config/fancymenu/assets/intro/build_regions_map.png b/old-modpack/overrides/config/fancymenu/assets/intro/build_regions_map.png similarity index 100% rename from overrides/config/fancymenu/assets/intro/build_regions_map.png rename to old-modpack/overrides/config/fancymenu/assets/intro/build_regions_map.png diff --git a/overrides/config/fancymenu/assets/intro/projection.png b/old-modpack/overrides/config/fancymenu/assets/intro/projection.png similarity index 100% rename from overrides/config/fancymenu/assets/intro/projection.png rename to old-modpack/overrides/config/fancymenu/assets/intro/projection.png diff --git a/old-modpack/overrides/config/fancymenu/assets/intro/scale.png b/old-modpack/overrides/config/fancymenu/assets/intro/scale.png new file mode 100644 index 0000000..148ec1a Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/assets/intro/scale.png differ diff --git a/overrides/config/fancymenu/assets/introduction.json b/old-modpack/overrides/config/fancymenu/assets/introduction.json similarity index 100% rename from overrides/config/fancymenu/assets/introduction.json rename to old-modpack/overrides/config/fancymenu/assets/introduction.json diff --git a/overrides/config/fancymenu/assets/maps/map-africa.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-africa.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-africa.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-africa.jpg diff --git a/overrides/config/fancymenu/assets/maps/map-asia.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-asia.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-asia.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-asia.jpg diff --git a/overrides/config/fancymenu/assets/maps/map-australia.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-australia.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-australia.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-australia.jpg diff --git a/overrides/config/fancymenu/assets/maps/map-bg.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-bg.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-bg.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-bg.jpg diff --git a/overrides/config/fancymenu/assets/maps/map-europe.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-europe.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-europe.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-europe.jpg diff --git a/overrides/config/fancymenu/assets/maps/map-north-america.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-north-america.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-north-america.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-north-america.jpg diff --git a/overrides/config/fancymenu/assets/maps/map-south-america.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map-south-america.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map-south-america.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map-south-america.jpg diff --git a/overrides/config/fancymenu/assets/maps/map.jpg b/old-modpack/overrides/config/fancymenu/assets/maps/map.jpg similarity index 100% rename from overrides/config/fancymenu/assets/maps/map.jpg rename to old-modpack/overrides/config/fancymenu/assets/maps/map.jpg diff --git a/overrides/config/fancymenu/assets/multiplayer.png b/old-modpack/overrides/config/fancymenu/assets/multiplayer.png similarity index 100% rename from overrides/config/fancymenu/assets/multiplayer.png rename to old-modpack/overrides/config/fancymenu/assets/multiplayer.png diff --git a/overrides/config/fancymenu/assets/singleplayer.png b/old-modpack/overrides/config/fancymenu/assets/singleplayer.png similarity index 100% rename from overrides/config/fancymenu/assets/singleplayer.png rename to old-modpack/overrides/config/fancymenu/assets/singleplayer.png diff --git a/overrides/config/fancymenu/audio_element_controller_metas.json b/old-modpack/overrides/config/fancymenu/assets/test.json similarity index 100% rename from overrides/config/fancymenu/audio_element_controller_metas.json rename to old-modpack/overrides/config/fancymenu/assets/test.json diff --git a/overrides/config/fancymenu/assets/tips.json b/old-modpack/overrides/config/fancymenu/assets/tips.json similarity index 100% rename from overrides/config/fancymenu/assets/tips.json rename to old-modpack/overrides/config/fancymenu/assets/tips.json diff --git a/old-modpack/overrides/config/fancymenu/assets/tips.txt b/old-modpack/overrides/config/fancymenu/assets/tips.txt new file mode 100644 index 0000000..d3f8c2d --- /dev/null +++ b/old-modpack/overrides/config/fancymenu/assets/tips.txt @@ -0,0 +1,18 @@ +"Most Build Regions use the /warp command to explore around!" +"To select polygonal selections in WorldEdit, use //sel poly." +"You can reference the details of buildings in Google Street View." +"You may need to switch versions in 'Compatibility' to join some Build Regions" +"Estimate the height of things by referencing a person's height." +"You can use the /hdb command for custom heads to help with details." +"The MCRGB mod allows you to select blocks matching the closest color." +"If you have Discord, the CraftPresence automatically updates your status." +"The Bobby mod helps to increase server render distance, as an alternative to Distant Horizons." +"Press 'M' to view the world map." +"You can visit servers on older versions of Minecraft with the ViaFabricPlus mod." +"Press 'F6' for an out of body experience!" +"If you have any queries, feel free to ask in the main BTE discord #support channel." +"To join a Build Region as a builder, you need to join their Discord server first." +"Some Build Regions might take 2-3 minutes to start up before entering." +"In BuildTheEarth, we generally do not build interiors, unless its open to public." +"You can use Google Earth to draw outlines and import into Minecraft with TerraSketch." +"There are other ways to contribute to BTE, such as taking photos or finding site plans." diff --git a/old-modpack/overrides/config/fancymenu/audio_element_controller_metas.json b/old-modpack/overrides/config/fancymenu/audio_element_controller_metas.json new file mode 100644 index 0000000..e69de29 diff --git a/overrides/config/fancymenu/custom_gui_screens.txt b/old-modpack/overrides/config/fancymenu/custom_gui_screens.txt similarity index 100% rename from overrides/config/fancymenu/custom_gui_screens.txt rename to old-modpack/overrides/config/fancymenu/custom_gui_screens.txt diff --git a/overrides/config/fancymenu/customizablemenus.txt b/old-modpack/overrides/config/fancymenu/customizablemenus.txt similarity index 100% rename from overrides/config/fancymenu/customizablemenus.txt rename to old-modpack/overrides/config/fancymenu/customizablemenus.txt diff --git a/overrides/config/fancymenu/customization/bte_layout.txt b/old-modpack/overrides/config/fancymenu/customization/bte_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/bte_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/bte_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-africa_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-africa_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-africa_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-africa_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-asia_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-asia_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-asia_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-asia_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-australia_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-australia_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-australia_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-australia_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-europe_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-europe_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-europe_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-europe_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-north-america_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-north-america_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-north-america_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-north-america_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-south-america_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-south-america_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-south-america_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-south-america_layout.txt diff --git a/overrides/config/fancymenu/customization/build-teams-start_layout.txt b/old-modpack/overrides/config/fancymenu/customization/build-teams-start_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/build-teams-start_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/build-teams-start_layout.txt diff --git a/overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/com.terraformersmc.modmenu.gui.modsscreen_layout.txt diff --git a/overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/com.viaversion.viafabricplus.screen.impl.protocolselectionscreen_layout.txt diff --git a/overrides/config/fancymenu/customization/connect_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/connect_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/connect_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/connect_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/create_world_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/create_world_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/create_world_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/create_world_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/credits_layout.txt b/old-modpack/overrides/config/fancymenu/customization/credits_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/credits_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/credits_layout.txt diff --git a/overrides/config/fancymenu/customization/disconnected_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/disconnected_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/disconnected_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/disconnected_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt b/old-modpack/overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/drippy_loading_overlay_layout.txt diff --git a/overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/generic_dirt_message_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/join_multiplayer_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/level_loading_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/level_loading_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/level_loading_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/level_loading_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/options_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/options_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/options_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/options_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/pause-calculator_layout.txt b/old-modpack/overrides/config/fancymenu/customization/pause-calculator_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/pause-calculator_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/pause-calculator_layout.txt diff --git a/overrides/config/fancymenu/customization/pause_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/pause_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/pause_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/pause_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/progress_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/progress_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/progress_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/progress_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/receiving_level_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/receiving_level_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/receiving_level_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/receiving_level_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/select_world_screen_layout.txt b/old-modpack/overrides/config/fancymenu/customization/select_world_screen_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/select_world_screen_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/select_world_screen_layout.txt diff --git a/overrides/config/fancymenu/customization/showcase_layout.txt b/old-modpack/overrides/config/fancymenu/customization/showcase_layout.txt similarity index 100% rename from overrides/config/fancymenu/customization/showcase_layout.txt rename to old-modpack/overrides/config/fancymenu/customization/showcase_layout.txt diff --git a/overrides/config/fancymenu/customization/title_screen_layout_1.txt b/old-modpack/overrides/config/fancymenu/customization/title_screen_layout_1.txt similarity index 100% rename from overrides/config/fancymenu/customization/title_screen_layout_1.txt rename to old-modpack/overrides/config/fancymenu/customization/title_screen_layout_1.txt diff --git a/overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/old-modpack/overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget similarity index 100% rename from overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget rename to old-modpack/overrides/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget diff --git a/old-modpack/overrides/config/fancymenu/legacy_checklist.txt b/old-modpack/overrides/config/fancymenu/legacy_checklist.txt new file mode 100644 index 0000000..fd6fe0e --- /dev/null +++ b/old-modpack/overrides/config/fancymenu/legacy_checklist.txt @@ -0,0 +1,3 @@ +##[legacy] + +B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/overrides/config/fancymenu/normalized_scroll_screens.json b/old-modpack/overrides/config/fancymenu/normalized_scroll_screens.json similarity index 100% rename from overrides/config/fancymenu/normalized_scroll_screens.json rename to old-modpack/overrides/config/fancymenu/normalized_scroll_screens.json diff --git a/overrides/config/fancymenu/options.txt b/old-modpack/overrides/config/fancymenu/options.txt similarity index 100% rename from overrides/config/fancymenu/options.txt rename to old-modpack/overrides/config/fancymenu/options.txt diff --git a/overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json similarity index 100% rename from overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json rename to old-modpack/overrides/config/fancymenu/slideshows/mainmenu/backgrounds.json diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/0.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/0.png new file mode 100644 index 0000000..3b43fd6 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/0.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/1.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/1.png new file mode 100644 index 0000000..6af7406 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/1.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/2.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/2.png new file mode 100644 index 0000000..219c209 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/2.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/3.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/3.png new file mode 100644 index 0000000..219c209 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/3.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/4.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/4.png new file mode 100644 index 0000000..2fdde0a Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/images/4.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/properties.txt b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/properties.txt new file mode 100644 index 0000000..e08e166 --- /dev/null +++ b/old-modpack/overrides/config/fancymenu/slideshows/mainmenu/properties.txt @@ -0,0 +1,12 @@ +type = slideshow + +slideshow-meta { + name = main_menu + width = 1920 + height = 1080 + x = 0 + y = 0 + duration = 5.0 + fadespeed = 12.0 + randomize = false +} diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_01.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_01.png new file mode 100644 index 0000000..dacef88 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_01.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_02.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_02.png new file mode 100644 index 0000000..ec3029a Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_02.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_03.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_03.png new file mode 100644 index 0000000..0d43cc0 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_03.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_04.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_04.png new file mode 100644 index 0000000..d01f3c0 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_04.png differ diff --git a/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_05.png b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_05.png new file mode 100644 index 0000000..4345ed7 Binary files /dev/null and b/old-modpack/overrides/config/fancymenu/slideshows/mainmenuold/images/image_05.png differ diff --git a/overrides/config/fancymenu/ui_themes/dark.json b/old-modpack/overrides/config/fancymenu/ui_themes/dark.json similarity index 100% rename from overrides/config/fancymenu/ui_themes/dark.json rename to old-modpack/overrides/config/fancymenu/ui_themes/dark.json diff --git a/overrides/config/fancymenu/ui_themes/light.json b/old-modpack/overrides/config/fancymenu/ui_themes/light.json similarity index 100% rename from overrides/config/fancymenu/ui_themes/light.json rename to old-modpack/overrides/config/fancymenu/ui_themes/light.json diff --git a/overrides/config/fancymenu/user_variables.db b/old-modpack/overrides/config/fancymenu/user_variables.db similarity index 100% rename from overrides/config/fancymenu/user_variables.db rename to old-modpack/overrides/config/fancymenu/user_variables.db diff --git a/old-modpack/overrides/config/ferritecore.mixin.properties b/old-modpack/overrides/config/ferritecore.mixin.properties new file mode 100644 index 0000000..8ce6b96 --- /dev/null +++ b/old-modpack/overrides/config/ferritecore.mixin.properties @@ -0,0 +1,24 @@ +# Replace the blockstate neighbor table +replaceNeighborLookup = true +# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +# Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +# Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +# Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +# Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true +# Use smaller data structures for "simple" models, especially models with few side-specific faces +modelSides = true +# Save memory overhead from empty data component maps/patched +dataComponentPatch = true +# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +# Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false diff --git a/overrides/config/flashback/imgui.ini b/old-modpack/overrides/config/flashback/imgui.ini similarity index 100% rename from overrides/config/flashback/imgui.ini rename to old-modpack/overrides/config/flashback/imgui.ini diff --git a/overrides/config/immediatelyfast.json b/old-modpack/overrides/config/immediatelyfast.json similarity index 100% rename from overrides/config/immediatelyfast.json rename to old-modpack/overrides/config/immediatelyfast.json diff --git a/old-modpack/overrides/config/iris-excluded.json b/old-modpack/overrides/config/iris-excluded.json new file mode 100644 index 0000000..c168c6c --- /dev/null +++ b/old-modpack/overrides/config/iris-excluded.json @@ -0,0 +1 @@ +{"excluded":["put:valuesHere"]} \ No newline at end of file diff --git a/overrides/config/iris.properties b/old-modpack/overrides/config/iris.properties similarity index 100% rename from overrides/config/iris.properties rename to old-modpack/overrides/config/iris.properties diff --git a/overrides/config/languagereload.json b/old-modpack/overrides/config/languagereload.json similarity index 100% rename from overrides/config/languagereload.json rename to old-modpack/overrides/config/languagereload.json diff --git a/old-modpack/overrides/config/lithium.properties b/old-modpack/overrides/config/lithium.properties new file mode 100644 index 0000000..fdb5556 --- /dev/null +++ b/old-modpack/overrides/config/lithium.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Lithium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/old-modpack/overrides/config/modmenu.json b/old-modpack/overrides/config/modmenu.json new file mode 100644 index 0000000..9ac63eb --- /dev/null +++ b/old-modpack/overrides/config/modmenu.json @@ -0,0 +1,31 @@ +{ + "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": [] +} \ No newline at end of file diff --git a/overrides/config/notenoughanimations.json b/old-modpack/overrides/config/notenoughanimations.json similarity index 100% rename from overrides/config/notenoughanimations.json rename to old-modpack/overrides/config/notenoughanimations.json diff --git a/overrides/config/packetfixer.properties b/old-modpack/overrides/config/packetfixer.properties similarity index 100% rename from overrides/config/packetfixer.properties rename to old-modpack/overrides/config/packetfixer.properties diff --git a/overrides/config/skinlayers.json b/old-modpack/overrides/config/skinlayers.json similarity index 100% rename from overrides/config/skinlayers.json rename to old-modpack/overrides/config/skinlayers.json diff --git a/overrides/config/sodium-extra-options.json b/old-modpack/overrides/config/sodium-extra-options.json similarity index 100% rename from overrides/config/sodium-extra-options.json rename to old-modpack/overrides/config/sodium-extra-options.json diff --git a/overrides/config/sodium-extra.properties b/old-modpack/overrides/config/sodium-extra.properties similarity index 100% rename from overrides/config/sodium-extra.properties rename to old-modpack/overrides/config/sodium-extra.properties diff --git a/overrides/config/sodium-fingerprint.json b/old-modpack/overrides/config/sodium-fingerprint.json similarity index 100% rename from overrides/config/sodium-fingerprint.json rename to old-modpack/overrides/config/sodium-fingerprint.json diff --git a/old-modpack/overrides/config/sodium-mixins.properties b/old-modpack/overrides/config/sodium-mixins.properties new file mode 100644 index 0000000..864cfde --- /dev/null +++ b/old-modpack/overrides/config/sodium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Sodium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/CaffeineMC/sodium/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/overrides/config/sodium-options.json b/old-modpack/overrides/config/sodium-options.json similarity index 100% rename from overrides/config/sodium-options.json rename to old-modpack/overrides/config/sodium-options.json diff --git a/overrides/config/transition.json b/old-modpack/overrides/config/transition.json similarity index 100% rename from overrides/config/transition.json rename to old-modpack/overrides/config/transition.json diff --git a/old-modpack/overrides/config/trender.json b/old-modpack/overrides/config/trender.json new file mode 100644 index 0000000..8c0cf63 --- /dev/null +++ b/old-modpack/overrides/config/trender.json @@ -0,0 +1,4 @@ +{ + "version": 1, + "style": "VANILLA_MODERN" +} \ No newline at end of file diff --git a/old-modpack/overrides/config/viafabricplus/accounts.json b/old-modpack/overrides/config/viafabricplus/accounts.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/accounts.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/old-modpack/overrides/config/viafabricplus/settings.json b/old-modpack/overrides/config/viafabricplus/settings.json new file mode 100644 index 0000000..02dcbff --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/settings.json @@ -0,0 +1,71 @@ +{ + "general": { + "multiplayer_screen_button_orientation": "right_top", + "add_server_screen_button_orientation": "right_top", + "direct_connect_screen_button_orientation": "right_top", + "filter_creative_tabs": "vanilla_and_modded", + "save_selected_protocol_version": true, + "show_classic_loading_progress": true, + "show_advertised_server_version": true, + "ignore_packet_translation_errors": "kick", + "load_skins_and_skulls_in_legacy_versions": true, + "emulate_inventory_actions_in_alpha_versions": true, + "save_scroll_position_in_slot_screens": true, + "experimental_block_connections": false + }, + "bedrock": { + "replace_default_port": true, + "experimental_features": true + }, + "authentication": { + "use_beta_craft_authentication": true, + "verify_session_for_online_mode": true, + "automatically_select_cpe_when_using_classicube": true, + "set_session_name_to_classicube_name": true + }, + "debug": { + "queue_config_packets": true, + "print_networking_errors_to_logs": true, + "ignore_fabric_sync_errors": false, + "hide_modern_jigsaw_screen_features": true, + "filter_non_existing_glyphs": true, + "dont_create_packet_error_crash_reports": "auto", + "disable_sequencing": "auto", + "always_tick_client_player": "auto", + "execute_inputs_synchronously": "auto", + "legacy_tab_completions": "auto", + "legacy_pane_outlines": "auto", + "emulate_armor_hud": "auto", + "hide_modern_command_block_screen_features": "auto", + "legacy_crop_outlines": "auto", + "serverside_place_sounds": "auto", + "disable_server_pinging": "auto" + }, + "visual": { + "change_game_menu_screen_layout": "adjusted", + "remove_bubble_pop_sound": false, + "hide_empty_bubble_icons": false, + "hide_villager_profession": false, + "hide_download_terrain_screen_transition_effects": "disabled", + "lock_blocking_arm_rotation": "auto", + "change_body_rotation_interpolation": "auto", + "potion_enchantment_glint": "auto", + "disable_secure_chat_warning": "auto", + "hide_signature_indicator": "auto", + "replace_petrified_oak_slab": "auto", + "hide_furnace_recipe_book": "auto", + "force_unicode_font_for_non_ascii_languages": "disabled", + "sneak_instantly": "auto", + "sideways_backwards_walking": "auto", + "hide_crafting_recipe_book": "auto", + "always_render_crosshair": "auto", + "swing_hand_on_item_use": "auto", + "tilt_item_positions": "auto", + "enable_legacy_tablist": "auto", + "replace_hurt_sound_with_oof_sound": "auto", + "hide_modern_hud_elements": "auto", + "replace_creative_inventory_with_classic_inventory": "auto", + "old_walking_animation": "auto" + }, + "selected-protocol-version": "Auto Detect (1.7+ servers)" +} \ No newline at end of file diff --git a/old-modpack/overrides/config/viafabricplus/viaaprilfools.yml b/old-modpack/overrides/config/viafabricplus/viaaprilfools.yml new file mode 100644 index 0000000..1c8ff6f --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/viaaprilfools.yml @@ -0,0 +1,2 @@ +# No config yet +there-is-no-config-yet: true diff --git a/old-modpack/overrides/config/viafabricplus/viabackwards.yml b/old-modpack/overrides/config/viafabricplus/viabackwards.yml new file mode 100644 index 0000000..7e57843 --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/viabackwards.yml @@ -0,0 +1,76 @@ +# If you need help, you can join our Discord - https://viaversion.com/discord +# +# Always shows a mapped mob's original name, and not only when hovering over it with the cursor. +always-show-original-mob-name: true +# +# Writes name and level of custom enchantments into the item's lore. +# Set this to false if you see the entries doubled/if the custom-enchant plugin already writes these into the lore manually. +add-custom-enchants-into-lore: true +# +# Adds the color of a scoreboard team after its prefix for 1.12 clients on 1.13+ servers. +add-teamcolor-to-prefix: true +# +# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching. +fix-1_13-face-player: false +# +# Fixes 1.13 clients and lower not seeing color or formatting in inventory titles by converting them to legacy text. +# If you have issues with translatable text being displayed wrongly, disable this. +fix-formatted-inventory-titles: true +# +# Sends inventory acknowledgement packets to act as a replacement for ping packets for sub 1.17 clients. +# This only takes effect for ids in the short range. Useful for anticheat compatibility. +handle-pings-as-inv-acknowledgements: false +# +# Adds bedrock blocks at y=0 for sub 1.17 clients. This may allow for weird interactions due to sending fake blocks. +bedrock-at-y-0: false +# +# Shows sculk shriekers as crying obsidian for 1.18.2 clients on 1.19+ servers. This fixes collision and block breaking issues. +# If disabled, the client will see them as end portal frames. +sculk-shriekers-to-crying-obsidian: true +# +# Shows scaffolding as water for 1.13.2 clients on 1.14+ servers. This fixes collision issues. +# If disabled, the client will see them as hay blocks. +scaffolding-to-water: false +# +# Maps the darkness effect to blindness for 1.18.2 clients on 1.19+ servers. +map-darkness-effect: true +# +# If enabled, 1.21.3 clients will receive the first float of 1.21.4+ custom model data as int. Disable if you handle this change yourself. +map-custom-model-data: true +# +# If enabled, 1.19.3 clients will receive display entities as armor stands with custom entity data on 1.19.4+ servers. Note that +# this does not support all features display entities offer. +map-display-entities: true +# +# Suppresses warnings of missing emulations for certain features that are not supported (e.g. world height in 1.17+). +suppress-emulation-warnings: false +# +# If enabled, dialogs will be shown via chest inventories for 1.21.5 clients on 1.21.6+ servers. +dialogs-via-chests: true +# +# Dialog styling. You can also use translation keys here. +dialog-style: + page-navigation-title: '&9&lPage navigation' + page-navigation-next: '&9Left click: &6Go to next page' + page-navigation-previous: '&9Right click: &6Go to previous page' + toggle-value: '&9Left click: &6Toggle value' + increase-value: '&9Left click: &6Increase value by %s' + decrease-value: '&9Right click: &6Decrease value by %s' + value-range: '&7(Value between &a%s &7and &a%s&7)' + current-value: '&7Current value: &a%s' + edit-value: '&9Left click: &6Edit text' + next-option: '&9Left click: &6Go to next option' + previous-option: '&9Right click: &6Go to previous option' + set-text: '&9Left click/close: &6Set text' + close: '&9Left click: &6Close' +# +# If enabled, the code of conduct will be shown as a dialog for 1.21.7 clients on 1.21.9+ servers. +# Note that this is not supported for clients below 1.21.6 right now due to missing support for +# dialogs during the configuration phase. +code-of-conduct-as-dialog: true +# +# Passes the original vanilla 1.21.4+ item name into custom_model_data strings. +# This allows client resource packs to restore the appearance of newer items entirely missing from this older version. +# Disable if your server creates custom items using modern items as their base. +# Tip: For server custom items, base them on items in the game before 1.21.4 (e.g. saddle) to ensure compatibility. +pass-original-item-name-to-resource-packs: true diff --git a/old-modpack/overrides/config/viafabricplus/viabedrock.yml b/old-modpack/overrides/config/viafabricplus/viabedrock.yml new file mode 100644 index 0000000..dcef3f6 --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/viabedrock.yml @@ -0,0 +1,18 @@ +# If true, enables experimental features. These features are almost certainly not fully stable/tested and may cause unexpected issues +enable-experimental-features: false +# Controls blob caching (Reduces network usage and loading time), Valid options: "disabled", "memory", "disk" +blob-cache: disk +# If enabled, starts the resource pack HTTP server and enables resource pack translation +translate-resource-packs: true +# Resource pack HTTP server address +resource-pack-host: 127.0.0.1 +# Resource pack HTTP server port (0 = random available port) +resource-pack-port: 0 +# Resource pack URL which the clients will use to download the resource pack (empty = auto) +resource-pack-url: '' +# Controls resource pack caching (Reduces network usage and loading time), Valid options: "disabled", "memory", "disk" +pack-cache: disk +# If true, translates bedrock's showCoordinates game rule to java's reduced debug info flag +translate-show-coordinates-game-rule: false +# If true, disables the internal server blacklist. This will allow you to connect to any server, even if it's known to ban ViaBedrock clients +disable-server-blacklist: false diff --git a/old-modpack/overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd b/old-modpack/overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd new file mode 100644 index 0000000..40b450d Binary files /dev/null and b/old-modpack/overrides/config/viafabricplus/viabedrock/blob_cache/data.bdbd differ diff --git a/old-modpack/overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi b/old-modpack/overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi new file mode 100644 index 0000000..ff91223 Binary files /dev/null and b/old-modpack/overrides/config/viafabricplus/viabedrock/blob_cache/index.bdbi differ diff --git a/old-modpack/overrides/config/viafabricplus/vialegacy.yml b/old-modpack/overrides/config/viafabricplus/vialegacy.yml new file mode 100644 index 0000000..d906364 --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/vialegacy.yml @@ -0,0 +1,33 @@ +# +# Calculate 1.7.10 OnGround field dynamically. Requires a bit of extra caching +dynamic-onground: true +# +# Ignores serverbound plugin channel messages of 1.8+ clients with channel names longer than 16 characters +# CraftBukkit had this limit hardcoded until 1.8 +ignore-long-1_8-channel-names: true +# +# Load <= 1.7.2 player skull skins +legacy-skull-loading: false +# +# Load <= 1.6.4 skins. (Adds max 500ms delay to player spawn packets) +legacy-skin-loading: false +# +# Emulate sounds for <= 1.2.5 +sound-emulation: true +# +# Calculate <= 1.1 biomes. Requires a lot of extra calculations +old-biomes: true +# +# Enables sprinting for versions below beta 1.8. !THIS CAN CAUSE ISSUES WITH ANTI-CHEAT PLUGINS! +enable-b1_7_3-sprinting: false +# +# The MOTD to use for <= beta 1.7.3 servers. Supports newlines. Doesn't support color codes. +b1_7_3-motd: | + The server seems to be running! + Wait 5 seconds between each connection +# +# Classic chunk loading range +classic-chunk-range: 10 +# +# Enable fly on regular (non CPE) classic servers +enable-classic-fly: false diff --git a/old-modpack/overrides/config/viafabricplus/viaversion.yml b/old-modpack/overrides/config/viafabricplus/viaversion.yml new file mode 100644 index 0000000..978e17a --- /dev/null +++ b/old-modpack/overrides/config/viafabricplus/viaversion.yml @@ -0,0 +1,192 @@ +# Thanks for downloading ViaVersion +# Ensure you look through all these options +# If you need help: +# Discord - https://viaversion.com/discord +# Docs - https://docs.viaversion.com +# +#----------------------------------------------------------# +# GLOBAL OPTIONS # +#----------------------------------------------------------# +# +# Should ViaVersion check for updates? +# Send the supported versions with the Status (Ping) response packet +send-supported-versions: false +# Easier to configure alternative to 'block-protocols'. Uses readable version strings with possible '<' and '>' prefixes. +# An example to block 1.16.4, everything below 1.16, as well as everything above 1.17.1 would be: ["<1.16", "1.16.4", ">1.17.1"] +# You can use both this and the block-protocols option at the same time as well. +block-versions: [] +# Block specific Minecraft protocol version numbers. +# List of all Minecraft protocol versions: https://minecraft.wiki/w/Protocol_version, or use a generator: https://via.krusic22.com +block-protocols: [] +# Change the blocked disconnect message +block-disconnect-msg: You are using an unsupported Minecraft version! +# If you use ProtocolLib, we can't reload without kicking the players. +# (We don't suggest using reload either, use a plugin manager) +# You can customize the message we kick people with if you use ProtocolLib here. +reload-disconnect-msg: Server reload, please rejoin! +# Settings for logging behavior. When debugging issues, we may ask you to change some of these. +# Most of these are disabled by default to prevent log spam from bad user input. +logging: + # Whether to log more info about kicks due to blocked protocol versions to the console. + log-blocked-joins: false + # Whether to log errors during entity data conversion. + log-entity-data-errors: true + # Whether to log errors during text component conversion. + log-text-component-conversion-errors: false + # Whether to warn for other issues when converting items, blocks, or other data between server and client. + log-other-conversion-warnings: false + # Maximum length of error messages in the console. + max-error-length: 1500 +# +# Used for auto updating config files. Do not touch. +config-version: 1 +init-config-version: 1 +# Whether to update config values that were left on their default to newly changed defaults. Recommended to keep enabled. +migrate-default-config-changes: true +# If enabled, ViaVersion will send the native player version to the server on connect via a plugin message. +# See the wiki for more info: https://github.com/ViaVersion/ViaVersion/wiki/Server-and-Player-Details-Protocol +send-player-details: false +# If enabled, ViaVersion will send the native server version to a player on connect via a plugin message. +# See the wiki above for more info. +send-server-details: true +# +#----------------------------------------------------------# +# GLOBAL PACKET LIMITER # +#----------------------------------------------------------# +# Packets Per Second (PPS) and kilobyte packet size limiters. +# Setting 'max-per-second' or 'sustained-max-per-second' to -1 will disable the individual limit. +# Kick messages may include the %pps or %bps placeholders respectively, though they are more intended for debugging purposes. +# +# Limits the amount of packets sent per second. +# Clients by default send around 20-90 packets per second. +packet-limiter: + enabled: true + # The maximum packets a client can send per second. + max-per-second: 800 + max-per-second-kick-message: You are sending too many packets! + # + # We can also kick them if they repeatedly send too many packets over a longer period of time. + # E.g. if a player sends over 200 packets per second for 4 out of 7 seconds, we kick them. + # The maximum packets per second a client can send over a longer period of time. + sustained-max-per-second: 200 + # Period to track in seconds. + sustained-period-seconds: 7 + # The number of seconds within the interval that the client can exceed the limit before being kicked. + sustained-threshold: 4 + sustained-kick-message: You are sending too many packets, :( +# Limits the size of packets in kilobytes sent per second. +packet-size-limiter: + enabled: false + max-per-second: -1 + max-per-second-kick-message: You are sending too large packets! + sustained-max-per-second: -1 + sustained-period-seconds: 5 + sustained-threshold: 3 + sustained-kick-message: You are sending too large packets, :( +# +#----------------------------------------------------------# +# MULTIPLE VERSIONS OPTIONS # +#----------------------------------------------------------# +# +# Should we enable our hologram patch? +# If they're in the wrong place, enable this +hologram-patch: false +# This is the offset, should work as default when enabled. +hologram-y: -0.96 +# Should we disable piston animation for 1.11/1.11.1 clients? +# In some cases, when firing lots of pistons, it crashes them. +piston-animation-patch: false +# 1.13 introduced new auto complete which can trigger "Kicked for spamming" for servers older than 1.13, the following option will disable it completely. +disable-1_13-auto-complete: false +# The following option will delay the tab complete request in x ticks if greater than 0, if other tab-complete is received, the previous is cancelled +1_13-tab-complete-delay: 0 +# For 1.13 clients the smallest (1 layer) snow doesn't have collisions, this will send these as 2 snowlayers for 1.13+ clients to prevent them bugging through them +fix-low-snow-collision: false +# Infested blocks are instantly breakable for 1.13+ clients, resulting in them being unable to break them on sub 1.13 servers. This remaps them to their normal stone variants +fix-infested-block-breaking: false +# In 1.14 the client page limit has been upped to 100 (from 50). Some anti-exploit plugins ban when clients go higher than 50. This option cuts edited books to 50 pages. +truncate-1_14-books: false +# Fixes 1.14+ clients on sub 1.14 servers having a light value of 0 for non-full blocks. +fix-non-full-blocklight: true +# Fixes walk animation not shown when health is set to Float.NaN +fix-1_14-health-nan: true +# Should 1.15+ clients respawn instantly / without showing a death screen? +use-1_15-instant-respawn: false +# +# Enable serverside block-connections for 1.13+ clients - all the options in this section are built around this option +serverside-blockconnections: true +# When activated, only the most important blocks are stored in the blockstorage. (fences, glass panes etc. won't connect to solid blocks) +reduce-blockstorage-memory: false +# When activated with serverside-blockconnections, flower parts with blocks above will be sent as stems +# Useful for lobbyservers where users can't build and those stems are used decoratively +flowerstem-when-block-above: false +# Vines that are not connected to blocks will be mapped to air, else 1.13+ would still be able to climb up on them. +vine-climb-fix: false +# +# Ignores incoming plugin channel messages of 1.16+ clients with channel names longer than 32 characters. +# CraftBukkit had this limit hardcoded until 1.16, so we have to assume any server/proxy might have this arbitrary check present. +ignore-long-1_16-channel-names: true +# +# Force 1.17+ client to accept the server resource pack; they will automatically disconnect if they decline. +forced-use-1_17-resource-pack: false +# The message to be displayed at the prompt when the 1.17+ client receives the server resource pack. +resource-pack-1_17-prompt: '' +# +# Caches light until chunks are unloaded to allow later chunk update packets as opposed to instantly uncaching when the first chunk data is sent. +# Only disable this if you know what you are doing. +cache-1_17-light: true +# +# Get the world names which should be returned for each vanilla dimension +map-1_16-world-names: + overworld: minecraft:overworld + nether: minecraft:the_nether + end: minecraft:the_end +# +# If disabled, tamed cats will be displayed as ocelots to 1.14+ clients on 1.13 servers. Otherwise, ocelots (tamed and untamed) will be displayed as cats. +translate-ocelot-to-cat: false +# +# Determines the value sent to 1.19+ clients on join if currently not accessible by ViaVersion. +# It is not recommended to fake this value if your server is running 1.19 or later, as 1.20.5 have stricter chat handling and may get kicked otherwise. +enforce-secure-chat: false +# +# Handles items with invalid count values (higher than max stack size) on 1.20.3 servers. +handle-invalid-item-count: true +# +# Hides scoreboard numbers for 1.20.3+ clients on older server versions. +hide-scoreboard-numbers: false +# +#----------------------------------------------------------# +# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS # +#----------------------------------------------------------# +# +# No collide options, these allow you to configure how collision works. +# Do you want us to prevent collision? +prevent-collision: true +# If the above is true, should we automatically team players until you do? +auto-team: true +# When enabled, 1.9+ will be able to block by using shields +shield-blocking: false +# If this setting is active, the main hand is used instead of the off-hand to trigger the blocking of the player. +# With the main hand, the blocking starts way faster. +# (Requires "show-shield-when-sword-in-hand" to be disabled) +no-delay-shield-blocking: true +# If this setting is active, the shield will appear immediately for 1.9+ when you hold a sword in your main hand. +# The shield disappears when you switch to another item. +# (Requires "shield-blocking" to be enabled) +show-shield-when-sword-in-hand: false +# Should we patch boss bars so they work? (Default: true, disable if you're having issues) +bossbar-patch: true +# If your boss bar flickers on 1.9+, set this to 'true'. It will keep all boss bars on 100% (not recommended) +bossbar-anti-flicker: false +# This will show the new effect indicator in the top-right corner for 1.9+ players. +use-new-effect-indicator: true +# Should we replace extended pistons to fix 1.10.1 (Only on chunk loading)? +replace-pistons: false +# What id should we replace with, default is air. (careful of players getting stuck standing on them) +replacement-piston-id: 0 +# Fix 1.9+ clients not rendering the far away chunks and improve chunk rendering when moving fast (Increases network usage and decreases client fps slightly) +chunk-border-fix: true +# Allows 1.9+ left-handedness (main hand) on 1.8 servers +left-handed-handling: true +# Tries to cancel block break/place sounds sent by 1.8 servers to 1.9+ clients to prevent them from playing twice +cancel-block-sounds: true diff --git a/old-modpack/overrides/config/worldeditcui.config.json b/old-modpack/overrides/config/worldeditcui.config.json new file mode 100644 index 0000000..2db19e6 --- /dev/null +++ b/old-modpack/overrides/config/worldeditcui.config.json @@ -0,0 +1,19 @@ +{ + "debugMode": false, + "promiscuous": false, + "clearAllOnKey": false, + "cuboidGridColor": "#CC4C4CCC", + "cuboidEdgeColor": "#CC3333CC", + "cuboidFirstPointColor": "#33CC33CC", + "cuboidSecondPointColor": "#3333CCCC", + "polyGridColor": "#CC3333CC", + "polyEdgeColor": "#CC4C4CCC", + "polyPointColor": "#33CCCCCC", + "ellipsoidGridColor": "#CC4C4CCC", + "ellipsoidPointColor": "#CCCC33CC", + "cylinderGridColor": "#CC3333CC", + "cylinderEdgeColor": "#CC4C4CCC", + "cylinderPointColor": "#CC33CCCC", + "chunkBoundaryColour": "#33CC33CC", + "chunkGridColour": "#4CCCAA99" +} \ No newline at end of file diff --git a/overrides/journeymap/config/6.0/journeymap.core.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.core.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.core.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.core.config diff --git a/overrides/journeymap/config/6.0/journeymap.fullmap.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.fullmap.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.fullmap.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.fullmap.config diff --git a/overrides/journeymap/config/6.0/journeymap.minimap.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.minimap.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.minimap.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.minimap.config diff --git a/overrides/journeymap/config/6.0/journeymap.minimap2.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.minimap2.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.minimap2.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.minimap2.config diff --git a/overrides/journeymap/config/6.0/journeymap.rendering.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.rendering.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.rendering.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.rendering.config diff --git a/overrides/journeymap/config/6.0/journeymap.topo.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.topo.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.topo.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.topo.config diff --git a/overrides/journeymap/config/6.0/journeymap.waypoint.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.waypoint.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.waypoint.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.waypoint.config diff --git a/overrides/journeymap/config/6.0/journeymap.webmap.config b/old-modpack/overrides/journeymap/config/6.0/journeymap.webmap.config similarity index 100% rename from overrides/journeymap/config/6.0/journeymap.webmap.config rename to old-modpack/overrides/journeymap/config/6.0/journeymap.webmap.config diff --git a/overrides/openminemap/config.txt b/old-modpack/overrides/openminemap/config.txt similarity index 100% rename from overrides/openminemap/config.txt rename to old-modpack/overrides/openminemap/config.txt diff --git a/overrides/options.txt b/old-modpack/overrides/options.txt similarity index 100% rename from overrides/options.txt rename to old-modpack/overrides/options.txt