[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Category:Settings"
Jump to navigation
Jump to search
absurd mimicry
imported>DragoonWraith (added an introduction and explained how to change GMSTs) |
imported>DragoonWraith (absurd mimicry) |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
Game Settings control a huge number of things in the game. Formulas for damage, AI, potion strength, all use GMST's, as they are known, as constants. Many of the names and titles in the game are set by a setting, and very little of the game is completely independent of them. Game Settings may be changed in the Gameplay->Settings menu, or they can be changed by script using [[:Category:Oblivion Script Extender|OBSE]]'s [[con_SetGameSetting]] and [[SetNumericGameSetting]] functions. Even without OBSE, Oblivion natively provides the [[GetGameSetting]] function, allowing scripts to take advantage of these settings to enhance compatibility with other mods. | Game Settings control a huge number of things in the game. Formulas for damage, AI, potion strength, all use GMST's, as they are known, as constants. Many of the names and titles in the game are set by a setting, and very little of the game is completely independent of them. Game Settings may be changed in the Gameplay->Settings menu, or they can be changed by script using [[:Category:Oblivion Script Extender|OBSE]]'s [[con_SetGameSetting]] and [[SetNumericGameSetting]] functions. Even without OBSE, Oblivion natively provides the [[GetGameSetting]] function, allowing scripts to take advantage of these settings to enhance compatibility with other mods. | ||
<div class="toc" style="float:left;"> | |||
{|style="border:none;" | |||
|<div style="width: 100%; text-align: center; font-color: #5a3e16; font-weight: bold; text-decoration: underline;">Contents</div> | |||
[[:Category: Settings#Introduction|1 Introduction]] | |||
:[[:Category: Settings#Note to Editors|1.1 Note to Editors]] | |||
[[:Category: Settings#Floating point game settings|2 Floating point game settings]] | |||
:'''2.1''' [[:Category: Settings#A|A]] [[:Category: Settings#B|B]] [[:Category: Settings#C|C]] [[:Category: Settings#D|D]] [[:Category: Settings#E|E]] [[:Category: Settings#F|F]] [[:Category: Settings#G|G]] [[:Category: Settings#H|H]] [[:Category: Settings#I|I]] [[:Category: Settings#J|J]] [[:Category: Settings#K|K]] [[:Category: Settings#L|L]] [[:Category: Settings#M|M]] [[:Category: Settings#N|N]] [[:Category: Settings#O|O]] [[:Category: Settings#P|P]] [[:Category: Settings#Q|Q]] [[:Category: Settings#R|R]] [[:Category: Settings#S|S]] [[:Category: Settings#T|T]] [[:Category: Settings#U|U]] [[:Category: Settings#V|V]] [[:Category: Settings#W|W]] | |||
[[:Category: Settings#Integer Game Settings|3 Integer Game Settings]] | |||
:'''3.1''' [[:Category: Settings#A_2|A]] [[:Category: Settings#B_2|B]] [[:Category: Settings#C_2|C]] [[:Category: Settings#D_2|D]] [[:Category: Settings#F_2|F]] [[:Category: Settings#H_2|H]] [[:Category: Settings#I_2|I]] [[:Category: Settings#L_2|L]] [[:Category: Settings#M_2|M]] [[:Category: Settings#N_2|N]] [[:Category: Settings#P_2|P]] [[:Category: Settings#Q_2|Q]] [[:Category: Settings#R_2|R]] [[:Category: Settings#S_2|S]] [[:Category: Settings#T_2|T]] [[:Category: Settings#U_2|U]] [[:Category: Settings#V_2|V]] [[:Category: Settings#W_2|W]] | |||
[[:Category: Settings#String Game Settings|4 String Game Settings]] | |||
:'''4.1''' [[:Category: Settings#A_3|A]] [[:Category: Settings#B_3|B]] [[:Category: Settings#C_3|C]] [[:Category: Settings#D_3|D]] [[:Category: Settings#E_2|E]] [[:Category: Settings#F_3|F]] [[:Category: Settings#G_2|G]] [[:Category: Settings#H_3|H]] [[:Category: Settings#I_3|I]] [[:Category: Settings#J_2|J]] [[:Category: Settings#K_2|K]] [[:Category: Settings#L_3|L]] [[:Category: Settings#M_3|M]] [[:Category: Settings#N_3|N]] [[:Category: Settings#O_2|O]] [[:Category: Settings#P_3|P]] [[:Category: Settings#Q_3|Q]] [[:Category: Settings#R_3|R]] [[:Category: Settings#S_3|S]] [[:Category: Settings#T_3|T]] [[:Category: Settings#U_3|U]] [[:Category: Settings#V_3|V]] [[:Category: Settings#W_3|W]] [[:Category: Settings#X|X]] [[:Category: Settings#Y|Y]] | |||
[[:Category: Settings#Conceptualized Settings by Subcategory|5 Conceptualized Settings by Subcategory]] | |||
|}</div> | |||
<div class="visualClear"></div> | |||
== Introduction == | == Introduction == | ||
Line 14: | Line 30: | ||
<!-- For a list of all gameplay settings see the [[Comprehensive Settings List]]. --> | <!-- For a list of all gameplay settings see the [[Comprehensive Settings List]]. --> | ||
== '''Floating | == '''Floating Point Game Settings:''' == | ||
{{Template: | {{Template:Floating Point Settings List}} | ||
<!-- please edit Template:Floating_Point_Settings_List when adding new settings | <!-- please edit Template:Floating_Point_Settings_List when adding new settings | ||
there should be links at the bottom of the edit page --> | there should be links at the bottom of the edit page --> | ||
Line 21: | Line 37: | ||
== '''Integer Game Settings''' == | == '''Integer Game Settings''' == | ||
{{Template: | {{Template:Integer Settings List}} | ||
<!-- please edit Template:Integer_Settings_List when adding new settings | <!-- please edit Template:Integer_Settings_List when adding new settings | ||
there should be links at the bottom of the edit page --> | there should be links at the bottom of the edit page --> | ||
Line 27: | Line 43: | ||
== '''String Game Settings''' == | == '''String Game Settings''' == | ||
{{Template: | {{Template:String Settings List}} | ||
<!-- please edit Template:String_Settings_List when adding new settings | <!-- please edit Template:String_Settings_List when adding new settings | ||
there should be links at the bottom of the edit page --> | there should be links at the bottom of the edit page --> |