Replies: 2 comments 3 replies
-
|
Hello, I really like the look of your editor as I also lost my main save game and would like to get back to where I was but do not posses your computing skills. Unfortunately I cant get it to run. I use Windows 7 and have a Python missing dll 313 error when I try to run it. From what I understand this could be because your editor was built using a newer version of Python than Windows 7 can handle. Would it be possible to build a Windows 7 compatible version please? Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Yeah the code was made with python 3.14 so it wont work on win7 but... Install Python 3.8 (x86_64) from python.org. Install pip packages in cmd:
Put snowrunner_editor.py and maprunner_data.csv in the same folder. Run: python snowrunner_editor.py If you see a DLL error or similar when you run it, try the steps below (they fix the most common Win7 problems): Install Microsoft Visual C++ Redistributable (2015–2022) — many binary wheels (like Pillow) need it. Check Python architecture (32 vs 64-bit) — mismatch is a frequent cause:
If that prints 32 but you installed 64-bit packages (or vice versa) reinstall the correct Python 3.8 (x86_64 if their machine is 64-bit). Upgrade pip then reinstall Pillow in cmd (helps if Pillow fails to install):
If it still didn't work, please paste the exact error message and the steps you did and I'll try to take a look though I'm not great at Win7 support, and you could also try an AI with the full context+code (it might help more then me tbh), but it might also be impossible to run on Windows 7. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
• size reduction from around 70 MB to around 20 MB
• in Save File tab you can save a path if you want to quickly use a predetermined path
• in Save File tab a Steam and Epic button to automatically try and find the save file (Epic untested since i don't have the Epic version)
• Backups tab redesigned with more visual clarity
• Money tab changed: now supports negative values and a max/min; if you go beyond limits it clamps to the limit so the game doesn't break
• size window enlarged so the Upgrades tab clearly shows all upgrades (one was previously cut off)
• season 17 support
This discussion was created from the release SnowRunner Save Editor windows.
Beta Was this translation helpful? Give feedback.
All reactions