Skip to content

Instantly share code, notes, and snippets.

@Waester
Last active January 21, 2026 05:07
Show Gist options
  • Select an option

  • Save Waester/24d315ad63dc94c84d9bac0790fe587c to your computer and use it in GitHub Desktop.

Select an option

Save Waester/24d315ad63dc94c84d9bac0790fe587c to your computer and use it in GitHub Desktop.
Monster Hunter Wilds
local graphicsManager = sdk.get_managed_singleton("app.GraphicsManager")._AppGraphicsSettingController
local graphicsSetting = graphicsManager._GraphicsSetting
graphicsSetting._LensDistortionSetting = 2
graphicsManager:call("setGraphicsSetting", graphicsSetting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment