| General | Hosted Sites | Civ5 | CivRev | Civ4Col | Civ4 | Civ3 | Civ2 | Civ1 | Misc | Marketplace |
![]() |
|
|
Welcome to Civilization Fanatics' Center. You are currently viewing our site as a guest which gives you limited access to our site features. By joining our free community, you will be able to participate in the discussions, search the forum, send private messages, vote in polls, upload your own screenshots to the gallery, and access many other special features. Registration is fast, simple and absolutely free, so sign up today! If you have any problems with the registration process or your account login, please contact support. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Oct 2004
Posts: 12
|
What to do with my modified python code?
I modified one of the game's python scripts (the wonder movies have a habit of crashing my system, so I am attempting to turning them off), but now I need to know how to get CIV to use it.
Thanks in advance and sorry if this is the 16th time you've had to answer this. |
|
|
|
|
|
#2 |
|
Warlord
Join Date: Oct 2003
Location: Richmond, VA
Posts: 203
|
ive understood that youll have to wait for the SDK...
__________________
If a man slaps you, slap him back so hard you knock his head off. ![]() Join the Civilized Gaming Network! |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2004
Posts: 12
|
Really? I found what I believe to be pertinent python script, and have edited it so that it no longer plays wonder movies. My issue is simply getting the game to read MY script instead of the original. My understanding was that this was supposed to be relatively simple. I could surely be wrong, however.
On a related note, does there exist, either in this forum or elsewhere, some basic general instructions on how to create, save and run mods like this? There is lots of fantastic info here about editing the xml and python files, but I have no idea what to do with them once I have. |
|
|
|
|
|
#4 |
|
Warlord
Join Date: Apr 2004
Posts: 126
|
There's an option in the INI file to turn off wonder movies.
Code:
; Set to 1 for no in-game movies NoMovies = 0 The shortcut to the INI file (__Civ4config) is at the root of your game directory. |
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Oct 2004
Posts: 12
|
Quote:
Still, I would like to find out more about implementing mods in general. |
|
|
|
|
|
|
#6 |
|
Missionary of Sorenism
Join Date: Jan 2002
Location: Houston TX
Posts: 112
|
Changes that you want to apply every time you play, should go into the appropriate folder under My Games/Civ 4/CustomAssets.
If a change is part of a stand alone mod, create a folder under Mods with the name of mod then follow the folder hierarchy found in the regular game mod folder there. |
|
|
|
|
|
#7 |
|
Warlord
Join Date: Oct 2003
Location: Richmond, VA
Posts: 203
|
huh. well, if youve found it, could you just replace the original script for the movies with the new one w/o?
__________________
If a man slaps you, slap him back so hard you knock his head off. ![]() Join the Civilized Gaming Network! |
|
|
|
|
|
#8 |
|
Maker of Worlds
|
Right. Just put the new Python file inside the mod folder under the same directory setup as the game.
__________________
Civilization + Minecraft = CIVCRAFT 2.0 ![]() Don't have Conquests? Let me help you out. MOD | FOLD | BLOG | TWEET |
|
|
|
![]() |
| Bookmarks |
|
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [REFERENCE] Sample Python Code | Kael | Civ4 - Modding Tutorials & Reference | 70 | Dec 26, 2008 04:47 AM |
| civ specific python code - why doesn't this code work? | sab89 | Civ4 - SDK/Python | 4 | Mar 24, 2008 07:44 AM |
| Just modified the war declaration code | klokwerk | Civ4 - Better AI | 6 | Jun 07, 2007 05:48 PM |
| A little help with Python Code | Aussie_Lurker | Civ4 - Creation & Customization | 10 | Feb 12, 2006 05:14 PM |
| Where is python loader code? | clinton | Civ4 - Creation & Customization | 0 | Nov 08, 2005 07:02 PM |