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
| local graphicsManager = sdk.get_managed_singleton("app.GraphicsManager")._AppGraphicsSettingController | |
| local graphicsSetting = graphicsManager._GraphicsSetting | |
| graphicsSetting._LensDistortionSetting = 2 | |
| graphicsManager:call("setGraphicsSetting", graphicsSetting) |
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
| local function pre_skipOriginalMethod(args) | |
| return sdk.PreHookResult.SKIP_ORIGINAL | |
| end | |
| local function pre_resetUsedTickets(args) | |
| local saveDataManager = sdk.get_managed_singleton("app.SaveDataManager") | |
| local systemCommon = saveDataManager._SystemSaveData._Data._SystemCommon | |
| local userSaveData = saveDataManager._UserSaveData._Data | |
| systemCommon.HunterTicketsUsed = 0 | |
| systemCommon.PalicoTicketsUsed = 0 |
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
| set -g mouse on | |
| set -g history-limit 100000 | |
| set -s escape-time 0 | |
| set -g default-command $SHELL | |
| unbind -T copy-mode MouseDrag1Pane | |
| unbind -T copy-mode MouseDragEnd1Pane | |
| unbind -T copy-mode DoubleClick1Pane | |
| unbind -T copy-mode TripleClick1Pane |
OlderNewer