No project description provided
Project description
Gamesutil
[!NOTE] Installation is supported only for the following:
- Windows
- Linux
[!NOTE] Development requires a fully configured Dotfiles dev environment
Table of Contents
Installation
Pip
python3 -m pip install gamesutil
Manifest
Create the Save-Manifest.json
[!NOTE] Any instances of {USER} are automatically replaced by the program with the current user name
The Manifest contains:
- backupSaveLocation: The folder where the cold saves are stored
- saves:
- save:
- displayName: The folder name that will be stored in the cold save location
- location: The location of the hot save
- save:
{
"backupSaveLocation":"F:\\misc\\src\\gamesutil\\saves",
"saves": [
{
"displayName":"My Game Save",
"location": "C:\\Users\\{USER}\\AppData\\Local\\Game Company\\The Game"
},
]
}
In the above sample:
- hot location: "C:\Users\{USER}\AppData\Local\Game Company\The Game"
- cold location: F:\misc\src\gamesutil\saves\My Game Save
[!NOTE] Hot location: should point to the directory where the game saves
Cold location: your backup
Usage
Collect
-sm The location of the Save Manifest
gamesutil collect -sm C:\PATH\TO\SAVE-MANIFEST.JSON
This will copy all hot saves listed in the manifest into the cold save location
Inject
-sm The location of the Save Manifest
gamesutil inject -sm C:\PATH\TO\SAVE-MANIFEST.JSON
This will copy all the cold saves listed in the manifest into the hot save location
Development
[!NOTE] Development requires a fully configured Dotfiles dev environment
source init.sh
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gamesutil-1.0.1.tar.gz.
File metadata
- Download URL: gamesutil-1.0.1.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c143e6c568955d21765ed226daaf4236a706feee03608d680e9b3ea1a2ba4934
|
|
| MD5 |
3a6c2f28303821d6a0024988febc2d30
|
|
| BLAKE2b-256 |
b7397dcfc7521082bcd4c5448ea5f5ccef4c780ce8f99369a387c0df07416817
|
File details
Details for the file gamesutil-1.0.1-py3-none-any.whl.
File metadata
- Download URL: gamesutil-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70e4a3d50e5a7f210fc7c3d53409028d9cd2c2f2e8856b8d38bab217ae5fcefb
|
|
| MD5 |
9dd87b31163562b8a46b170d6fed6dc9
|
|
| BLAKE2b-256 |
8d7d7b7d80a12261d85766f979a659c541d33bdd909393b4f34e847505e17fb6
|