mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
Add credits and normalize resolution presets
I searched through quite a bit of commits to properly credit some packs. Some of the credits are based off memory. Please let me know if I incorrectly credited or forgot to credit somebody.
This commit is contained in:
parent
f38cbda89d
commit
4398ebcebe
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010172600,0005000010172700,000500001011B900
|
||||
name = Contrasty
|
||||
path = "Bayonetta 2/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010172600,0005000010172700,000500001011B900
|
||||
name = Shadow Resolution
|
||||
path = "Bayonetta 2/Graphics/Shadow Resolution"
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution.
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001014DB00,0005000010157E00,0005000010157F00
|
||||
name = Contrasty
|
||||
path = "Bayonetta/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -16,7 +16,6 @@
|
||||
#define GET_FRAGCOORD() vec4(gl_FragCoord.xy*uf_fragCoordScale,gl_FragCoord.zw)
|
||||
#endif
|
||||
// This shader was automatically converted to be cross-compatible with Vulkan and OpenGL.
|
||||
|
||||
// shader cb0e6e8cbec4502a
|
||||
// DoF blur effect - Battle, Camera, Scope
|
||||
TEXTURE_LAYOUT(0, 1, 0) uniform sampler2D textureUnitPS0;
|
||||
@ -30,10 +29,7 @@ uniform vec4 uf_fragCoordScale;
|
||||
#else
|
||||
uniform vec2 uf_fragCoordScale;
|
||||
#endif
|
||||
|
||||
const float resScale = 0;
|
||||
const int radius = int(2*resScale);
|
||||
|
||||
const int radius = int(0);
|
||||
void main() {
|
||||
vec2 center = (passParameterSem3.xy + passParameterSem3.zw) / 2;
|
||||
vec2 step = passParameterSem3.xw - passParameterSem3.zy;
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = "No Depth of Field"
|
||||
path = "The Legend of Zelda: Breath of the Wild/Enhancements/No Depth of Field"
|
||||
description = Disables depth of field.
|
||||
description = Disables depth of field, may possibly improve performance. Made by BSoD Gaming.
|
||||
version = 4
|
||||
|
@ -2,22 +2,22 @@
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Anti-Aliasing
|
||||
path = "The Legend of Zelda: Breath of the Wild/Graphics/Anti-Aliasing"
|
||||
description = Enables or Disables Native Botw Anti-Aliasing. Also includes an alternative FXAA implementation. Check the "Anti-Aliasing/rules.txt" file in your Botw AA graphicPack folder for info about the individual settings.
|
||||
description = Enables or Disables Native Botw Anti-Aliasing. Also includes an alternative FXAA implementation. Check the rules.txt of this pack for info about the individual settings. Made by Skalfate.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
name = Alternative FXAA (Nvidia's implementation)
|
||||
name = Alternative FXAA (NVIDIA's implementation)
|
||||
$preset:int = 2
|
||||
# Customize these 3 values
|
||||
$subPix:int = 1.0
|
||||
$edgeThreshold:int = 0.125
|
||||
$edgeThresholdMin:int = 0.0156
|
||||
|
||||
# Unrelated for Nvidia FXAA
|
||||
$inventorySharper:int = 0.0
|
||||
$inventoryBlurrier:int = 0.0
|
||||
$worldSharper:int = 0.0
|
||||
$worldBlurrier:int = 0.0
|
||||
# Not used for NVIDIA's FXAA, do not touch.
|
||||
$inventorySharper:int = 0.0 # Ignore
|
||||
$inventoryBlurrier:int = 0.0 # Ignore
|
||||
$worldSharper:int = 0.0 # Ignore
|
||||
$worldBlurrier:int = 0.0 # Ignore
|
||||
|
||||
[Preset]
|
||||
name = Enable Native AA
|
||||
@ -28,7 +28,7 @@ $inventoryBlurrier:int = 0.0
|
||||
$worldSharper:int = 0.0
|
||||
$worldBlurrier:int = 0.0
|
||||
|
||||
# Not used for Native AA
|
||||
# Not used for Native AA, do not touch.
|
||||
$subPix:int = 0.75 # Ignore
|
||||
$edgeThreshold:int = 0.166 # Ignore
|
||||
$edgeThresholdMin:int = 0.0312 # Ignore
|
||||
@ -39,13 +39,13 @@ name = Disable Native AA
|
||||
$preset:int = 0
|
||||
# Disables all anti-aliasing, doesn't have any customizations
|
||||
|
||||
$inventorySharper:int = 0.0
|
||||
$inventoryBlurrier:int = 0.0
|
||||
$worldSharper:int = 0.0
|
||||
$worldBlurrier:int = 0.0
|
||||
$subPix:int = 0.75
|
||||
$edgeThreshold:int = 0.166
|
||||
$edgeThresholdMin:int = 0.0312
|
||||
$inventorySharper:int = 0.0 # Ignore
|
||||
$inventoryBlurrier:int = 0.0 # Ignore
|
||||
$worldSharper:int = 0.0 # Ignore
|
||||
$worldBlurrier:int = 0.0 # Ignore
|
||||
$subPix:int = 0.75 # Ignore
|
||||
$edgeThreshold:int = 0.166 # Ignore
|
||||
$edgeThresholdMin:int = 0.0312 # Ignore
|
||||
|
||||
|
||||
# Adjust native AA implmentation - Only applies to Enabled preset
|
||||
|
@ -2,39 +2,39 @@
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = "Clarity"
|
||||
path = "The Legend of Zelda: Breath of the Wild/Enhancements/Clarity"
|
||||
description = Select the visual look of the game that you'll like with these hand-made presets that adjusts saturation, vibrance, colors and more. You can select a preset. Selecting "User-Defined" requires making your own preset. check the "BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt" file in your graphicPacks folder to create one.
|
||||
description = Select the visual look of the game that you'll like with these hand-made presets that adjusts saturation, vibrance, colors and more. You can select a preset. Selecting "User-Defined" requires making your own preset. check the "BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt" file in your graphicPacks folder to create one. Made by Jamie and preset creators (names are listed).
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
name = Serfrost Preset (Default)
|
||||
name = Serfrost's Preset (Default)
|
||||
$preset:int = 10
|
||||
|
||||
[Preset]
|
||||
name = Serfrost Preset (Dim Display)
|
||||
name = Serfrost's Preset (Dim Display)
|
||||
$preset:int = 9
|
||||
|
||||
[Preset]
|
||||
name = Serfrost Preset (Bright Display)
|
||||
name = Serfrost's Preset (Bright Display)
|
||||
$preset:int = 8
|
||||
|
||||
[Preset]
|
||||
name = Bruz Preset
|
||||
name = Bruz's Preset
|
||||
$preset:int = 1
|
||||
|
||||
[Preset]
|
||||
name = CellHunter Preset
|
||||
name = CellHunter's Preset
|
||||
$preset:int = 7
|
||||
|
||||
[Preset]
|
||||
name = Jamie Preset
|
||||
name = Jamie's Preset
|
||||
$preset:int = 3
|
||||
|
||||
[Preset]
|
||||
name = BSoD Gaming Preset
|
||||
name = BSoD Gaming's Preset
|
||||
$preset:int = 2
|
||||
|
||||
[Preset]
|
||||
name = The Complaining Gamer Preset
|
||||
name = The Complaining Gamer's Preset
|
||||
$preset:int = 5
|
||||
|
||||
[Preset]
|
||||
@ -50,11 +50,11 @@ name = Filmic Preset
|
||||
$preset:int = 6
|
||||
|
||||
[Preset]
|
||||
name = Survival of the Wild Preset (Warmer)
|
||||
name = Silentverge's Survival of the Wild Preset (Warmer)
|
||||
$preset:int = 12
|
||||
|
||||
[Preset]
|
||||
name = Survival of the Wild Preset (Colder)
|
||||
name = Silentverge's Survival of the Wild Preset (Colder)
|
||||
$preset:int = 13
|
||||
|
||||
[Preset]
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010150300,0005000010152A00,0005000010152B00
|
||||
name = Anti-Aliasing
|
||||
path = "Dr. Luigi/Graphics/Anti-Aliasing (WIP)"
|
||||
description = Re-enables the game's anti-aliasing and scales it up to the current resolution.
|
||||
description = Re-enables the game's anti-aliasing and scales it up to the current resolution. Made by Slashiee.
|
||||
version = 3
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001017D800,000500001017D900,000500001017CD00
|
||||
name = Contrasty
|
||||
path = "Hyrule Warriors/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010190300,00050000101E5300,00050000101E5400
|
||||
name = No HUD
|
||||
path = "Mario & Sonic at the Rio 2016 Olympic Games/Enhancements/No HUD"
|
||||
description = Removes the HUD of the game.
|
||||
description = Removes the HUD of the game. Made by Slashiee.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00
|
||||
name = Contrasty
|
||||
path = "Mario Kart 8/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010110900,0005000010110A00,0005000010110B00
|
||||
name = Contrasty
|
||||
path = "Ninja Gaiden 3: Razors Edge/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101DF400,00050002101DF401,00050000101DF500
|
||||
name = Shadow Resolution
|
||||
path = "Pokken Tournament/Graphics/Shadow Resolution"
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution.
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
|
||||
name = Shadow Resolution
|
||||
path = "Sonic Boom: Rise of Lyric/Graphics/Shadow Resolution"
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution.
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101F4D00,00050000101FB100
|
||||
name = Shadow Resolution
|
||||
path = "Skylanders Imaginators/Graphics/Shadow Resolution"
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution.
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Crementif.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001017C600,0005000010181F00
|
||||
name = Shadow Resolution
|
||||
path = "Skylanders Trap Team/Graphics/Shadow Resolution"
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution.
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Crementif.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = Bloom Adjustment
|
||||
path = "Splatoon/Enhancements/Bloom Adjustment"
|
||||
description = Allows you to adjust how strong the bloom is. Full amount is the default intensity of bloom.
|
||||
description = Allows you to adjust how strong the bloom is. Full amount is the default intensity of bloom. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = No Vignette
|
||||
path = "Splatoon/Enhancements/No Vignette"
|
||||
description = Removes the game's vignette.
|
||||
description = Removes the game's vignette. Made by Slashiee.
|
||||
version = 4
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = Shadow Resolution
|
||||
path = "Splatoon/Graphics/Shadow Resolution"
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution.
|
||||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010145D00,0005000010145C00,0005000010106100
|
||||
name = Contrasty
|
||||
path = "Super Mario 3D World/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Doesn't work if you also upscale or downscale the resolution.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Doesn't work if you also upscale or downscale the resolution. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010110E00,0005000010145000,0005000010144F00
|
||||
name = Contrasty
|
||||
path = "Super Smash Bros. for Wii U/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010110E00,0005000010145000,0005000010144F00
|
||||
name = No Boxing Ring Screen
|
||||
path = "Super Smash Bros. for Wii U/Enhancements/No Boxing Ring Screen"
|
||||
description = Disables the screen in the Boxing Ring stage. Can be used for aesthetic or performance reasons.
|
||||
description = Disables the screen in the Boxing Ring stage. Can be used for aesthetic or performance reasons. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[TextureRedefine]
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
|
||||
name = AA Removal
|
||||
path = "Tokyo Mirage Sessions FE/Enhancements/AA Removal"
|
||||
description = Removes AA, no performance gain. Used for clean look or injecting external AA.
|
||||
description = Removes AA, no performance gain. Used for clean look or injecting external AA. Made by getdls.
|
||||
version = 3
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
|
||||
name = Video pan n scan
|
||||
path = "Tokyo Mirage Sessions FE/Graphics/Video pan n scan"
|
||||
description = 21:9 Video, cuts of sides instead of pillarboxing
|
||||
description = 21:9 Video, cuts of sides instead of pillar-boxing. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -1,8 +1,8 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
|
||||
name = Adjust CutScene Blur Pack
|
||||
path = "Tokyo Mirage Sessions FE/Graphics/Adjust Blur"
|
||||
description = Changes the in-game cut-scenes blur.
|
||||
name = Adjust Cutscene Blur
|
||||
path = "Tokyo Mirage Sessions FE/Graphics/Adjust Cutscene Blur"
|
||||
description = Changes the in-game cut-scenes blur. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
|
||||
name = Contrasty
|
||||
path = "Tokyo Mirage Sessions FE/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
|
||||
name = Negative texture LOD bias
|
||||
path = "Tokyo Mirage Sessions FE/Enhancements/Negative Texture LOD"
|
||||
description = Texture LOD override, possible shimmer but sharper textures
|
||||
description = Texture LOD override, possible shimmer but sharper textures. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -33,8 +33,6 @@ $LOD = -8
|
||||
name = LOD -16 (Sharpest)
|
||||
$LOD = -16
|
||||
|
||||
|
||||
[TextureRedefine]
|
||||
formats = 0x01a,0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435
|
||||
overwriteRelativeLodBias = $LOD
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = Optimized Bicubic spline resampler
|
||||
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||||
path = "The Legend of Zelda: Twilight Princess HD/Enhancements/Bicubic Sharpen Filters"
|
||||
description = The b and c can adjust the properties of the cubic; sometimes referred to as "blurring" and "ringing" respectively.
|
||||
description = The b and c can adjust the properties of the cubic; sometimes referred to as "blurring" and "ringing" respectively. Made by NAVras and getdls.
|
||||
version = 3
|
||||
|
||||
[OutputShader]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||||
name = Contrasty
|
||||
path = "The Legend of Zelda: Twilight Princess HD/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||||
name = Resolution
|
||||
path = "The Legend of Zelda: Twilight Princess HD/Enhancements/Fancy FX"
|
||||
description = Pretty blur, shadow x2, de-band sky, maintained on Nvidia.
|
||||
description = Pretty blur, shadow x2, de-band sky, maintained on Nvidia. Made by getdls.
|
||||
version = 3
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||||
name = Level of detail
|
||||
path = "The Legend of Zelda: Twilight Princess HD/Enhancements/Negative Texture LOD"
|
||||
description = Sharper textures at risk of shimmering when set too high
|
||||
description = Sharper textures at risk of shimmering when set too high. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 5000010173E00,5000010174000,5000010174100,5000010176100,5000010176000,5000010176200,5000010176D00,5000010176C00,5000010176E00,500001017A000,500001017A100,500001017BA00,500001017A200,500001017BB00,500001017BC00,5000010180100,500001017A400,500001017A300,5000010156700,5000010156600,5000010156800,5000010156A00,5000010156900,5000010156B00,5000010156E00,5000010156C00,5000010156F00,5000010157100,5000010157000,5000010157200,5000010157400,5000010157300,5000010157500,500001015D800,500001015D700,500001015D900,500001015DB00,500001015DA00,500001015DC00,500001015DE00,500001015DD00,500001015DF00,500001015E000,500001015E400,500001015E300,500001015E500,500001015E100,500001015E200,500001016CF00,5000010169700,500001016D000,500001016D100,5000010169800,500001016D200,5000010169A00,5000010169900,5000010169B00,5000010169D00,5000010169C00,5000010169E00,500001016A000,5000010169F00,500001016A100,500001016F200,500001016F100,5000010170900,500001016F400,500001016F300,5000010172C00,500001016F600,500001016F500,5000010172D00,500001016F800,500001016F700,5000010172E00,500001016FA00,500001016F900,5000010172F00,5000010173600,5000010173500,5000010173700,5000010173900,5000010173800,5000010173F00,5000010173B00,5000010173A00,5000010173C00
|
||||
name = Undarken
|
||||
path = Virtual Console/GBA/Enhancements/Undarken
|
||||
description = Undarkens the emulator output.
|
||||
description = Undarkens the emulator output. Made by Zalnor.
|
||||
version = 3
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 50000101FEA00,50000101FE900,5000010199200,5000010199100,5000010199300,5000010199500,5000010199400,5000010199700,5000010199600,5000010199800,5000010199B00,5000010199A00,5000010199C00,50000101A0E00,50000101A0D00,50000101A1000,50000101A5900,50000101A5800,50000101A5B00,50000101A5A00,50000101AC400,50000101AC600,50000101AC500,50000101B4600,50000101B4500,50000101B4800,50000101B4700,50000101BAF00,50000101BAE00,50000101BB000,50000101BB200,50000101BB100,50000101C5D00,50000101C5C00,50000101C5E00,50000101DA800,50000101DA700,50000101DA900,50000101E6500,50000101E6400,50000101E6700,50000101E6600,50000101EBB00,50000101FE800,50000101FE700
|
||||
name = Undarken
|
||||
path = Virtual Console/N64/Enhancements/Undarken
|
||||
description = Undarkens the emulator output.
|
||||
description = Undarkens the emulator output. Made by Zalnor.
|
||||
version = 3
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 500001012A100,500001012DF00,500001012DE00,500001012E000,500001012E100,500001012E300,500001012E200,500001012E400,500001012E700,500001012E600,500001012E800,500001012F400,500001012F300,500001012F500,500001012F700,500001012F600,500001012F800,5000010106D00,5000010106C00,5000010106E00,5000010107000,5000010106F00,5000010107100,5000010107500,5000010107200,5000010107600,5000010107800,5000010107700,5000010107900,5000010107C00,5000010107B00,5000010107D00,5000010107F00,5000010107E00,5000010108000,5000010108200,5000010108100,5000010108300,5000010108500,5000010108400,5000010108600,5000010108800,5000010108700,5000010108900,5000010108B00,5000010108A00,5000010108C00,5000010113F00,5000010113E00,5000010114000,5000010114200,5000010114100,5000010114300,5000010114500,5000010114400,5000010114600,5000010114800,5000010114700,5000010114900,5000010114A00,5000010119200,5000010119100,5000010119300,500001011A900,5000010119400,500001011AA00,500001011AE00,5000010119500,5000010119700,5000010119800,500001011AC00,500001011AB00,500001011AD00,5000010129800,5000010129700,5000010129900,5000010129A00,5000010129C00,5000010129B00,5000010129D00,5000010129F00,5000010129E00,500001012A000
|
||||
name = Undarken
|
||||
path = Virtual Console/NES/Enhancements/Undarken
|
||||
description = Undarkens the emulator output.
|
||||
description = Undarkens the emulator output. Made by Zalnor.
|
||||
version = 3
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010143400,0005000010143600,0005000010143500
|
||||
name = Contrasty
|
||||
path = "The Legend of Zelda: The Wind Waker HD/Enhancements/Contrasty v1.1"
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Enabling will ignore your other AA settings.
|
||||
description = This pack tweaks the colors and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Enabling will ignore your other AA settings. Made by getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = Contrasty
|
||||
path = "Xenoblade Chronicles X/Enhancements/Contrasty"
|
||||
description = This pack tweaks the colours and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Enabling will ignore your other AA settings.
|
||||
description = This pack tweaks the colours and contrast to whatever preset you set it as. You can also make your own preset by editing the Default preset in the Contrasty folder from the game's graphic packs. Enabling will ignore your other AA settings. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = Fancy GFX # I would have called this RTX on, but Nvidia has trademarked it ;)
|
||||
path = "Xenoblade Chronicles X/Enhancements/Fancy FX"
|
||||
description = Pretty blur, de-band sky, re-align cinematic etc, maintained on Nvidia.
|
||||
description = Pretty blur, de-band sky, re-align cinematic etc, maintained on Nvidia. Made by getdls.
|
||||
version = 4
|
||||
|
||||
#Disabled, causes gfx errors on 1.15.x Enable if fixed.
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = Optimized Bicubic B-spline resampler
|
||||
titleIds =
|
||||
path = "Filters/Bicubic (4 taps)"
|
||||
description = Cemu's Bicubic. Because it's B-spline so it was optimized down to 4 taps.
|
||||
description = Cemu's Bicubic. Because it's B-spline so it was optimized down to 4 taps. Created by NAVras.
|
||||
version = 3
|
||||
|
||||
[OutputShader]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = Optimized Bicubic spline resampler
|
||||
titleIds =
|
||||
path = "Filters/Bicubic"
|
||||
description = The b and c can adjust the properties of the cubic; sometimes referred to as "blurring" and "ringing" respectively.
|
||||
description = The b and c can adjust the properties of the cubic; sometimes referred to as "blurring" and "ringing" respectively. Created by NAVras.
|
||||
version = 3
|
||||
|
||||
[OutputShader]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = Jinc windowed-jinc with anti-ringing
|
||||
titleIds =
|
||||
path = "Filters/Jinc"
|
||||
description = This is an approximation of Jinc. If B=1.0, it's a lanczos filter.
|
||||
description = This is an approximation of Jinc. If B=1.0, it's a lanczos filter. Created by NAVras.
|
||||
version = 3
|
||||
|
||||
[OutputShader] # need texels
|
||||
|
@ -1,11 +1,9 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010136c00,0005000010137c00,0005000010154500,000500001016d300,000500001016df00
|
||||
path = "Batman: Arkham Origins/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
[Control]
|
||||
#Give boost to performance
|
||||
vsyncFrequency = 120
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -1,4 +1,4 @@
|
||||
Since this work isn't wholy mine anymore I feel it needs a readme.
|
||||
Thanks to the contributors Crementif and EpigramX and as always Rajkosto for the input early on and for making it possible to begin with. Also thanks to the Cemu dev team for creating such a fun emulator. They recently added a debugger to aid in projects like this and I can't wait to try it out.
|
||||
Since this work isn't wholly mine anymore I feel it needs a readme.
|
||||
Thanks to the contributors Crementif and epigramx and as always rajkosto for the input early on and for making it possible to begin with. Also thanks to the Cemu dev team for creating such a fun emulator. They recently added a debugger to aid in projects like this and I can't wait to try it out.
|
||||
|
||||
Credits for the Arrow fix go to EpigramX and the initial porting of it to fps++ by Crementif. It's always nice to see people contribute to make something better. I fully welcome others messing around with this and have added comments to all the original code in hope that it is easier to understand. But I suck at comments as much as I suck at code. If you have questions about patching feel free to ask me on discord. I would like to avoid situations where a whole bunch of lines are copy pasted into fps++, where 90% of them don't do anything,claiming it fixes things it doesnt. And fragmenting the user base with regards to which fps++ they should use.
|
||||
Credits for the arrow fix go to epigramx and the initial porting of it to FPS++ by Crementif. It's always nice to see people contribute to make something better. I fully welcome others messing around with this and have added comments to all the original code in hope that it is easier to understand. But I suck at comments as much as I suck at code. If you have questions about patching feel free to ask me on Discord. I would like to avoid situations where a whole bunch of lines are copy pasted into FPS++, where 90% of them don't do anything, claiming it fixes things it doesn't. And fragmenting the user base with regards to which FPS++ they should use.
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Dynamic Gamespeed
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/FPS++/Dynamic Gamespeed (Required)"
|
||||
description = DON'T USE STATIC FPS WITH FPS++! Don't forget to set the FPS limit if you want to exceed 30 FPS. Lowering the amount of averaged frames, how more reactive the gamespeed becomes to your FPS.
|
||||
description = DON'T USE STATIC FPS WITH FPS++! Don't forget to set the FPS limit if you want to exceed 30 FPS. Lowering the amount of averaged frames, how more reactive the gamespeed becomes to your FPS. Made by Xalphenos, Crementif, and epigramx.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101ECF00,00050000101F4A00
|
||||
name = 60FPS
|
||||
path = "Buddy & Me/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 0005000010177200,0005000010180B00
|
||||
name = 60FPS
|
||||
path = "Citizens of Earth/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001010AD00,0005000010110F00
|
||||
name = 60FPS
|
||||
path = "Darksiders II/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,11 +2,9 @@
|
||||
titleIds = 00050000101FA600,00050000101F9700
|
||||
name = Uncapped Framerate
|
||||
path = "Darksiders Warmastered Edition/Mods/Uncapped Framerate"
|
||||
description = This patches out the framerate cap that the game has in place. Performance may increase from changing the recompiler to be dual or triple core.
|
||||
description = This patches out the framerate cap that the game has in place. Performance may increase from changing the recompiler to be dual or triple core. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
||||
[Preset]
|
||||
name = 60FPS (ideal for 240/120/60Hz displays)
|
||||
$targetFPS:int = 60
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001012BA00,000500001012B200
|
||||
name = 60FPS
|
||||
path = "Deus Ex: Human Revolution/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101D0300,00050000101D0600,000500001014D200,00050000101D3F00
|
||||
name = 60FPS
|
||||
path = "Fatal Frame - Project Zero: Maiden of Black Water/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001012B800,000500001012B900,0005000010116600
|
||||
name = 60FPS
|
||||
path = "Fist of the North Star: Ken's Rage 2/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001016AD00,000500001016A400
|
||||
name = 60FPS
|
||||
path = "Lego Batman 3: Beyond Gotham/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -1,8 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010194200,0005000010195D00
|
||||
name = 60FPS
|
||||
path = "Lego Dimensions/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
path = "LEGO Dimensions/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101CDF00,00050000101A6200,00050000101A5C00
|
||||
name = 60FPS
|
||||
path = "Lego Jurassic World/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 0005000010132B00,0005000010132400
|
||||
name = 60FPS
|
||||
path = "Lego Marvel Super Heroes/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101BEF00,00050000101BE900
|
||||
name = 60FPS
|
||||
path = "Lego Marvel's Avengers/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001014DE00,000500001014E000
|
||||
name = 60FPS
|
||||
path = "The LEGO Movie Videogame/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101DAB00,00050000101DAA00
|
||||
name = 60FPS
|
||||
path = "LEGO Star Wars: The Force Awakens/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001016A700,0005000010168D00
|
||||
name = 60FPS
|
||||
path = "LEGO The Hobbit/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,10 +2,8 @@
|
||||
titleIds = 00050000101A4800,00050000101B9900,000500001018D900
|
||||
name = 60FPS
|
||||
path = "Lost Reavers/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
[Control]
|
||||
vsyncFrequency = 120
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 0005000010190300,00050000101E5300,00050000101E5400
|
||||
name = 60FPS
|
||||
path = "Mario & Sonic at the Rio 2016 Olympic Games/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by Slashiee and theboy181.
|
||||
version = 4
|
||||
|
||||
# Original Town patch made by Slashiee, full game patch made by theboy181
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00
|
||||
name = Removes all the HUD elements
|
||||
path = "Mario Kart 8/Mods/No HUD"
|
||||
description = Disables any HUD while racing. Breaks many of the menu's so don't use this if you just want to play the game.
|
||||
description = Disables any HUD while racing. Breaks many of the menu's so don't use this if you just want to play the game. Made by Crementif.
|
||||
version = 4
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101DB000,00050000101DBB00
|
||||
name = 60FPS
|
||||
path = "Oddworld: New 'n' Tasty/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001011C500,0005000010136900,0005000010136A00,0005000010136B00
|
||||
name = 60FPS
|
||||
path = "Disney Planes/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001010B300,0005000010111F00
|
||||
name = 60FPS
|
||||
path = "Sonic & All-Stars Racing Transformed/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 000500001012CF00,000500001012B400,0005000010113100
|
||||
name = 60FPS
|
||||
path = "Resident Evil Revelations/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
|
||||
name = Uncapped Framerate
|
||||
path = "Sonic Boom: Rise of Lyric/Mods/Uncapped Framerate"
|
||||
description = This patches out the framerate cap that the game has in place. Performance may increase from changing the recompiler to be dual or triple core.
|
||||
description = This patches out the framerate cap that the game has in place. Performance may increase from changing the recompiler to be dual or triple core. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 00050000101A7F00,00050000101ACC00
|
||||
name = 60FPS
|
||||
path = "Shiftlings/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 0005000010184900,00050000101D8900
|
||||
name = 60FPS
|
||||
path = "Slender: The Arrival/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010135700,000500001012B100,0005000010128F00
|
||||
name = 60FPS Two-Player Race
|
||||
path = "Sonic Lost World/Mods/60FPS 2P Race"
|
||||
description = Patches out the 30FPS lock from the two-player race mode
|
||||
description = Patches out the 30FPS lock from the two-player race mode. Made by Slashiee.
|
||||
version = 4
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010135700,000500001012B100,0005000010128F00
|
||||
name = No Music
|
||||
path = "Sonic Lost World/Mods/No Music"
|
||||
description = Disables music playback
|
||||
description = Disables music playback. Made by Slashiee.
|
||||
version = 4
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = No HUD
|
||||
path = "Splatoon/Mods/No HUD"
|
||||
description = Removes the HUD from the game.
|
||||
description = Removes the HUD from the game. Made by Xalphenos and Slashiee.
|
||||
version = 4
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = Map Swap
|
||||
path = "Splatoon/Mods/Map Swap"
|
||||
description = Read patches.txt for more information.
|
||||
description = Read patches.txt for more information. Made by Slashiee.
|
||||
version = 4
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = Octohax
|
||||
path = "Splatoon/Mods/Octohax"
|
||||
description = Replaces the female inkling with the octoling.
|
||||
description = Replaces the female Inkling with the Octoling. Made by Slashiee.
|
||||
version = 4
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = Squid Sister Swap
|
||||
path = "Splatoon/Mods/Squid Sister Swap"
|
||||
description = Allows you to swap the Squid Sisters.
|
||||
description = Allows you to swap the Squid Sisters. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -2,5 +2,5 @@
|
||||
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
|
||||
name = 60FPS
|
||||
path = "Tokyo Mirage Sessions FE/Mods/Static 60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by getdls.
|
||||
version = 4
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||||
name = Distant Fog
|
||||
path = "The Legend of Zelda: Twilight Princess HD/Mods/Distant Fog"
|
||||
description = Sets the depth and exposure of distant fog. Possible issues with disappearing objects
|
||||
description = Sets the depth and exposure of distant fog. Possible issues with disappearing objects. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -26,7 +26,6 @@ $nearExp = 0.0039
|
||||
$bloomExp = 0.0039
|
||||
$distExp = 0.0039
|
||||
|
||||
|
||||
[Preset]
|
||||
name = Low exposure
|
||||
$distanceFog = 21.0
|
||||
|
@ -2,7 +2,5 @@
|
||||
titleIds = 0005000010110200,000500001010EA00,0005000010112B00
|
||||
name = 60FPS
|
||||
path = "Warriors Orochi 3 Hyper/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
@ -74,5 +74,5 @@
|
||||
- **Force weather**: Force selected weather. Just select a preset and unload/reload the pack.
|
||||
|
||||
### Requirements
|
||||
The most important requirement is of course cemuhook. All my mods have been tested and are known to work with cemuhook **0.5.7.3**.
|
||||
The most important requirement is of course Cemuhook. All my mods have been tested and are known to work with Cemuhook **0.5.7.3**.
|
||||
All mods are compatibles with Xenoblade versions **1.0.1E** and **1.0.2U** (some of them with 1.0.1U), and are not supposed to impact savegames but be sure to make save backup just in case!
|
||||
|
@ -26,7 +26,7 @@ name = Match 16:10 horizontal FOV to 16:9 (0.9)
|
||||
$fov = 0.9
|
||||
|
||||
[Preset]
|
||||
name = Pc style wide FOV (0.825)
|
||||
name = PC style wide FOV (0.825)
|
||||
$fov = 0.825
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010172600,0005000010172700,000500001011B900
|
||||
name = Resolution
|
||||
path = "Bayonetta 2/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by Slashiee and getdls.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset] # Should work fine on a 1070 and fixes most of horizontal shimmering
|
||||
name = --- SSAA res Tweaks - Set scaling to Stretch
|
||||
$width = 1920
|
||||
@ -87,22 +73,21 @@ $gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 1920x2160 (Vertical x2)
|
||||
name = 1920x1080 (Vertical 200%, 2160)
|
||||
$width = 1920
|
||||
$height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 2560x2880 (Vertical x2)
|
||||
name = 2560x1440 (Vertical 200%, 1440)
|
||||
$width = 2560
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
|
||||
[Preset] #
|
||||
name = 3840x4320 (Vertical x2)
|
||||
[Preset]
|
||||
name = 3840x2160 (Vertical 200%, 4320)
|
||||
$width = 3840
|
||||
$height = 4320
|
||||
$gameWidth = 1280
|
||||
|
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Resolution
|
||||
path = "The Legend of Zelda: Breath of the Wild/Graphics/Resolution"
|
||||
description = Changes the games resolution. You cannot change resolutions on the fly.
|
||||
description = Changes the resolution of the game. Made by Skalfate, rajkosto and NAVras.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -89,14 +89,6 @@ $gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$heightfix = 0
|
||||
|
||||
[Preset]
|
||||
name = 10240x5760 (16:9)
|
||||
$width = 10240
|
||||
$height = 5760
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$heightfix = 0
|
||||
|
||||
# Common Ultrawide Resolutions
|
||||
|
||||
[Preset]
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010146800,0005000010156100,0005000010157900
|
||||
name = Resolution
|
||||
path = "Call of Duty: Ghosts/Graphics/Resolution"
|
||||
description = Changes the game's resolution.
|
||||
description = Changes the game's resolution. Made by Atom.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -82,13 +82,20 @@ $gameHeight = 720
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
formats = 0x0000001a,0x00000011
|
||||
formats = 0x1a,0x11
|
||||
overwriteWidth = ($width/$gameWidth) * 1280
|
||||
overwriteHeight = ($height/$gameHeight) * 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 864
|
||||
height = 720
|
||||
formats = 0x0000001a,0x00000011,0x0000041a
|
||||
formats = 0x1a,0x11,0x41a
|
||||
overwriteWidth = ($width/$gameWidth) * 864
|
||||
overwriteHeight = ($height/$gameHeight) * 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 720
|
||||
formats = 0x1a,0x11,0x41a
|
||||
overwriteWidth = ($width/$gameWidth) * 854
|
||||
overwriteHeight = ($height/$gameHeight) * 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010180600,0005000010180700,0005000010180500
|
||||
name = Resolution
|
||||
path = "Captain Toad: Treasure Tracker/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,80 +65,22 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common Ultrawide Resolutions
|
||||
# Common Ultrawide Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 2560x1080 ("21:9")
|
||||
name = 2560x1080 (Ultrawide)
|
||||
$width = 2560
|
||||
$height = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 3440x1440 ("21:9")
|
||||
name = 3440x1440 (Ultrawide)
|
||||
$width = 3440
|
||||
$height = 1440
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common 16:10 Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1440x900 (16:10)
|
||||
$width = 1440
|
||||
$height = 900
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 1680x1050 (16:10)
|
||||
$width = 1680
|
||||
$height = 1050
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 1920x1200 (16:10)
|
||||
$width = 1920
|
||||
$height = 1200
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 2560x1600 (16:10)
|
||||
$width = 2560
|
||||
$height = 1600
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 2880x1800 (16:10)
|
||||
$width = 2880
|
||||
$height = 1800
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 3840x2400 (16:10)
|
||||
$width = 3840
|
||||
$height = 2400
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x3200 (16:10)
|
||||
$width = 5120
|
||||
$height = 3200
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001015B200,000500001016EA00,000500001016D800
|
||||
name = Resolution
|
||||
path = "Child of Light/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by Crementif.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine] # Game Resolution
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,11 +2,9 @@
|
||||
titleIds = 00050000101FA600,00050000101F9700
|
||||
name = Resolution
|
||||
path = "Darksiders Warmastered Edition/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by theboy181.
|
||||
version = 4
|
||||
|
||||
# Made by theboy181
|
||||
|
||||
[Preset]
|
||||
name = 1280x720 (Default)
|
||||
$width = 1280
|
||||
@ -16,13 +14,6 @@ $gameHeight = 720
|
||||
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
$width = 640
|
||||
@ -74,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010177600,0005000010177700,0005000010197d00
|
||||
name = Resolution
|
||||
path = "Devil's Third/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by Crementif.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010137F00,0005000010138300,0005000010144800
|
||||
name = Resolution
|
||||
path = "Donkey Kong Country: Tropical Freeze/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by getdls and Skalfate.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,80 +65,22 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common Ultrawide Resolutions
|
||||
# Common Ultrawide Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 2560x1080 ("21:9")
|
||||
name = 2560x1080 (Ultrawide)
|
||||
$width = 2560
|
||||
$height = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 3440x1440 ("21:9")
|
||||
name = 3440x1440 (Ultrawide)
|
||||
$width = 3440
|
||||
$height = 1440
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common 16:10 Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1440x900 (16:10)
|
||||
$width = 1440
|
||||
$height = 900
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 1680x1050 (16:10)
|
||||
$width = 1680
|
||||
$height = 1050
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 1920x1200 (16:10)
|
||||
$width = 1920
|
||||
$height = 1200
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 2560x1600 (16:10)
|
||||
$width = 2560
|
||||
$height = 1600
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 2880x1800 (16:10)
|
||||
$width = 2880
|
||||
$height = 1800
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 3840x2400 (16:10)
|
||||
$width = 3840
|
||||
$height = 2400
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x3200 (16:10)
|
||||
$width = 5120
|
||||
$height = 3200
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
# Format Textures:
|
||||
# - 0x001=Color-Red8
|
||||
# - 0x011=Depth24_Stencil8
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010150300,0005000010152A00,0005000010152B00
|
||||
name = Resolution
|
||||
path = "Dr. Luigi/Graphics/Resolution"
|
||||
description = Changes the resolution of the game. Anti-aliasing is disabled by default.
|
||||
description = Changes the resolution of the game. Anti-aliasing is disabled by default. Made by Slashiee.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
@ -14,13 +14,6 @@ $gameHeight = 720
|
||||
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
$width = 640
|
||||
@ -72,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010129000,0005000010129200
|
||||
name = Resolution
|
||||
path = "DuckTales: Remastered/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by Crementif.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
@ -72,14 +72,6 @@ $height = 2160
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
|
||||
[TextureRedefine] # TV Resolution
|
||||
width = 1920
|
||||
height = 1080
|
||||
|
@ -1,8 +1,8 @@
|
||||
[Definition]
|
||||
titleIds = 000500001012f000,00050000101d6000,00050000101e4100,00050000101FED00
|
||||
name = Resolution
|
||||
path = "Fast Racing Neo/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
path = "FAST Racing NEO/Graphics/Resolution"
|
||||
description = Changes the resolution of the game. Made by Slashiee and getdls.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -15,17 +15,7 @@ $internalRes = 1.0
|
||||
$scaleShader = 1.0
|
||||
$textureFormat = 0x01a
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$internalRes = 1.0
|
||||
$scaleShader = 1.0
|
||||
$textureFormat = 0x01a
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -47,7 +37,7 @@ $internalRes = 1.0
|
||||
$scaleShader = 1.0
|
||||
$textureFormat = 0x01a
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -99,32 +89,6 @@ $internalRes = 1.0
|
||||
$scaleShader = 1.0
|
||||
$textureFormat = 0x01a
|
||||
|
||||
#[Preset]
|
||||
#name = 3840x2160 (experimental res, format)
|
||||
#$width = 3840 #5760
|
||||
#$height = 2160
|
||||
#$gameWidth = 1280
|
||||
#$gameHeight = 720
|
||||
#$internalRes = 2.0
|
||||
#$scaleShader = 1.0
|
||||
#$textureFormat = 0x01f
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$internalRes = 1.0
|
||||
$scaleShader = 1.0
|
||||
$textureFormat = 0x01a
|
||||
|
||||
#[TextureRedefine]
|
||||
#width = 1280
|
||||
#height = 720
|
||||
#formats = 0x01a
|
||||
#overwriteFormat = $textureFormat
|
||||
|
||||
[TextureRedefine] # Game Resolution
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101D0600,00050000101D0300,000500001014D200,00050000101D3F00
|
||||
name = Resolution
|
||||
path = "Fatal Frame - Project Zero: Maiden of Black Water/Graphics/Resolution"
|
||||
description = Changes the games resolution. You cannot change resolutions on the fly.
|
||||
description = Changes the resolution of the game.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,14 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
# -----------------------------------------------------------------------------------------------------------------------------------------------
|
||||
# -----------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# All Formats- 0x001,0x011,0x01a,0x41a,0x816,0x80e,0x81e,0x820,0x806
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001012B800,000500001012B900,0005000010116600
|
||||
name = Resolution
|
||||
path = "Fist of the North Star: Ken's Rage 2/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by Crementif.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,13 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine] # TV Resolution
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001014CA00
|
||||
name = Resolution
|
||||
path = "Hyrule Historia/Graphics/Resolution"
|
||||
description = Changes the games resolution.
|
||||
description = Changes the resolution of the game. Made by Morph.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -12,6 +12,38 @@ $height = 1080
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
$width = 640
|
||||
$height = 360
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 1280x720
|
||||
$width = 1280
|
||||
$height = 720
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
$width = 1600
|
||||
$height = 900
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 2560x1440
|
||||
$width = 2560
|
||||
@ -19,6 +51,13 @@ $height = 1440
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 3200x1800
|
||||
$width = 3200
|
||||
$height = 1800
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 3840x2160
|
||||
$width = 3840
|
||||
@ -26,28 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 7680x4320
|
||||
$width = 7680
|
||||
$height = 4320
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 10240x5760
|
||||
$width = 10240
|
||||
$height = 5760
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
|
||||
|
||||
[TextureRedefine] # TV Resolution
|
||||
width = 1920
|
||||
height = 1080
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 000500001017D800,000500001017D900,000500001017CD00
|
||||
name = Resolution
|
||||
path = "Hyrule Warriors/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by getdls.
|
||||
version = 3
|
||||
|
||||
#Resolutions |Aspect ratio
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 00050000101ABC00,00050000101B5100
|
||||
name = Resolution
|
||||
path = "Kirby and the Rainbow Curse & Paintbrush/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by Crementif.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,14 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
|
||||
[TextureRedefine] # TV Resolution
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 5000010194200, 0005000010195d00
|
||||
name = "Resolution"
|
||||
path = "Lego Dimensions/Graphics/Resolution"
|
||||
description = Changes the resolution of the game.
|
||||
description = Changes the resolution of the game. Made by bloodmc and Xalphenos.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
@ -14,13 +14,6 @@ $gameHeight = 720
|
||||
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
$width = 640
|
||||
@ -72,36 +65,22 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
# Common Ultrawide Resolution
|
||||
# Common Ultrawide Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 2560x1080 ("21:9")
|
||||
name = 2560x1080 (Ultrawide)
|
||||
$width = 2560
|
||||
$height = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 3440x1440 ("21:9")
|
||||
name = 3440x1440 (Ultrawide)
|
||||
$width = 3440
|
||||
$height = 1440
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2160 ("21:9")
|
||||
$width = 5120
|
||||
$height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -12,14 +12,7 @@ $height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
@ -35,7 +28,7 @@ $height = 540
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
@ -72,14 +65,6 @@ $height = 2160
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
|
||||
[TextureRedefine] # TV Resolution
|
||||
width = 1280
|
||||
height = 720
|
||||
|
@ -2,7 +2,7 @@
|
||||
titleIds = 0005000010190300,00050000101E5300,00050000101E5400
|
||||
name = Resolution
|
||||
path = "Mario & Sonic at the Rio 2016 Olympic Games/Graphics/Resolution"
|
||||
description = Changes the resolution of the game. Known issues: Lower resolution results in a "deep-fried" look. Depth of field and bloom needs shader edits.
|
||||
description = Changes the resolution of the game. Known issues: Lower resolution results in a "deep-fried" look. Depth of field and bloom needs shader edits. Made by Slashiee.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user