UGO
Civilization Fanatics' Center  

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.

Go Back   Civilization Fanatics' Forums > CIVILIZATION IV > Civ4 - Macintosh

Notices

Reply
 
Thread Tools
Old Jul 16, 2006, 07:02 PM   #1
Skippy_Kangaroo
Prince of Denmark
 
Skippy_Kangaroo's Avatar
 
Join Date: Jul 2006
Location: Sydney
Posts: 253
List of Mac-compatible MODs

Please post links to MODs that have been tested and will work on the Mac version of Civilization IV in this thread. Feel free to include a brief description of the MOD and any relevant Mac-specific installation information.

This thread shouldn't be for discussion of MODs or about testing of the MODs; just a single post per MOD allowing people to quickly browse through the confirmed compatible MODs and get the files.

Most MODs can probably be installed manually, but AlanH has been working on a drag and drop MOD installer which you can obtain from here. It will only currently install mods that will work as CustomAssets. The mod has to be supplied as a zip file with 'CustomAssets' as its top level folder.

- Download it and open the disk image.

- Drag the Mod Installer application to /Applications/ and launch it.

- Select Civilization IV in the popup menu at the top. It should look for Civ4 on your hard drive and show it as an entry in the window.

- If this doesn't happen, drag your /Applications/Civilization IV/ folder into the window.

- When your Civ4 folder is listed in the Mod Installer window, drag the MOD as a .zip file onto its icon. Confirm that you want to proceed, and it should install the MOD in the appropriate folder.

-------------------------------------------------------------

First cab off the rank, Blue Marble, written by Kai Fiebach aka ColdFever (and thanks to AlanH for his efforts to make it available to us Mac users). Blue Marble provides a replacement set of terrain tiles. You can find more information about Blue Marble at this site or in this thread.

Here is the thread covering the test version of the mod for Macs, and using the Mod Installer. The links in that thread will be updated when ColdFever provides a Mac page on the Blue Marble site.

Last edited by AlanH; Jul 17, 2006 at 09:33 AM.
Skippy_Kangaroo is offline   Reply With Quote
Old Jul 22, 2006, 03:29 PM   #2
gidds
Chieftain
 
gidds's Avatar
 
Join Date: Dec 2005
Location: Belgium
Posts: 93
It seems that the Dutch patch might work, I just cant get it into the right setting. It overwrites two other files wich I just cant seem to fix.

Moderator Action:
Quote: "This thread shouldn't be for discussion of MODs or about testing of the MODs"

Please set up another thread to discuss how to get the "Dutch Patch" to work ... whatever it is Come back and post here when you know it works.

Last edited by AlanH; Jul 22, 2006 at 03:49 PM.
gidds is offline   Reply With Quote
Old Jul 22, 2006, 04:29 PM   #3
Skippy_Kangaroo
Prince of Denmark
 
Skippy_Kangaroo's Avatar
 
Join Date: Jul 2006
Location: Sydney
Posts: 253
Better Ship Scales works on the Mac version of Civ-IV.

This mod alters the relative sizes of ships to make modern ships larger and more ancient ships smaller. There are two versions, one which keeps the single ship per unit icons (v1.0) and one which adds multiple ships per unit (v2.2).

Installation: Drop the unzipped mod folder into your custom assets folder.

Uninstallation: Remove the files from your custom assets folder; hold down [SHIFT] the next time you start up to flush the cached xml from the mod.
Skippy_Kangaroo is offline   Reply With Quote
Old Jul 29, 2006, 10:39 AM   #4
platypus
Chieftain
 
Join Date: Jul 2006
Posts: 11
Hi,
So in an effort to figure out what is wrong with sevomod. I have tested a number of smaller mods that make part of it.

So here are the ones that work out of the box:
Sevopedia-1.93 Civilopedia enhacement.
TechWindowEnhancement-1.a This mod improves the TechWindow which is shown When you get a new Tech.

Unzip and place in your CustomAssets folder.

Note that none of these alter your gameplay, they are just enhancements to elements already there.

Platypus

ps. I'll post in a minute the ones that do need changes
platypus is offline   Reply With Quote
Old Jul 29, 2006, 10:59 AM   #5
platypus
Chieftain
 
Join Date: Jul 2006
Posts: 11
Ok, so in the next set I found out something fundamental. The following mods rely on a feature of python 2.4 but the Mac has 2.3 . Luckily enough just one small thing needs change.

The mods where this occurs are:
1) Modified Special Domestic Advisor 1.8e
2) Exotic Foreign Advisor 0.86

The recipe is the following look for set() and replace by sets.Set(), add 'import sets' at the beginning of the file with the other imports.

The files that need modification are:
1) CustomAssets/Python/Screens/CvModSpecialDomesticAdvisor.py
line 184 goes from self.COLOR_SET = set() to self.COLOR_SET = sets.Set()
Add line 21: import sets
2) CustomAssets/Python/Screens/CvExoticForeignAdvisor.py
line 861 goes from stActiveTechCanResearch = set() to stActiveTechCanResearch = sets.Set()
line 884, 885, 886:
stTechWants = set() to stTechWants = sets.Set()
stTechCanTrade = set() to stTechCanTrade = sets.Set()
stTechHas = set() to stTechHas = sets.Set()
Add line 8: import sets

As usual replace your CustomAssets folder. Again this does not change your gameplay they are enhacements to the screens. This set makes the advisors actually useful.

Of course you might want them combined. I will post my version of that soon. [Edit] You can find all 4 mods in one folder here (towards a PlatyMod?? ) .


Platypus

Last edited by platypus; Jul 29, 2006 at 11:17 AM.
platypus is offline   Reply With Quote
Old Aug 06, 2006, 12:00 AM   #6
platypus
Chieftain
 
Join Date: Jul 2006
Posts: 11
Civ4lerts now works

Hi all,
Even though there seems to be a lack of interest in the mods thread, I'll keep posting. I know everyone is still getting the bearings on the non-modded game and playing frantically.

The good news is, I think I have another step forward to getting more mods compatible with the Mac.

Go to the Civ4lerts thread and download the zip file. Follow instructions to install as a MOD or in CustomAssets folder. You will need to replace the CvPath.py file in the CustomAssets/python directory with the attached version. In there you will have to replace the string: /Applications/MyGames/Civilization IV for the location of your game folder.

If anybody has a windows machine and you could test this file there as well would be great. So that we can submit it to the Civ4lerts people and make it a permanent change.

Enjoy,
Platypus

ps. Alan, this is the change to the library for the paths you mentioned. However this does not fix the XML problems in CivMore or Sevomod.

CvPath.py.txt
platypus is offline   Reply With Quote
Old Aug 06, 2006, 10:26 PM   #7
Nik420
Chieftain
 
Join Date: Jul 2006
Posts: 7
No Interest???

Quote:
Originally Posted by platypus
Hi all,
Even though there seems to be a lack of interest in the mods thread, I'll keep posting. I know everyone is still getting the bearings on the non-modded game and playing frantically.

I believe there is much interest. I can name you many Mods that do not work from me trying fruitlessly to try different ones, but I thought the purpose of this thread was to report WORKING mods - of which I conclude is very few to date. You seem to be confusing a lack of posts with lack of interest.

Until someone figures out a unifed method of converting PC mods, I think there will be few posts of working Mods.
Nik420 is offline   Reply With Quote
Old Aug 07, 2006, 03:33 AM   #8
xxJFKxx
Chieftain
 
Join Date: May 2006
Location: Germany
Posts: 89
Quote:
Originally Posted by Nik420
I believe there is much interest. I can name you many Mods that do not work from me trying fruitlessly to try different ones, but I thought the purpose of this thread was to report WORKING mods - of which I conclude is very few to date. You seem to be confusing a lack of posts with lack of interest.

Until someone figures out a unifed method of converting PC mods, I think there will be few posts of working Mods.
i agree, i would really love to play mods !!!
xxJFKxx is offline   Reply With Quote
Old Aug 29, 2006, 06:42 PM   #9
owarsson
Chieftain
 
Join Date: Mar 2002
Location: NYC
Posts: 15
I've been using these two mods over the last couple days without any issues so far:

Ethnically Diverse Units
(great mod!)

and

Blue Marble
(which has already been mentioned here)

(I've tried a handful of user-made civs, and most seem to work after you weed your way through all the error messages when they load. Usually there's something missing, like the flag, and I've never bothered to risk investing time in a full game using a civ mod yet.)

-ow
owarsson is offline   Reply With Quote
Old Sep 02, 2006, 06:36 AM   #10
AlanH
Mac addict, php monkey

 
AlanH's Avatar
 
Join Date: Jan 2003
Location: England
Posts: 20,108
Images: 1
Quote:
Originally Posted by platypus
Go to the Civ4lerts thread and download the zip file. Follow instructions to install as a MOD or in CustomAssets folder. You will need to replace the CvPath.py file in the CustomAssets/python directory with the attached version. In there you will have to replace the string: /Applications/MyGames/Civilization IV for the location of your game folder.

If anybody has a windows machine and you could test this file there as well would be great. So that we can submit it to the Civ4lerts people and make it a permanent change.

Enjoy,
Platypus

ps. Alan, this is the change to the library for the paths you mentioned. However this does not fix the XML problems in CivMore or Sevomod.

Attachment 134879
I've now worked out what I believe is a successful alternative fix to CvPath.py that requires no editing. It should find your installation directory automatically. I've submitted it in the Civ4lerts mod thread as a proposed replacement in that and other mods.
AlanH is offline   Reply With Quote
Old Sep 09, 2006, 05:19 PM   #11
AlanH
Mac addict, php monkey

 
AlanH's Avatar
 
Join Date: Jan 2003
Location: England
Posts: 20,108
Images: 1
The Ancient Mediterranean Mod (TAM) loads after some fixes. See this thread

Dale's Age of Discovery works. See this thread
AlanH is offline   Reply With Quote
Old Oct 21, 2006, 08:23 PM   #12
Chucko
Chieftain
 
Join Date: Mar 2006
Posts: 15
Any other mods work on Mac yet?
Chucko is offline   Reply With Quote
Old Oct 21, 2006, 08:39 PM   #13
AlanH
Mac addict, php monkey

 
AlanH's Avatar
 
Join Date: Jan 2003
Location: England
Posts: 20,108
Images: 1
My GOTM/HOF beta seems to be holding up so far. You might care to give it a try?
AlanH is offline   Reply With Quote
Old Nov 16, 2006, 10:37 PM   #14
Dale
Deity
 
Dale's Avatar
 
Join Date: Mar 2002
Location: Melbourne
Posts: 4,438
Quote:
Originally Posted by AlanH
Dale's Age of Discovery works. See this thread
Sorry folks, but you won't be able to use AoD 1.12 with Pirates & Traders. I've had to make DLL changes due to the new missions and AI coding.

I'll leave 1.00 on the DL database for you and upload 1.12 seperately for Windoze.

Dale
__________________
Blog: http://iPlayCiv.com | New Civ Site: http://weplayciv.com
Civ4: Col Mod: Age of Discovery II
Dale is offline   Reply With Quote
Old Nov 17, 2006, 04:45 AM   #15
AlanH
Mac addict, php monkey

 
AlanH's Avatar
 
Join Date: Jan 2003
Location: England
Posts: 20,108
Images: 1
Thanks for letting us know, Dale. Congratulations on your award, by the way
AlanH is offline   Reply With Quote
Old Jan 21, 2007, 07:23 PM   #16
Snaerff
Chieftain
 
Join Date: Dec 2005
Location: Coffs Harbour, Australia
Posts: 12
I really want to play Total Realism MOD, but there's no indication as to when a port over to Mac will be available.

Come on Aspyr, let's at least get the Warlords patch happening!
Snaerff is offline   Reply With Quote
Old Feb 23, 2007, 08:11 AM   #17
pmilko
Chieftain
 
pmilko's Avatar
 
Join Date: Feb 2007
Posts: 1
It seems the Renaissance Mod works on my mac...
pmilko is offline   Reply With Quote
Old Mar 14, 2007, 06:07 AM   #18
Onagan
The Dutch
 
Onagan's Avatar
 
Join Date: Feb 2006
Location: Järfälla, Sverige
Posts: 884
Play the Dutch mod works fine on a Mac.
__________________
Wait! Just... one... more... turn...
Civilization IV Beyond the Sword Leader Picker
[MOD] Globen
Onagan is offline   Reply With Quote
Old Mar 20, 2007, 07:25 AM   #19
dojoboy
Tsalagi
 
dojoboy's Avatar
 
Join Date: Dec 2001
Location: Tansi, USA
Posts: 3,927
Quote:
Originally Posted by Chucko View Post
Any other mods work on Mac yet?
The Better AI mod runs as well. At least, I was successful in loading the Warlords version w/out the app crashing.
__________________
"And now, cried Max, let the wild rumpus start!" --- Maurice Sendak (Where the Wild Things Are)
"According to your faith, be it unto you." --- Jesus (Matthew 9:29)

GOTM66 (PTW): Green Shield
GOTM39 (Civ4): Purple Shield CivRev (DS) FC -> 0302-1438-9435
dojoboy is offline   Reply With Quote
Old Mar 20, 2007, 04:29 PM   #20
Sam_Yeager
Another Original Geezer
 
Sam_Yeager's Avatar
 
Join Date: Jan 2006
Location: England
Posts: 2,732
Quote:
Originally Posted by dojoboy View Post
The Better AI mod runs as well. At least, I was successful in loading the Warlords version w/out the app crashing.
Virtually all of the Better AI mod is in the DLL file. The only exception is the HandicapInfos file. Sorry.
__________________
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
Abraham Lincoln

Last edited by Sam_Yeager; Mar 20, 2007 at 04:33 PM.
Sam_Yeager is offline   Reply With Quote
Reply

Bookmarks

Go Back Civilization Fanatics' Forums > CIVILIZATION IV > Civ4 - Macintosh > List of Mac-compatible MODs

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mac Compatible? BakingTheArt Civ4 - CIV Gold 5 Jul 06, 2008 07:26 PM
Is there a way to mess around with the SDK to make it Mac compatible? dutchking Civ4 - Macintosh 3 May 30, 2007 05:50 PM
Is it possible to mess around with the SDK to make it Mac Compatible? dutchking Civ4 - General Discussions 0 May 29, 2007 07:25 PM
Mac compatible version? Puddleduck Civ4 - Fall from Heaven 9 Feb 07, 2007 12:32 PM
List of recommended 'simple' mods (cross platform compatible) Skippy_Kangaroo Civ4 - Creation & Customization 1 Jul 18, 2006 10:46 PM



All times are GMT -6. The time now is 11:31 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
This site is copyright © 2000 - 2009, Civilization Fanatics' Center.
Support CFC: Amazon.com | EB Games | Amazon UK | Amazon DE | Amazon CA | Amazon FR