27 Commits

Author SHA1 Message Date
furglitch
9901250df9 docs(wiki): Fix URLs
Resolves #933
2026-03-24 12:35:54 -05:00
furglitch
bb42d76ba8 chore: swap filenames
commas over underscores
2026-03-23 23:17:53 -05:00
furglitch
799937caa4 docs(wiki): update config docs 2026-03-23 16:56:19 -05:00
furglitch
0ca0f75866 docs(wiki): Move to README 2026-03-23 16:12:22 -05:00
furglitch
14a0d9abcf docs(wiki): Swap FOLON to One-Click support 2026-03-21 18:02:23 -05:00
furglitch
d57ce6fd8e docs(wiki): General update
Updating for consistency with bash wiki
2026-03-21 14:00:15 -05:00
furglitch
b0d027d7dd docs(wiki): adjust ordering 2026-03-20 23:14:32 -05:00
furglitch
4642d0d4ff docs(wiki): Fallout London install guide
resolves #927
2026-03-20 23:06:41 -05:00
furglitch
eda247471d fix(redirector): action build error 2026-03-11 00:33:40 -05:00
furglitch
4b851c8ca8 fix(redirector): compile redirector as a Windows executable
so, up to this point redirector.exe was apparently just a linux binary wearing a .exe hat, which meant mo2 AND the game were running under wine, not proton. allegedly.

in particular, this was causing an issue with Starfield giving a 'graphics cards does not meet minimum requirement' error on both mine and my fiance's computers.

Essentially, the fix was to run the pyinstaller command under Wine, and of course adjust the redirector to work under Windows paths.
2026-03-10 23:35:37 -05:00
furglitch
fa6f243d96 fix: remove single_executable workarounds
since we're no longer replacing the executable, this is causing issues
2026-03-10 19:46:18 -05:00
furglitch
0a02462c52 feat(redirector): Launch Option method
No more need to replace exes! Yay!
2026-03-09 21:20:19 -05:00
furglitch
d20bcb093b docs(wiki): clarify STEAM_COMPAT_MOUNTS
contributor: @tim-elmer
2026-02-14 20:19:16 -06:00
furglitch
98189a2c31 docs(wiki): update instance type instruction 2026-02-14 20:16:25 -06:00
furglitch
07b1109d23 docs(wiki): add uv run note 2026-02-14 10:00:43 -06:00
furglitch
b534aaaa93 docs(wiki): update contributing steps 2026-02-14 09:58:29 -06:00
furglitch
5f3762656f docs(wiki): add post-install info 2026-02-14 00:51:22 -06:00
furglitch
bc059f70d5 docs(wiki): update dev environment setup instructions 2026-02-14 00:09:17 -06:00
furglitch
8ec27222c2 chore: update logging 2026-02-10 01:41:59 -06:00
furglitch
1e7cd49b09 fix: various bugfixes from test runs
- adjust uninstall confirmation handling
- fix choice list for script extender installs
- fix immediate exit when `install` given plugins
- prevent users from overriding existing instances (idk why I was permitting that)
- fix direct scriptextender download failing
- fix java installation
- fix update command not installing MO2 (directory copy issue)
- add file whitelist to resources
- general improvements to documentation
2026-02-09 01:00:17 -06:00
furglitch
8a2a28a203 fix: misc small things 2026-02-04 22:24:14 -06:00
furglitch
31e30d1a29 feat: allow multiple executables 2026-02-04 17:18:10 -06:00
furglitch
85648c8c48 feat: add unpin command 2026-02-04 09:57:01 -06:00
furglitch
937808cfb3 docs(wiki): adjust usage documentation 2026-02-04 09:33:52 -06:00
furglitch
422734f8c2 feat: add update command 2026-02-04 09:27:42 -06:00
furglitch
29d39eb0e7 feat: add pin command 2026-02-04 01:12:49 -06:00
furglitch
9d90610dd0 feat: add start of documentation, chore: update pre-commit hooks and workflow 2026-02-04 00:15:15 -06:00