Last active
October 25, 2022 11:57
-
-
Save LOuroboros/ba9686e309f725158ab04683c5ab094e to your computer and use it in GitHub Desktop.
Scale Models for Magpie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// Solid options for anime~esque games and RPG Maker games. | |
{"name":"Anime4K UpDenS","effects":[ | |
{"effect":"Anime4K_Upscale_Denoise_S"}, | |
{"effect":"CatmullRom","scale":[-1,-1]}, | |
{"effect":"FSR_EASU","scale":[-1,-1]}, | |
{"effect":"FSR_RCAS","sharpness":0.85}, | |
]}, | |
{"name":"FSR","effects":[ | |
{"effect":"FSR_EASU","scale":[-1,-1]}, | |
{"effect":"FSR_RCAS","sharpness":0.85}, | |
]}, | |
// Solid option for games such as SMT III Nocturne HD Remaster. | |
{"name":"FXAA Medium","effects":[ | |
{"effect":"FXAA_Medium"}, | |
]}, | |
// CRT inspired algorithms. | |
{"name":"CRT_Easymode","effects":[ | |
{"effect":"CRT_Easymode","scale":[-1,-1], | |
"sharpnessH":0.5,"sharpnessV":1, | |
"maskStrength":0.3,"maskDotWidth":1,"maskDotHeight":1,"maskStagger":0,"maskSize":1, | |
"scanlineStrength":1,"scanlineBeamWidthMin":1.5,"scanlineBeamWidthMax":1.5,"scanlineBrightMin":0.35,"scanlineBrightMax":0.65,"scanlineCutoff":400, | |
"gammaInput":2,"gammaOutput":1.8,"brightBoost":1.2,"dilation":1}, | |
]}, | |
// [0,1] 默认0.5 | [0,1] 默认1 | |
// [0,1] 默认0.3 | [1,100] 默认1 | [1,100] 默认1 | [0,100] 默认0 | [1,100] 默认1 | |
// [0,1] 默认1 | [0.5,5] 默认1.5 | [0.5,5] 默认1.5 | [0,1] 默认0.35 | [0,1] 默认0.65 | [1,1000] 默认400 | |
// [0.1,5] 默认2 | [0.1,5] 默认1.8 | [1,2] 默认1.2 | [0,1] 默认1 | |
{"name":"CRT_Lottes","effects":[ | |
{"effect":"CRT_Lottes","scale":[-1,-1], | |
"hardScan":-8,"hardPix":-3,"warpX":0.031,"warpY":0.041, | |
"maskDark":0.5,"maskLight":1.5,"scaleInLinearGamma":1,"shadowMask":3,"brightBoost":1, | |
"hardBloomPix":-1.5,"hardBloomScan":-2,"bloomAmount":0.15,"shape":2}, | |
]}, | |
// [-20,0] 默认-8 取整 | [-2,0] 默认-3 取整 | [0,0.125] 默认0.031 | [0,0.125] 默认0.041 | |
// [0,2] 默认0.5 | [0,2] 默认1.5 | [0,1] 默认1 取整 | [0,4] 默认3 取整 | [0,2] 默认1 | |
// [-2,-0.5] 默认-1.5 | [-4,-1] 默认-2 | [0,1] 默认0.15 | [0,10] 默认2 | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment