-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds support for Fallout 2 #101
base: master
Are you sure you want to change the base?
Conversation
Automatically detects GOG and Steam installations. Supports .ini files: - ddraw.ini (sfall configuration) - f2_res.ini (high-res configuration) Upon profile creation, fallout2.cfg is updated to use absolute paths to your game folder. Without this fallout2.cfg change, the game results in an error when launching: "Couldn't find/load text fonts"
I'll run |
Updated it using |
Added to README
I didn't think to add the information to the README This PR also updates the README now (using the same formatting and information as the other games) |
Added one final tweak. The [section]
key = value
; I would expect no spaces around the =, e.g.
key=value The popular Fallout 1/2 save game editor (F12se) struggled with this format. Found the |
Checks ran successfully 😸 |
Let me know if there's anything else I should do on my end! 🎮 |
Haven't seen this when I created my own version: https://gist.github.com/phobos2077/c7f1488ee98626cbbfc370ba8a5ba0a5#file-game_fallout2-py I wonder why you have Fallout2HR.exe as executable instead of regular Fallout2.exe? I'm looking for a way to use MO2 with Fallout2 with recent sfall version and modern-style mods. Sfall now supports a mods folder with mods_order.txt similar to archives.txt file in Bethesda games. Do you know if it's possible to add support for mod archives using the same UI as New Vegas plugin uses, for example, with just the Basic Games plugin? You can read about my experience with MO2 here: https://www.nma-fallout.com/threads/using-mod-organizer-2-for-fallout-2-modding.221796/ |
Thanks for the PR, you will need to rebase against |
@mrowrpurr Pinging you again so you can see the comment by Holt. Please update this to use PyQt6 imports. |
Automatically detects GOG and Steam installations.
Supports profile-specific .ini files:
ddraw.ini
(sfall configuration)f2_res.ini
(high-res configuration)Upon profile creation,
fallout2.cfg
is updated to use absolute paths to your game folder.Without this
fallout2.cfg
change, the game results in an error when launching: "Couldn't find/load text fonts"Save Games
fallout2.cfg
There is an .ini file which needs its paths updated or the game won't launch. I wasn't sure where to put this code, so I put it into
initializeProfile
. It works but I don't know if it's the best place to put it!