MerakSpielman
Warlord
- Joined
- Oct 27, 2005
- Messages
- 217
when you run a .py file, it turns it into .pyc file. It's sort of the machine code version of the .py file.
Usually you edit the .py file, and see how Civ4 reacts to the difference. However, the game ships with several .pyc files, and no .py files for you to edit for them.
I found a decompiler program, to conver them back to .py files. I'm not sure we're allowed to do this though (plus I can't get the dangnabbed thing to work).
Do we have official word? Are we allowed to decompile .pyc files? If so I'll post the link to the decompiler, and see if any of you can get the thing running.
Usually you edit the .py file, and see how Civ4 reacts to the difference. However, the game ships with several .pyc files, and no .py files for you to edit for them.
I found a decompiler program, to conver them back to .py files. I'm not sure we're allowed to do this though (plus I can't get the dangnabbed thing to work).
Do we have official word? Are we allowed to decompile .pyc files? If so I'll post the link to the decompiler, and see if any of you can get the thing running.