Skip to content

Commit b9cf9d6

Browse files
author
terrabyte25
committed
Update settings-default
1 parent bcf9405 commit b9cf9d6

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

app/settings-default.cfg

+11-8
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ stats w = 0.375
495495
stats h = 0.4275
496496
# Stats window pin status
497497
stats pin = false
498+
stats hidden = false
498499

499500
# Spells window displaying powers, spells, and magical items.
500501
spells x = 0.625
@@ -503,6 +504,7 @@ spells w = 0.375
503504
spells h = 0.4275
504505
# Spells window pin status
505506
spells pin = false
507+
spells hidden = false
506508

507509
# Local and world map window.
508510
map x = 0.625
@@ -511,6 +513,15 @@ map w = 0.375
511513
map h = 0.5725
512514
# Map window pin status
513515
map pin = false
516+
map hidden = false
517+
518+
# Player inventory window when explicitly opened.
519+
inventory x = 0.0
520+
inventory y = 0.4275
521+
inventory w = 0.6225
522+
inventory h = 0.5725
523+
inventory pin = false
524+
inventory hidden = false
514525

515526
# Dialog window for talking with NPCs.
516527
dialogue x = 0.095
@@ -530,14 +541,6 @@ console y = 0.0
530541
console w = 1.0
531542
console h = 0.5
532543

533-
# Player inventory window when explicitly opened.
534-
inventory x = 0.0
535-
inventory y = 0.4275
536-
inventory w = 0.6225
537-
inventory h = 0.5725
538-
# Inventory window pin status
539-
inventory pin = false
540-
541544
# Player inventory window when searching a container.
542545
inventory container x = 0.0
543546
inventory container y = 0.4275

buildscripts/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ set(OPENMW_COMMON
470470
-DMyGUI_LIBRARY=${prefix}/lib/libMyGUIEngineStatic.a
471471
)
472472
set(OPENMW_PATCH
473-
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-revert-ui-dimensions.patch &&
473+
# patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-revert-ui-dimensions.patch &&
474474
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-add-simpler-collisions-option.patch &&
475475
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-shadows-red-sky.patch &&
476476
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-mouse-visibility.patch &&

0 commit comments

Comments
 (0)