Compare commits
2 Commits
cf84e2f026
...
1c7c020252
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c7c020252 | |||
| cd2e2ed2d9 |
@ -7,6 +7,7 @@ Beware, spoilers ahead!
|
|||||||
|
|
||||||
|
|
||||||
2.1.4.3 (TBD)
|
2.1.4.3 (TBD)
|
||||||
|
- Added compatibility with Skyrim SE 1.7.99.
|
||||||
- Added Czech localization by Dogzey.
|
- Added Czech localization by Dogzey.
|
||||||
- Added widescreen support.
|
- Added widescreen support.
|
||||||
- Added SkyUI 6.0 support.
|
- Added SkyUI 6.0 support.
|
||||||
|
|||||||
@ -96,6 +96,12 @@ namespace {
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (g_settings.at("MenuAspectRatioFix")) {
|
||||||
|
if (const auto pluginInfo = GetLoadInterface()->GetPluginInfo("WidescreenScaleRemoved"); pluginInfo) {
|
||||||
|
MessageBoxW(NULL, L"Widescreen Scale Removed is already included in Enderal, please, disable it (remove file Data\\SKSE\\Plugins\\WidescreenScaleRemoved.dll).", L"Enderal SE Error", MB_OK | MB_ICONERROR);
|
||||||
|
exit(EXIT_FAILURE);
|
||||||
|
}
|
||||||
|
}
|
||||||
if (g_settings.at("MapMarkerPlacementFixes")) {
|
if (g_settings.at("MapMarkerPlacementFixes")) {
|
||||||
logger::info("Initializing map market placement fixes...");
|
logger::info("Initializing map market placement fixes...");
|
||||||
MapMarkerPlacement::Install();
|
MapMarkerPlacement::Install();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user