new(2k): option presets

This commit is contained in:
NicSonic-_-
2026-04-28 17:51:41 -04:00
parent 8e6371822c
commit cfe107d42c
2 changed files with 21 additions and 3 deletions

View File

@@ -186,5 +186,19 @@
"legacy.options.controlType.xbox_one": "Xbox One Controller",
"legacy.options.controllerVirtualCursor": "V-Mouse",
"legacy.options.creativeTab": "Legacy Creative Interface",
"legacy.options.cursorMode": "Mouse Mode"
"legacy.options.cursorMode": "Mouse Mode",
"legacy.options.optionsPreset.gcn": "Low (GameCube)",
"legacy.options.optionsPreset.gcn.tooltip": "This Graphics Preset makes it optimized if it was for the GameCube. Born to Play.",
"legacy.options.optionsPreset.default": "Default",
"legacy.options.optionsPreset.default.tooltip": "The default preset with none of the LCE UI Enhancements.",
"legacy.options.optionsPreset.default_lce": "Default LCE",
"legacy.options.optionsPreset.default_lce.tooltip": "The default preset with the LCE UI Enhancements.",
"legacy.options.optionsPreset.ps2": "Medium (PS2)",
"legacy.options.optionsPreset.ps2.tooltip": "This Graphics Preset makes it optimized for the PlayStation® 2, this is similar to the Xbox Preset, but it's reduced. Live in Your World. Play in Ours.",
"legacy.options.optionsPreset.xbox": "Medium+ (Xbox)",
"legacy.options.optionsPreset.xbox.tooltip": "This Graphics Preset makes it optimized for the Original Xbox. Now you are playing with power!",
"legacy.options.optionsPreset.dreamcast": "High (Dreamcast)",
"legacy.options.optionsPreset.dreamcast.tooltip": "This preset will have graphics similar to PC since it utilizes Windows CE technology to make it smooth.",
"legacy.options.optionsPreset.pc": "High+ (PC)",
"legacy.options.optionsPreset.pc.tooltip": "This Graphics Preset is made for the `puters that have a powerful CPU such as the Intel Core 2 Duo and AMD Athlon 64, but also a dedicated GPU such as the ATI Radeon 9000 Series and Ge-Force 5000 Series of Cards. Here be dragons!"
}

View File

@@ -1,6 +1,10 @@
{
"pack": {
"pack_format": 34,
"description": "Default Resources, DO NOT REMOVE!"
"pack_format": 69,
"pack_format": 16,
"min_format": 16,
"max_format": 999,
"supported_formats": [ 16, 999 ]
"description": "Default Resources for 2000s Edition, DO NOT REMOVE!"
}
}