
- MGSV THE PHANTOM PAIN STEAM TRADING CARDS WIKI HOW TO
- MGSV THE PHANTOM PAIN STEAM TRADING CARDS WIKI WINDOWS 10
- MGSV THE PHANTOM PAIN STEAM TRADING CARDS WIKI PC

When first running the program, it will create a local directory for saves and config files under C:\MGSV_saves. If you are happy with new saves being copies of old saves and want to keep cloud sync on, just ignore this part part and continue. Otherwise Steam will download the latest cloud save on game launch. Game completion percentage next to the currently used saveīefore running the program: If you want your new saves to be fresh saves (starting from beginning of the game), disable the Steam Cloud Sync for BOTH MGSV: The Phantom Pain and MGSV: Ground Zeroes.Configure game settings (subtitles, reflex mode etc.).Possible features (depending on the feasibility) Resolution and used display not yet supported.As the C# programs are compiled, a bunch of different scripts and files are no longer required to run the program, making the release even more portable, especially compared to the Python script which required Python to be installed or compiled to an executable with a bunch of Python libraries packed alongside it. Most of the background functionality was quite easy to port over, since the Python script mostly used Windows command line tools and only required to change how those tools were called from within the code.
MGSV THE PHANTOM PAIN STEAM TRADING CARDS WIKI HOW TO
Designing the GUI for the release 2.0 was done first to see, what features should be ported and how to connect them to each other.
MGSV THE PHANTOM PAIN STEAM TRADING CARDS WIKI PC
The language of choice was C#, since the game's PC version is supported only on Windows, and GUI tools are quite well supported and easy to use. However, as the creation of a graphical user interface is not that easy and flexible with Python tkinter GUI library, the next step was to switch language.

Also the Bash was replaced with the native Windows command line. The final Python 3 version of the save manager included previously mentioned features, but also save creation and deletion.

After that came support for more than two save files and user scanning, to switch between users. First was added automated Steam directory finder, to mitigate the user's need to type in where the client was installed.
MGSV THE PHANTOM PAIN STEAM TRADING CARDS WIKI WINDOWS 10
The first version included only a simple switching between two save files, where all paths were hard coded into the script, which at the time was written in Python 3 and using the Windows 10 Linux subsystem and bash, making the script not portable at all. The idea for save manager came from having to manually move save folders yourself, if you wanted to have multiple saves with MGSV: The Phantom Pain since the game only has a single save slot builtin, quite a contrast compared to the previous games in series.
