Commit Graph

45 Commits

Author SHA1 Message Date
1beee1c6e1 Remade the Blueprint Collection item to MISC, added automatically with the first found blueprint, added an option to store single unique copies automatically 2024-01-22 16:01:07 +01:00
afa68ffd25 Force borderless mode with INI toggle, a workaround for freezing during Bink playback 2024-01-20 19:28:29 +01:00
2a51d12219 Handle null pointers in IsInRegion 2024-01-15 22:17:14 +01:00
a43aa14bef Use TESHitEvent to track unlock spell hits 2024-01-15 05:01:05 +01:00
fbbf0bd7f7 Manage combat music with a quest, removed _00E_CombatSoundtrackScript from 800+ objects 2024-01-15 02:47:42 +01:00
781988d6d6 Moved GetPlayerClassNameGlobal() to EnderalFunctions 2024-01-11 12:33:30 +01:00
889c7a38c3 Split Levelsystem into smaller services, removed _00E_QuestFunctions, Levelsystem, and all attached aliases 2024-01-09 23:00:18 +01:00
3830d439dd Registered EnableDialogueQuitting() in Papyrus 2023-12-23 08:11:59 +01:00
78ad540b93 Moved C++ patches to a subdirectory 2023-12-21 20:36:31 +01:00
85c1cc1b0c Implemented health bar fix with DLL, removed custom hudmenu.swf and .gfx 2023-12-20 16:27:06 +01:00
ef56d468c5 Hero menu: moved handling to DLL, opens on Quick Stats hotkey, added widescreen support 2023-12-19 16:58:36 +01:00
a72dd6611e Removed outdated script _FS_Phasmalist_AffinityControlQuest 2023-12-19 06:14:47 +01:00
a3192c6036 Fixed the tween menu patch on 1.5.97, new controlmap.txt 2023-12-18 17:11:40 +01:00
4e2e2166c6 Patched the Quick Stats hotkey to open the hero menu 2023-12-18 16:28:10 +01:00
9f95c8e68e Hero Menu via Skills in the Tween Menu 2023-12-15 21:39:41 +01:00
467852f52e Open journal in locked dialogs instead of the message box - fixes the oldest issue, specific to Enderal SE 2023-12-15 15:18:43 +01:00
98e9f0c5c7 Enforce bFreebiesSeen, bUpsellOwned, bModManagerMenuEnabled with DLL 2023-12-15 10:24:22 +01:00
13635df9f8 Handle blocking dialogs with DLL, replaced dialoguemenu.swf with unchanged Better Dialogue Controls 2023-12-15 07:26:39 +01:00
e9d5357d67 Improved video interruption patch 2023-12-13 17:10:02 +01:00
82ca8f1a32 Interrupt video on Left Alt (covers Alt+Tab) 2023-12-13 05:08:38 +01:00
70489f2b30 Interruptible cutscenes 2023-12-11 09:54:15 +01:00
623789c5bf Disable sIntroSequence with DLL, removed redundant functions 2023-12-11 09:54:14 +01:00
8a4e3ef71b Added an achievement fix 1.5.97-1.6.1130 2023-12-11 01:43:01 +01:00
9d84b0bb74 Map marker placement fixes:
- Allow placing map markers on discovered locations (from po3's Tweaks)
- Place map markers on undiscovered locations without asking
2023-12-10 21:10:58 +01:00
962a0861cd Reworked autosave system - rotating saves no longer get overwritten by regular autosaves on travel and sleep 2023-12-03 23:45:37 +01:00
9bdf9a2640 Removed the More Affinities check, it is now redundant 2023-10-27 18:04:47 +02:00
7b24aa0767 Implemented Papyrus script version checking, added versions to 4 core scripts 2023-10-26 21:22:14 +02:00
2cbe179c27 Updated CommonLibSSE-NG to 3.7.0 2023-10-26 01:45:01 +02:00
5fc3db6a05 Check for leftover DLLs from previous versions of Enderal 2022-09-30 13:46:36 +02:00
18ac89e171 Check activators and statics for collision with Skyrim 2022-09-29 22:29:38 +02:00
09f7922554 Added Address Library for 1.6.659; removed INI manipulation, failing in the GOG release 2022-09-29 21:41:38 +02:00
8eba0e00f4 Excluded 7 distant cells from compatibility check - fixes compatibility with cell patchers, like SkyVRaan 2022-09-14 19:40:34 +02:00
bc7488c8d0 Read version from file 2022-09-14 19:33:20 +02:00
0aec9b90d1 Check for NPC and container collisions 2022-09-08 11:24:27 +02:00
c93e11b2cc Disabled Stay at System Page in VR 2022-09-08 00:58:18 +02:00
0b83918c3d Verify existence of assets from BSA archives on game load 2022-09-01 12:59:36 +02:00
5078a42dbb Added mod blacklist 2022-09-01 12:06:40 +02:00
509c54e62a Check size of incompatible mods to allow placeholders 2022-09-01 11:29:46 +02:00
655d84bc41 Added GetPlayerFollowers() to EnderalSE.dll 2022-08-10 22:04:41 +02:00
4804f73787 Warn about mods, containing unconverted map data 2022-08-08 13:35:09 +02:00
29e20601a2 Check for all released Creation Club mods 2022-08-08 12:39:40 +02:00
30cdb4cf69 Fixed quest journal opening in locked conversations 2022-08-05 02:34:08 +02:00
cf98d40483 Updated support URL 2022-08-02 22:34:43 +02:00
cdc19f4e52 Added "Report a bug" to the start menu 2022-08-02 21:27:22 +02:00
f2150e94ef Ported Enderal DLL to CommonLibSSE-NG:
- Cross-runtime build, tested on SE and AE
- Intergrated Flat Map Markers and Stay At The System Page
- Added tons of sanity checks
- Automatically overrides bFreebiesSeen, bInvalidateOlderFiles, and bModManagerMenuEnabled INI values
2022-07-31 20:55:11 +02:00