| 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 |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
Retain Advanced Setup - Game to Game?
Is there any way to not have to modify the Advanced Setup each and every time?
The other "normal" settings are retained, as one tries to find a non-horrible starting location... |
|
|
|
|
|
#2 |
|
Mac addict, php monkey
![]() ![]() |
Have a look at the Game and User settings in ~/Documents/Aspyr/Sid Meier's Civilization 5/config.ini
I haven't tried it, but maybe you can edit these to change some of the defaults.
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#3 |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
I found this posting on the General forum but am having trouble getting it to work...
Remembering Advanced Settings Any thoughts? |
|
|
|
|
|
#4 |
|
Mac addict, php monkey
![]() ![]() |
I've tried the config.ini approach, and it doesn't seem to have any effect for me. However, the following worked:
Open the following file in a text editor - TextEdit, BBEdit, TextWrangler ...: ~/Library/Application Support/Steam/SteamApps/common/sid meier's civilization v/assets/Gameplay/XML/GameInfo/CIV5GameOptions.xml It contains 17 GAMEOPTION_XXX tags. One for each of the 14 Advanced Setup checkboxes, and three more*. Find the GAMEOPTION tag that you want to set enable. For example GAMEOPTION_NO_BARBARIANS, and add a <Default> line: Code:
<Row>
<Type>GAMEOPTION_NO_BARBARIANS</Type>
<Description>TXT_KEY_GAME_OPTION_NO_BARBARIANS</Description>
<Help>TXT_KEY_GAME_OPTION_NO_BARBARIANS_HELP</Help>
<Default>1</Default>
</Row>
*It's interesting that there are three more options in that file than are shown in the Advanced Setup screen: ALWAYS_WAR, NO_CHANGING_WAR_PEACE, and LOCK_MODS
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#5 |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
Great, that did the trick for the options...
Now, is there any way to get it to remember which Civ and such I last selected (similar to not using advanced setup)? To aid in re-generating a map, a la Civ 4? |
|
|
|
|
|
#6 |
|
Mac addict, php monkey
![]() ![]() |
I just found the above by following my nose through the links you pointed at. There's another Options XML file, but it only sets up defaults for the main Options screen. I can't see any equivalent XML file for the other game parameters. Do you believe it's possible to have a default civ/leader?
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#7 | |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Mac addict, php monkey
![]() ![]() |
Well, that means it saves it somewhere. Chances are that's in a .ini file.
I already suggested looking at config.ini. Did you try that? It includes the following entries: Code:
[UserSettings] ; Last Civilization Played LastCiv = -1 ; Last Game Speed Played LastSpeed = 2 ; Last Map Type Played LastMapScript = Assets\Maps\Continents.lua ; Last Map Script Was Random LastMapScriptRandom = 0 ; Last Map Size Played LastMapSize = 3 ; Last Map Size Was Random LastMapSizeRandom = 0 ; Last Map Type Was Earth LastMapWasEarth = 0 ; Last Game Difficulty Played LastDifficulty = 3 I changed it to 1, and when I started Civ5 and selected Setup Game, it came up with Arabia selected. Arabia is the second civ in the list in that XML file - #1 if you start counting at zero. I suspect the other values will work the same way.
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#9 | |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
Quote:
Any thoughts on how to do this for Gods & Kings? This doesn't appear to work any more... |
|
|
|
|
|
|
#10 |
|
Warlord
Join Date: Jan 2011
Location: Austin, TX
Posts: 252
|
Hmm, I thought this was working auto-magically. It's certainly not full resetting like the PC does for me. Are there particular settings that aren't saving for you?
__________________
I'm not tech support, but I know people who are at http://support.aspyr.com/ |
|
|
|
|
|
#11 |
|
Mac addict, php monkey
![]() ![]() |
Don't forget that the assets are now embedded in the application bundle, so any editing of game options will need to be done inside that bundle/package.
The new save format for Civ5 under the latest patch uses text keys instead of index numbers to identify various things like the civs that are in play. That may have affected the way these settings work, as well.
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#12 |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
|
|
|
|
|
|
#13 | |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
Quote:
|
|
|
|
|
|
|
#14 |
|
Mac addict, php monkey
![]() ![]() |
Where did you find that 45K file? Perhaps it's just an alias?
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#15 |
|
Chieftain
Join Date: Jul 2006
Posts: 85
|
|
|
|
|
|
|
#16 |
|
Mac addict, php monkey
![]() ![]() |
That isn't the real application, it's a shortcut to the actual application. The application is at /Users/[your_user_name]/Library/Application Support/Steam/SteamApps/common/sid meier's civilization v/Civilization V.app, and it weighs in at 6.4 GBytes on my system.
__________________
-- Alan -- - Fold for TeamCFC Avatar image: Milan Trykar. Courtesy of Snow Leopard TrustC-IV SGOTM Links: BtS SGOTM 17 Maintenance Thread | Progress & Results | BUFFY Mod for BtS 3.19 Mac OS X C-IV Utilities Drag'n'Drop Mod Installer | GOTM Mac HOF Mod | Macapaka .fpk File Extractor and Creator | GOTM Mac Assets Checker Civ3 Utilities: 20K Culture Excel Calc w. Anarchy OS X: FileValet compressor/archiver for Civ3 Complete | Civ3 1.29b2 Updater | TextEdit for Civ3 Mods |
|
|
|
|
|
#17 |
|
Chieftain
Join Date: Jul 2007
Posts: 26
|
|
|
|
|
|
|
#18 |
|
Chieftain
Join Date: Mar 2002
Posts: 6
|
For God and Kings, use
<Default>True</Default> or <Default>False</Default> |
|
|
|
|
|
#19 |
|
Chieftain
Join Date: Mar 2002
Posts: 6
|
C:\Program Files (x86)\Steam\SteamApps\common\sid meier's civilization v\assets\Gameplay\XML\GameInfo
GameOptions.xml Some options, like "Always War", are hidden via <Visible>0</Visible>. Just change this to <Visible>1</Visible> and you can set that options like the others. |
|
|
|
![]() |
| Bookmarks |
|
| Thread Tools | |
|
|