Note: This project is in a very early stage of development. Many features are partially implemented or currently disabled. Use with caution and always backup your save files!
My Winter Editor (MWE) is a modern, Python-based save game editor for My Winter Car, rewritten using PyQt5 to provide a responsive and feature-rich user interface.
- File Management: Smart detection of save files (
default.es2,items.txt, etc.). - Interactive Map: View item locations and teleport objects (WIP).
- Rivet Report: View status of bolts, fluids, and parts wear.
- Tuning: Edit engine tuning values.
- Parts Ordering: Basic interface for ordering parts (Backend WIP).
- Install Python 3.10+.
- Install dependencies:
pip install PyQt5
- Run the editor:
python mweditor.py
Features are currently being ported and rewritten. Feel free to submit issues or pull requests, but please note the project structure is still evolving.
This project is licensed under the CC BY-NC 4.0 (Creative Commons Attribution-NonCommercial 4.0 International). You are free to share and adapt the code for non-commercial purposes, provided you give appropriate credit. Commercial use is strictly prohibited.