-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed asset colors * 2.0.1 * fixed exiting from OWML config menu with button press (#371) * Allow external patchers to execute before the game (#370) * Added support for external patchers declared in the manifest * Fixed typo * Only check for patcher parameter * Fixed identation * again... * Removed useless check Co-authored-by: Ricardo <[email protected]> * ModsMenu fixes (#374) (#375) * Cancel now also saves, properly unsubscribe events when scene changes * Conform to repo's code style * Remove useless cleanup logic Co-authored-by: artum <[email protected]> * 2.1.0 (#376) * Remove RequireVR (#378) * patcher cleanup (#379) * patcher cleanup * cleanup * cleanup * Select first fix (#380) * fixed SelectFirstOnActivate in OWML menus and tweaked nav generation * Fixed issue with selector, text, and number inputs (#389) * Better tab nav (#382) * Run game through epic launcher / steam (#381) * Remove redundant description (#386) No longer used anywhere * Fixes Issue#390: Controller Overriding Input Values (#392) * Fix Text Input * Fix number input * Adding separators as mod settings, to make large configurations easier to parse (#393) * Added deeper menus for text and number inputs (#394) * Merge + cleanup (#396) * fix manifest versions * Prevent warning on minor version difference * Option to launch through exe (#402) * remove test unpatching in sample mod * update sample mods' owml version * add forceExe option to owml config * use forceExe config to force running through exe * PopupInput fixes (#404) * first batch (still doesn't reopen the correct menu and has a bunch of debug lines) * exiting InputPopup now seems to return to it's ModConfig tab correctly * fixfixfix (something something pause menu) * removed stray tabs * removed comments * Scrollable modconfigmenus (#406) * added names to added gameObjects (#407) * modmenus names * also a main/pause menu MODS button * Always save when exiting (#408) * Update ModMenu.cs (#405) Some minor refactoring to make it more obvious what is happening. * added null mod check (#409) Co-authored-by: Aleksandr <[email protected]> Co-authored-by: artum <[email protected]> Co-authored-by: Ricardo <[email protected]> Co-authored-by: Joseph <[email protected]> Co-authored-by: _nebula <[email protected]> Co-authored-by: Raicuparta <[email protected]>
- Loading branch information
1 parent
2bfe6e3
commit 676d21a
Showing
27 changed files
with
208 additions
and
82 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"gamePath": "C:/Program Files (x86)/Steam/steamapps/common/Outer Wilds", | ||
"debugMode": false, | ||
"forceExe": false, | ||
"socketPort": 0 | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.