Working with .ini

Post » Fri Apr 09, 2010 8:27 am

Hello there,
Maybe it's possible to work with Fallout 3 .ini files through some commands? For example I'm playing game and I want to change some .ini file settings with command ( if it's possible? )

Thank You,
Martin Pikunas
User avatar
Marta Wolko
 
Posts: 3383
Joined: Mon Aug 28, 2006 6:51 am

Post » Fri Apr 09, 2010 12:54 am

FOSE has made these functions available:
  • http://fose.silverlock.org/fose_command_doc.html#con_GetINISetting
  • http://fose.silverlock.org/fose_command_doc.html#con_RefreshINI
  • http://fose.silverlock.org/fose_command_doc.html#con_SetINISetting
  • http://fose.silverlock.org/fose_command_doc.html#con_SaveINI
  • http://fose.silverlock.org/fose_command_doc.html#GetNumericIniSetting
  • http://fose.silverlock.org/fose_command_doc.html#SetNumericIniSetting
Cipscis
User avatar
Camden Unglesbee
 
Posts: 3467
Joined: Wed Aug 15, 2007 8:30 am

Post » Fri Apr 09, 2010 2:08 pm

Thanks
User avatar
Kirsty Wood
 
Posts: 3461
Joined: Tue Aug 15, 2006 10:41 am

Post » Fri Apr 09, 2010 5:59 am

How can I open .ini file to edit it with those commands?
User avatar
Jamie Moysey
 
Posts: 3452
Joined: Sun May 13, 2007 6:31 am

Post » Fri Apr 09, 2010 9:16 am

You don'r open the ini files in the normal sense. You retrieve certain ini settings via the "get.." commands and write ini settings with the "set.." commands. You have to know in advance which settings from the ini file you want to work with.
User avatar
Leah
 
Posts: 3358
Joined: Wed Nov 01, 2006 3:11 pm


Return to Fallout 3