Is it possible to change the .INI fle using the Console?
This topic is now read-only on GameSpot.
To post new messages, please visit GameFAQs and log in using the same email and password that you use on GameSpot.
Feb 10, 2013 4:39 am GMT
I am trying to use the setini command but when I type in my command I get a failed attempt saying the Parameter String is missing.
---
HOLY ****! What is this? Forged in Gods very flames! Do mine eyes tell me lies? A new Elder Scrolls game?
Time is nigh, I must fly, Venture forth on my quest!
Feb 10, 2013 11:58 am GMT
make a backup of your .ini file, always.
the proper syntax of the setini command goes as thus:
setini
"parameter:category" valueso using that, to change something like doing grass shadows, it should look like this:
setini "bShadowsOnGrass=1

isplay" 0
(it's a boolean value; on or off, 0 off, 1 on).
You'll need to have an understanding of which category different parameters belong to - or if you're adding a parameter that didn't exist before, know which category it should be added to.
You would probably need to do the saveini command followed by the refreshini command to see any changes -- or otherwise close/quit the game and relaunch it as some changes would require a game restart.
If you've set your SkyrimPrefs.ini or Skyrim.ini to read-only, you probably won't be able to do console commands to change it (since the game can't write to that file with it being set as read-only).
---
The Sun was born, so it shall die. As we were forged we shall return.
I know in darkness I will find you, giving up inside like me.
Feb 10, 2013 12:45 pm GMT
Thank you for such a detailed answer.
If I wanted to set the INI for this command
bFlyingMountFastTravelCruiseEnabled=1
How would I do it?
Edit - Sorry forgot to add that the command is already in the game just set to disabled.
Its from a Mod but if I can activate it with the console I can remove the Mod.
---
HOLY ****! What is this? Forged in Gods very flames! Do mine eyes tell me lies? A new Elder Scrolls game?
Time is nigh, I must fly, Venture forth on my quest!
Feb 10, 2013 2:22 pm GMT
If my understanding of what he said is correct, it would look like this
setini "bFlyingMountFastTravelCruiseEnabled:general" 1
The ini that the mod uses lists it as under [General] so I assume the above would work. Don't know if the quotes are necessary.
Btw for others reading this, this (hopefully) is the command to allow fast travel on dragons to be real time, thus eliminating the need for the mod.
Feb 10, 2013 2:26 pm GMT
So xbox users get dragon riding fast travel it seems. That's pretty nice. They need to convert their save back and forth but this will be happening quite commonly.
---
Pants are always optional. Remember that kids.
Feb 10, 2013 2:28 pm GMT
Tai_Le_Ree posted...So xbox users get dragon riding fast travel it seems. That's pretty nice. They need to convert their save back and forth but this will be happening quite commonly.
Seems that way. Quite nice that there is that interchangeability and that this is already in the game.
Feb 10, 2013 2:53 pm GMT
the above recommended command should work;;
setini "bFlyingMountFastTravelCruiseEnabled:General" 1
follow it up with:
saveini
refreshini
If it doesn't work, you can always try adding that line to your .ini with the game closed, setting it to read-only, saving it, and launching the game (the read-only step is only really there so that whatever the game might do to the .ini in the process of launching isn't kept; it could very well set that parameter to 0 each time you click "Continue From Last Save"

.
If nothing else, there's the mod which apparently works fine -- no reason to stop using a mod unless you are at or near the mod limit or for some reason you're unhappy with what it does (just be careful if it includes any scripts as scripts are generally saved _to your file_ and disabling mods that require them can introduce other bugs/crashes, or more noticeably random frame rate spikes).
about quotations in console commands;
usually it's for properly resolving a string or parameter that has spaces in it (like for first/last names, a handful of objects, the display name of an item, etc).
In the usage of setini's command, all examples I found via google included quotes, which makes some amount of sense since some of the parameters in the .ini have spaces; it requiring quotes is probably a catch-all to resolve that, whether the parameter you're changing has spaces or not.
---
The Sun was born, so it shall die. As we were forged we shall return.
I know in darkness I will find you, giving up inside like me.
Feb 10, 2013 3:27 pm GMT
The command worked fine but it seems INI settings are not saved in the file.
The setting did not work on Xbox.
I R sad.
---
HOLY ****! What is this? Forged in Gods very flames! Do mine eyes tell me lies? A new Elder Scrolls game?
Time is nigh, I must fly, Venture forth on my quest!