Lev Rusanov b8cc20a184 Update
* small README update
* change exec() to exec_()
* added config parsing when app starting up
* setup.py fixes (for cx_Freeze build)
* updated requirements

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-05-08 08:46:59 +07:00
2023-12-01 21:44:59 +07:00
2024-05-08 08:46:59 +07:00
2024-05-08 08:46:59 +07:00
2023-10-21 21:22:25 +07:00
2022-08-08 14:43:38 +07:00
2023-11-12 13:40:30 +07:00
2020-08-22 10:25:34 +07:00
2024-02-08 16:07:30 +07:00
2024-05-08 08:46:59 +07:00
2024-05-08 08:46:59 +07:00
2024-05-08 08:46:59 +07:00
2024-05-08 08:46:59 +07:00
2024-05-08 08:46:59 +07:00
2023-02-12 13:13:21 +07:00
2020-08-22 10:25:34 +07:00
2023-10-21 21:22:10 +07:00

SaveWizard


Features:

  1. Decrypt file, if save file crypted
  2. Check for DLC to the save file (available DLC listed at DLC_TABLE.md)
  3. Edit money, experience and loan limit
  4. Edit skills
  5. 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
Saves editor for ATS and ETS2.
Readme 2.4 MiB
Languages
Python 100%