15 Commits

Author SHA1 Message Date
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
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
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
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
bc059f70d5 docs(wiki): update dev environment setup instructions 2026-02-14 00:09:17 -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
9d90610dd0 feat: add start of documentation, chore: update pre-commit hooks and workflow 2026-02-04 00:15:15 -06:00