Skip to content

Commit

Permalink
Update settings-default
Browse files Browse the repository at this point in the history
  • Loading branch information
terrabyte25 committed Apr 26, 2019
1 parent bcf9405 commit b9cf9d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions app/settings-default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ stats w = 0.375
stats h = 0.4275
# Stats window pin status
stats pin = false
stats hidden = false

# Spells window displaying powers, spells, and magical items.
spells x = 0.625
Expand All @@ -503,6 +504,7 @@ spells w = 0.375
spells h = 0.4275
# Spells window pin status
spells pin = false
spells hidden = false

# Local and world map window.
map x = 0.625
Expand All @@ -511,6 +513,15 @@ map w = 0.375
map h = 0.5725
# Map window pin status
map pin = false
map hidden = false

# Player inventory window when explicitly opened.
inventory x = 0.0
inventory y = 0.4275
inventory w = 0.6225
inventory h = 0.5725
inventory pin = false
inventory hidden = false

# Dialog window for talking with NPCs.
dialogue x = 0.095
Expand All @@ -530,14 +541,6 @@ console y = 0.0
console w = 1.0
console h = 0.5

# Player inventory window when explicitly opened.
inventory x = 0.0
inventory y = 0.4275
inventory w = 0.6225
inventory h = 0.5725
# Inventory window pin status
inventory pin = false

# Player inventory window when searching a container.
inventory container x = 0.0
inventory container y = 0.4275
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ set(OPENMW_COMMON
-DMyGUI_LIBRARY=${prefix}/lib/libMyGUIEngineStatic.a
)
set(OPENMW_PATCH
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-revert-ui-dimensions.patch &&
# patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-revert-ui-dimensions.patch &&
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-add-simpler-collisions-option.patch &&
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-shadows-red-sky.patch &&
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-mouse-visibility.patch &&
Expand Down

0 comments on commit b9cf9d6

Please sign in to comment.