A tool to tag and export the savegame car presets extracted by NFSMW Unlimiter's Presitter feature. Think of it as MemphisRider's dumber little brother.
- Python-based, so it can be run in platforms besides Windows; Python script and standalone Windows application included.
- Basic management of savegame presets:
- Change preset names
- Export presets by saving them to another file
- Limited preset importing feature (only to a slot that has the same car XNAME)
- Presets you import, export and rename can be kept track of.
- Ability to change XNAMEs of serialized Binary preset data.
- Python 3 (tested with Python 3.8, 3.10 and 3.13) for script version.
- Linux users might have to install IDLE3 because it uses one of its libraries.
- Windows 7 users can use standalone version as long they have installed the latest VC++ Redistributables (x86); script version needs the PythonWin7 fork installed.
- Unzip the BusyKip_winExe folder if you're using the Windows standalone app or BusyKip.py file if you're using the script version.
- For the Windows standalone app: open the BusyKip_winExe folder and run BusyKip.exe
- For the Python script version:
- On Windows:
- If you have Python 3 as your default Python instance, just double click the BusyKip.py file
- Alternatively, open a Powershell/Command Prompt window in the folder you have the BusyKip.py file and type
py BusyKip.pyand press Enter
- On Linux:
- Make the BusyKip.py file executable by opening a Terminal window in the folder you have the BusyKip.py file, then type
chmod +x BusyKip.pyand press Enter - If you have Python 3 as your default Python instance, just double click the BusyKip.py file
- Alternatively, open a Terminal window in the folder you have the BusyKip.py file and type
python3 BusyKip.pyand press Enter
- Make the BusyKip.py file executable by opening a Terminal window in the folder you have the BusyKip.py file, then type
- Remember to back up your profile before opening it with BusyKip in case something goes wrong.
- On Windows:
| Programs used | Known bugs | May be incompatible with |
|---|---|---|
| IDLE, GIMP (icons) | None so far | No incompatibilities found so far |