Difference between revisions of "Talk:Con GetINISetting"
Jump to navigation
Jump to search
imported>Scruggs (example does not work) |
imported>DragoonWraith (I don't really know how any of this works) |
||
Line 5: | Line 5: | ||
setIni "fDefaultFOV:Display" 90 ; example</pre> | setIni "fDefaultFOV:Display" 90 ; example</pre> | ||
But I can't access the Controls section at all, and other settings seem to be unavailable too. It's not an issue with OBSE, but the console function itself. Is there some alternate syntax I'm unaware of? Or, rather than actually consulting the Ini file itself, does '''getINI''' just use a more limited list defined somewhere else? [[User:Scruggs|Scruggs]] 22:00, 12 August 2006 (EDT) | But I can't access the Controls section at all, and other settings seem to be unavailable too. It's not an issue with OBSE, but the console function itself. Is there some alternate syntax I'm unaware of? Or, rather than actually consulting the Ini file itself, does '''getINI''' just use a more limited list defined somewhere else? [[User:Scruggs|Scruggs]] 22:00, 12 August 2006 (EDT) | ||
:[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 10:53, 13 August 2006 (EDT): Oh, I don't know how it works. I did this entire section based on commands.txt and [[:Category:Console Functions|this article]], so I had very limited information. | |||
:I also doubt that you could actually access the commands section in a usable way because it's in hexadecimal and script has no way to handle hex. I just don't know the INI well enough to know what kind of information you'd actually like to find. |
Revision as of 09:53, 13 August 2006
Does this actually work?
con_GetINISetting Activate
I don't get anything from getIni or setIni unless I use the syntax:
getIni "setting:Subsection" setIni "fDefaultFOV:Display" 90 ; example
But I can't access the Controls section at all, and other settings seem to be unavailable too. It's not an issue with OBSE, but the console function itself. Is there some alternate syntax I'm unaware of? Or, rather than actually consulting the Ini file itself, does getINI just use a more limited list defined somewhere else? Scruggs 22:00, 12 August 2006 (EDT)
- Dragoon Wraith TALK 10:53, 13 August 2006 (EDT): Oh, I don't know how it works. I did this entire section based on commands.txt and this article, so I had very limited information.
- I also doubt that you could actually access the commands section in a usable way because it's in hexadecimal and script has no way to handle hex. I just don't know the INI well enough to know what kind of information you'd actually like to find.