Closed LibretroAdmin closed 9 months ago
Yeah, paramdefs were never made for this. They're usually only maintained by the community for the "game" params, which are in the regulation.bin in newer titles. People don't seem to particularly care about these other ones.
You can try copying the paramdefs prefixed Gconfig_
from the Assets\Paramdex\ER\Defs
folder into the AC6 one, and changing the ParamType
to match the one this error message is asking from you (the ER ones only say CS_LIGHTNING_QUALITY_DETAIL
instead of GRAPHICS_CONFIG_CS_LIGHTNING_QUALITY_DETAIL
, for example), and see if that is already enough to parse these files. Since it's a different game, it might not be, especially since raytracing got introduced.
There's probably nothing too exciting in there, though.
Thanks, it seems to have worked for ReflectionQuality. I'll try it for the other ones as well.
It's probably better to PR the paramdef updates to DSMapStudio, since that's where the Paramdex is maintained, and I just source it from there.
On Wed, 3 Jan 2024, 09:45 LibretroAdmin, @.***> wrote:
Thanks, it seems to have worked for ReflectionQuality. I'll try it for the other ones as well.
If this all pans out, would you like a PR for this?
— Reply to this email directly, view it on GitHub https://github.com/ividyon/WitchyBND/issues/18#issuecomment-1875018674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIG7FE6IS4ZXPUDUJZAJ2DYMULDTAVCNFSM6AAAAABBK3ALVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVGAYTQNRXGQ . You are receiving this because you commented.Message ID: @.***>
For instance, here is what happens when trying to turn GraphicsConfig_LightingQuality_win64.param into XML :
What happens with GraphicsConfig_VolumetricEffectQuality_win64.param:
This happens with the latest AC6 installed. I am selecting 'Armored Core VI' from the dropdown list and then inputting the specified regulation version (10210005).