mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 15:40:10 +00:00
Make console and maximized window defaults mimic Morrowind
This commit is contained in:
parent
3a21915bbd
commit
98b2ddfd4c
@ -105,6 +105,7 @@
|
|||||||
Bug #6559: Weapon condition inconsistency between melee and ranged critical / sneak / KO attacks
|
Bug #6559: Weapon condition inconsistency between melee and ranged critical / sneak / KO attacks
|
||||||
Bug #6579: OpenMW compilation error when using OSG doubles for BoundingSphere
|
Bug #6579: OpenMW compilation error when using OSG doubles for BoundingSphere
|
||||||
Bug #6606: Quests with multiple IDs cannot always be restarted
|
Bug #6606: Quests with multiple IDs cannot always be restarted
|
||||||
|
Bug #6653: With default settings the in-game console doesn't fit into screen
|
||||||
Bug #6655: Constant effect absorb attribute causes the game to break
|
Bug #6655: Constant effect absorb attribute causes the game to break
|
||||||
Bug #6670: Dialogue order is incorrect
|
Bug #6670: Dialogue order is incorrect
|
||||||
Bug #6680: object.cpp handles nodetree unsafely, memory access with dangling pointer
|
Bug #6680: object.cpp handles nodetree unsafely, memory access with dangling pointer
|
||||||
|
@ -16,8 +16,8 @@ For example, to configure the alchemy window, the actual settings would be::
|
|||||||
|
|
||||||
alchemy x = 0.25
|
alchemy x = 0.25
|
||||||
alchemy y = 0.25
|
alchemy y = 0.25
|
||||||
alchemy h = 0.5
|
|
||||||
alchemy w = 0.5
|
alchemy w = 0.5
|
||||||
|
alchemy h = 0.5
|
||||||
|
|
||||||
Each window in the GUI mode remembers it's previous location when exiting the game.
|
Each window in the GUI mode remembers it's previous location when exiting the game.
|
||||||
By far the easiest way to configure these settings is to simply move the windows around in game.
|
By far the easiest way to configure these settings is to simply move the windows around in game.
|
||||||
@ -49,9 +49,9 @@ stats
|
|||||||
|
|
||||||
y = 0.015
|
y = 0.015
|
||||||
|
|
||||||
h = 0.45
|
w = 0.45
|
||||||
|
|
||||||
w = 0.4275
|
h = 0.4275
|
||||||
|
|
||||||
pin = false
|
pin = false
|
||||||
|
|
||||||
@ -66,9 +66,9 @@ spells
|
|||||||
|
|
||||||
y = 0.39
|
y = 0.39
|
||||||
|
|
||||||
h = 0.36
|
w = 0.36
|
||||||
|
|
||||||
w = 0.51
|
h = 0.51
|
||||||
|
|
||||||
pin = false
|
pin = false
|
||||||
|
|
||||||
@ -83,9 +83,9 @@ map
|
|||||||
|
|
||||||
y = 0.015
|
y = 0.015
|
||||||
|
|
||||||
h = 0.36
|
w = 0.36
|
||||||
|
|
||||||
w = 0.37
|
h = 0.37
|
||||||
|
|
||||||
pin = false
|
pin = false
|
||||||
|
|
||||||
@ -100,9 +100,9 @@ inventory
|
|||||||
|
|
||||||
y = 0.54
|
y = 0.54
|
||||||
|
|
||||||
h = 0.45
|
w = 0.45
|
||||||
|
|
||||||
w = 0.38
|
h = 0.38
|
||||||
|
|
||||||
pin = false
|
pin = false
|
||||||
|
|
||||||
@ -117,9 +117,9 @@ inventory container
|
|||||||
|
|
||||||
y = 0.54
|
y = 0.54
|
||||||
|
|
||||||
h = 0.45
|
w = 0.45
|
||||||
|
|
||||||
w = 0.38
|
h = 0.38
|
||||||
|
|
||||||
The player's inventory window while searching a container, showing the contents of the character's inventory.
|
The player's inventory window while searching a container, showing the contents of the character's inventory.
|
||||||
Activated by clicking on a container. The same window is used for searching dead bodies, and pickpocketing people.
|
Activated by clicking on a container. The same window is used for searching dead bodies, and pickpocketing people.
|
||||||
@ -132,9 +132,9 @@ inventory barter
|
|||||||
|
|
||||||
y = 0.54
|
y = 0.54
|
||||||
|
|
||||||
h = 0.45
|
w = 0.45
|
||||||
|
|
||||||
w = 0.38
|
h = 0.38
|
||||||
|
|
||||||
The player's inventory window while bartering. It displays goods owned by the character while bartering.
|
The player's inventory window while bartering. It displays goods owned by the character while bartering.
|
||||||
Activated by clicking on the Barter choice in the dialog window for an NPC.
|
Activated by clicking on the Barter choice in the dialog window for an NPC.
|
||||||
@ -147,9 +147,9 @@ inventory companion
|
|||||||
|
|
||||||
y = 0.54
|
y = 0.54
|
||||||
|
|
||||||
h = 0.45
|
w = 0.45
|
||||||
|
|
||||||
w = 0.38
|
h = 0.38
|
||||||
|
|
||||||
The player's inventory window while interacting with a companion.
|
The player's inventory window while interacting with a companion.
|
||||||
The companion windows were added in the Tribunal expansion, but are available everywhere in the OpenMW engine.
|
The companion windows were added in the Tribunal expansion, but are available everywhere in the OpenMW engine.
|
||||||
@ -162,9 +162,9 @@ container
|
|||||||
|
|
||||||
y = 0.54
|
y = 0.54
|
||||||
|
|
||||||
h = 0.39
|
w = 0.39
|
||||||
|
|
||||||
w = 0.38
|
h = 0.38
|
||||||
|
|
||||||
The container window, showing the contents of the container. Activated by clicking on a container.
|
The container window, showing the contents of the container. Activated by clicking on a container.
|
||||||
The same window is used for searching dead bodies, and pickpocketing people.
|
The same window is used for searching dead bodies, and pickpocketing people.
|
||||||
@ -177,9 +177,9 @@ barter
|
|||||||
|
|
||||||
y = 0.27
|
y = 0.27
|
||||||
|
|
||||||
h = 0.38
|
w = 0.38
|
||||||
|
|
||||||
w = 0.63
|
h = 0.63
|
||||||
|
|
||||||
The NPC bartering window, displaying goods owned by the shopkeeper while bartering.
|
The NPC bartering window, displaying goods owned by the shopkeeper while bartering.
|
||||||
Activated by clicking on the Barter choice in the dialog window for an NPC.
|
Activated by clicking on the Barter choice in the dialog window for an NPC.
|
||||||
@ -192,9 +192,9 @@ companion
|
|||||||
|
|
||||||
y = 0.27
|
y = 0.27
|
||||||
|
|
||||||
h = 0.38
|
w = 0.38
|
||||||
|
|
||||||
w = 0.63
|
h = 0.63
|
||||||
|
|
||||||
The NPC's inventory window while interacting with a companion.
|
The NPC's inventory window while interacting with a companion.
|
||||||
The companion windows were added in the Tribunal expansion, but are available everywhere in the OpenMW engine.
|
The companion windows were added in the Tribunal expansion, but are available everywhere in the OpenMW engine.
|
||||||
@ -207,9 +207,9 @@ dialogue
|
|||||||
|
|
||||||
y = 0.5
|
y = 0.5
|
||||||
|
|
||||||
h = 0.7
|
w = 0.7
|
||||||
|
|
||||||
w = 0.45
|
h = 0.45
|
||||||
|
|
||||||
The dialogue window, for talking with NPCs.
|
The dialogue window, for talking with NPCs.
|
||||||
Activated by clicking on a NPC.
|
Activated by clicking on a NPC.
|
||||||
@ -222,10 +222,10 @@ alchemy
|
|||||||
|
|
||||||
y = 0.25
|
y = 0.25
|
||||||
|
|
||||||
h = 0.5
|
|
||||||
|
|
||||||
w = 0.5
|
w = 0.5
|
||||||
|
|
||||||
|
h = 0.5
|
||||||
|
|
||||||
The alchemy window, for crafting potions.
|
The alchemy window, for crafting potions.
|
||||||
Activated by dragging an alchemy tool on to the rag doll.
|
Activated by dragging an alchemy tool on to the rag doll.
|
||||||
Unlike most other windows, this window hides all other windows when opened.
|
Unlike most other windows, this window hides all other windows when opened.
|
||||||
@ -234,13 +234,13 @@ console
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
:Default:
|
:Default:
|
||||||
x = 0.015
|
x = 0.255
|
||||||
|
|
||||||
y = 0.015
|
y = 0.215
|
||||||
|
|
||||||
h = 1.0
|
w = 0.49
|
||||||
|
|
||||||
w = 0.5
|
h = 0.3125
|
||||||
|
|
||||||
The console command window.
|
The console command window.
|
||||||
Activated by pressing the tilde (~) key.
|
Activated by pressing the tilde (~) key.
|
||||||
|
@ -672,10 +672,10 @@ stats x = 0.015
|
|||||||
stats y = 0.015
|
stats y = 0.015
|
||||||
stats w = 0.4275
|
stats w = 0.4275
|
||||||
stats h = 0.45
|
stats h = 0.45
|
||||||
stats maximized x = 0.0
|
stats maximized x = 0.255
|
||||||
stats maximized y = 0.0
|
stats maximized y = 0.275
|
||||||
stats maximized w = 1.0
|
stats maximized w = 0.4275
|
||||||
stats maximized h = 1.0
|
stats maximized h = 0.45
|
||||||
stats pin = false
|
stats pin = false
|
||||||
stats hidden = false
|
stats hidden = false
|
||||||
stats maximized = false
|
stats maximized = false
|
||||||
@ -685,10 +685,10 @@ spells x = 0.63
|
|||||||
spells y = 0.39
|
spells y = 0.39
|
||||||
spells w = 0.36
|
spells w = 0.36
|
||||||
spells h = 0.51
|
spells h = 0.51
|
||||||
spells maximized x = 0.0
|
spells maximized x = 0.32
|
||||||
spells maximized y = 0.0
|
spells maximized y = 0.02
|
||||||
spells maximized w = 1.0
|
spells maximized w = 0.36
|
||||||
spells maximized h = 1.0
|
spells maximized h = 0.88
|
||||||
spells pin = false
|
spells pin = false
|
||||||
spells hidden = false
|
spells hidden = false
|
||||||
spells maximized = false
|
spells maximized = false
|
||||||
@ -698,23 +698,23 @@ map x = 0.63
|
|||||||
map y = 0.015
|
map y = 0.015
|
||||||
map w = 0.36
|
map w = 0.36
|
||||||
map h = 0.37
|
map h = 0.37
|
||||||
map maximized x = 0.0
|
map maximized x = 0.015
|
||||||
map maximized y = 0.0
|
map maximized y = 0.02
|
||||||
map maximized w = 1.0
|
map maximized w = 0.97
|
||||||
map maximized h = 1.0
|
map maximized h = 0.875
|
||||||
map pin = false
|
map pin = false
|
||||||
map hidden = false
|
map hidden = false
|
||||||
map maximized = false
|
map maximized = false
|
||||||
|
|
||||||
# Player inventory window when explicitly opened.
|
# Player inventory window when explicitly opened.
|
||||||
inventory x = 0.0
|
inventory x = 0.015
|
||||||
inventory y = 0.54
|
inventory y = 0.54
|
||||||
inventory w = 0.45
|
inventory w = 0.45
|
||||||
inventory h = 0.38
|
inventory h = 0.38
|
||||||
inventory maximized x = 0.0
|
inventory maximized x = 0.015
|
||||||
inventory maximized y = 0.0
|
inventory maximized y = 0.02
|
||||||
inventory maximized w = 1.0
|
inventory maximized w = 0.97
|
||||||
inventory maximized h = 1.0
|
inventory maximized h = 0.875
|
||||||
inventory pin = false
|
inventory pin = false
|
||||||
inventory hidden = false
|
inventory hidden = false
|
||||||
inventory maximized = false
|
inventory maximized = false
|
||||||
@ -724,10 +724,10 @@ inventory container x = 0.015
|
|||||||
inventory container y = 0.54
|
inventory container y = 0.54
|
||||||
inventory container w = 0.45
|
inventory container w = 0.45
|
||||||
inventory container h = 0.38
|
inventory container h = 0.38
|
||||||
inventory container maximized x = 0.0
|
inventory container maximized x = 0.015
|
||||||
inventory container maximized y = 0.5
|
inventory container maximized y = 0.02
|
||||||
inventory container maximized w = 1.0
|
inventory container maximized w = 0.97
|
||||||
inventory container maximized h = 0.5
|
inventory container maximized h = 0.875
|
||||||
inventory container maximized = false
|
inventory container maximized = false
|
||||||
|
|
||||||
# Player inventory window when bartering with a shopkeeper.
|
# Player inventory window when bartering with a shopkeeper.
|
||||||
@ -735,10 +735,10 @@ inventory barter x = 0.015
|
|||||||
inventory barter y = 0.54
|
inventory barter y = 0.54
|
||||||
inventory barter w = 0.45
|
inventory barter w = 0.45
|
||||||
inventory barter h = 0.38
|
inventory barter h = 0.38
|
||||||
inventory barter maximized x = 0.0
|
inventory barter maximized x = 0.015
|
||||||
inventory barter maximized y = 0.5
|
inventory barter maximized y = 0.02
|
||||||
inventory barter maximized w = 1.0
|
inventory barter maximized w = 0.97
|
||||||
inventory barter maximized h = 0.5
|
inventory barter maximized h = 0.875
|
||||||
inventory barter maximized = false
|
inventory barter maximized = false
|
||||||
|
|
||||||
# Player inventory window when trading with a companion.
|
# Player inventory window when trading with a companion.
|
||||||
@ -746,10 +746,10 @@ inventory companion x = 0.015
|
|||||||
inventory companion y = 0.54
|
inventory companion y = 0.54
|
||||||
inventory companion w = 0.45
|
inventory companion w = 0.45
|
||||||
inventory companion h = 0.38
|
inventory companion h = 0.38
|
||||||
inventory companion maximized x = 0.0
|
inventory companion maximized x = 0.015
|
||||||
inventory companion maximized y = 0.5
|
inventory companion maximized y = 0.02
|
||||||
inventory companion maximized w = 1.0
|
inventory companion maximized w = 0.97
|
||||||
inventory companion maximized h = 0.5
|
inventory companion maximized h = 0.875
|
||||||
inventory companion maximized = false
|
inventory companion maximized = false
|
||||||
|
|
||||||
# Dialog window for talking with NPCs.
|
# Dialog window for talking with NPCs.
|
||||||
@ -757,10 +757,10 @@ dialogue x = 0.15
|
|||||||
dialogue y = 0.5
|
dialogue y = 0.5
|
||||||
dialogue w = 0.7
|
dialogue w = 0.7
|
||||||
dialogue h = 0.45
|
dialogue h = 0.45
|
||||||
dialogue maximized x = 0.0
|
dialogue maximized x = 0.015
|
||||||
dialogue maximized y = 0.0
|
dialogue maximized y = 0.02
|
||||||
dialogue maximized w = 1.0
|
dialogue maximized w = 0.97
|
||||||
dialogue maximized h = 1.0
|
dialogue maximized h = 0.875
|
||||||
dialogue maximized = false
|
dialogue maximized = false
|
||||||
|
|
||||||
# Alchemy window for crafting potions.
|
# Alchemy window for crafting potions.
|
||||||
@ -768,21 +768,21 @@ alchemy x = 0.25
|
|||||||
alchemy y = 0.25
|
alchemy y = 0.25
|
||||||
alchemy w = 0.5
|
alchemy w = 0.5
|
||||||
alchemy h = 0.5
|
alchemy h = 0.5
|
||||||
alchemy maximized x = 0.0
|
alchemy maximized x = 0.015
|
||||||
alchemy maximized y = 0.0
|
alchemy maximized y = 0.02
|
||||||
alchemy maximized w = 1.0
|
alchemy maximized w = 0.97
|
||||||
alchemy maximized h = 1.0
|
alchemy maximized h = 0.875
|
||||||
alchemy maximized = false
|
alchemy maximized = false
|
||||||
|
|
||||||
# Console command window for debugging commands.
|
# Console command window for debugging commands.
|
||||||
console x = 0.015
|
console x = 0.255
|
||||||
console y = 0.015
|
console y = 0.215
|
||||||
console w = 1.0
|
console w = 0.49
|
||||||
console h = 0.5
|
console h = 0.3125
|
||||||
console maximized x = 0.0
|
console maximized x = 0.015
|
||||||
console maximized y = 0.0
|
console maximized y = 0.02
|
||||||
console maximized w = 1.0
|
console maximized w = 0.97
|
||||||
console maximized h = 1.0
|
console maximized h = 0.875
|
||||||
console maximized = false
|
console maximized = false
|
||||||
|
|
||||||
# Container inventory when searching a container.
|
# Container inventory when searching a container.
|
||||||
@ -790,10 +790,10 @@ container x = 0.49
|
|||||||
container y = 0.54
|
container y = 0.54
|
||||||
container w = 0.39
|
container w = 0.39
|
||||||
container h = 0.38
|
container h = 0.38
|
||||||
container maximized x = 0.0
|
container maximized x = 0.015
|
||||||
container maximized y = 0.0
|
container maximized y = 0.02
|
||||||
container maximized w = 1.0
|
container maximized w = 0.97
|
||||||
container maximized h = 0.5
|
container maximized h = 0.875
|
||||||
container maximized = false
|
container maximized = false
|
||||||
|
|
||||||
# NPC inventory window when bartering with a shopkeeper.
|
# NPC inventory window when bartering with a shopkeeper.
|
||||||
@ -801,10 +801,10 @@ barter x = 0.6
|
|||||||
barter y = 0.27
|
barter y = 0.27
|
||||||
barter w = 0.38
|
barter w = 0.38
|
||||||
barter h = 0.63
|
barter h = 0.63
|
||||||
barter maximized x = 0.0
|
barter maximized x = 0.015
|
||||||
barter maximized y = 0.0
|
barter maximized y = 0.02
|
||||||
barter maximized w = 1.0
|
barter maximized w = 0.97
|
||||||
barter maximized h = 0.5
|
barter maximized h = 0.875
|
||||||
barter maximized = false
|
barter maximized = false
|
||||||
|
|
||||||
# NPC inventory window when trading with a companion.
|
# NPC inventory window when trading with a companion.
|
||||||
@ -812,10 +812,10 @@ companion x = 0.6
|
|||||||
companion y = 0.27
|
companion y = 0.27
|
||||||
companion w = 0.38
|
companion w = 0.38
|
||||||
companion h = 0.63
|
companion h = 0.63
|
||||||
companion maximized x = 0.0
|
companion maximized x = 0.015
|
||||||
companion maximized y = 0.0
|
companion maximized y = 0.02
|
||||||
companion maximized w = 1.0
|
companion maximized w = 0.97
|
||||||
companion maximized h = 0.5
|
companion maximized h = 0.875
|
||||||
companion maximized = false
|
companion maximized = false
|
||||||
|
|
||||||
[Navigator]
|
[Navigator]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user