I have given you the script. It's written in python, a scripting language. You're welcome to download it without python, and I suppose in theory you could read the code, then manually perform every action it specifies, but what would be the point? Also, I've not encountered a modern computer in the last two years or so that didn't have some version of python automatically installed - I know for a fact almost every version of linux has one, and most windows machines now do as well.
If you mean, why did I zip together the script and the readme file, then... it seemed convenient? Again, I would find it odd if anyone couldn't open zip files, that is also standard on all windows and major linux builds as far as I know. Is there something else you meant?
He means that standard windows pcs and users don't know how to open and execute a .py file. You should put in your explanation how people without coding knowledge have to execute the file.
So I'm not able to run the code. I'm not super familiar with programming, just know some of the basics, but I keep getting an error
Traceback (most recent call last): File "D:\Steam\steamapps\common\Carrier Command 2\rom_0\AddBlueprintsToSaves.py", line 61, in <module> with open("save.xml") as f: FileNotFoundError: [Errno 2] No such file or directory: 'save.xml'
I'm assuming I'm doing something wrong, but I can't find anything in the Carrier Command 2 directory called save.xml
8 comments
If you mean, why did I zip together the script and the readme file, then... it seemed convenient? Again, I would find it odd if anyone couldn't open zip files, that is also standard on all windows and major linux builds as far as I know. Is there something else you meant?
edit: this mod was created with linux/unix users in mind; I think its safe to say that most unix users can execute a python program.
Traceback (most recent call last):
File "D:\Steam\steamapps\common\Carrier Command 2\rom_0\AddBlueprintsToSaves.py", line 61, in <module>
with open("save.xml") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'save.xml'
I'm assuming I'm doing something wrong, but I can't find anything in the Carrier Command 2 directory called save.xml
For anyone else using this who is having trouble finding your save file, it's in
C:\Users\[you]\AppData\Roaming\Carrier Command 2\saved_games