DuskDancer
Chieftain
- Joined
- Jul 8, 2012
- Messages
- 29
2) A problem with Windows 7. When editing a map script in
C:/Programs (x86)/Firaxis/Sid Meier's Civilization IV/Public Maps
my computer won't let me save the newly edited version to the same location. The following error message is generated:
[Error 13] Permission denied: "C:/Program Files (x86)/Firaxis Games/Sid Meier's Civilization 4/Public Maps/LandMassesRevisited.py"
but I am able to save the file to another location and then copy it over to that location. Any hints on how to get around this error?
That error is the UAC (User Account Control). It's for security purposes, to prevent programs from altering core files without explicit permission. You CAN (meaning it is POSSIBLE to) turn off the UAC by going to Control Panel and typing "UAC" into the search box. However, I wouldn't recommend it; it's bad for the security of your computer.
If you want to be able to save directly to the installation folder, I'd suggest (re)installing Civ to your user directory.
Personally, I think it's best to develop in a different location, then copy - it's easier to keep backups that way.
Don't know about your Python problem, though (I'm helpless when it comes to Python). Bonne chance!