mirror of
https://github.com/JDM170/SaveWizard
synced 2025-04-20 22:30:42 +07:00
b68331d6833ec04f974888a375d6c663a6be210d
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SaveWizard
- Author of original "SaveWizard" script: DrEGZo
- Original script is taken from here: https://forum.truckersmp.com/index.php?/topic/55773-savewizard/ (access to the topic has been closed)
- Utility to decrypt file: https://github.com/TheLazyTomcat/SII_Decrypt
Features:
- Decrypt file, if save file crypted
- Check for DLC to the save file (available DLC listed at DLC_TABLE.md)
- Edit money, experience and loan limit
- Edit skills
- Visit cities, unlock garages, dealers and agencies
To build project You need Python 3.10.7 and installed requirements from requirements.txt
Command to convert .ui to .py: pyuic5 -x input.ui -o output.py
Commands to build project:
- cx_Freeze:
python setup.py build - PyInstaller:
pyinstaller build.spec --clean
If you've found a bug - please open an issue
Description
Languages
Python
100%