Commit Graph

321 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
d0512f2177 Improved critter.psc fix 2024-01-21 15:15:07 +01:00
5401437976 Optimized FXBirdFleeSCRIPT 2024-01-21 15:14:09 +01:00
b0b4f3195f Prevent player from leaving the first conversation with Jespar 2024-01-21 02:53:21 +01:00
0f7fde96b4 Fixed Papyrus spam on unloaded critters 2024-01-21 02:42:05 +01:00
331e241b60 Removed Is3DLoaded() check from CheckCellAtached(), causes critters to never appear 2024-01-20 21:15:23 +01:00
afa68ffd25 Force borderless mode with INI toggle, a workaround for freezing during Bink playback 2024-01-20 19:28:29 +01:00
80cb664bbc Show new carry weight after eating an Ice Claw 2024-01-20 15:46:56 +01:00
ad8882da07 Show the near death video in quick start to provide context for thoughts on screen 2024-01-20 05:02:25 +01:00
80af73332a Fixed Father property in _00E_FS_NQR05_Bossfight_TharaelSC 2024-01-20 04:30:11 +01:00
c79a974281 Merged changed HumanHeart tracking 2024-01-19 22:53:24 +01:00
2e41a7ef8d Moved HumanHeart tracking from item script to quest alias 2024-01-19 22:35:30 +01:00
d2016d1240 Fixed non-matching script sources in MQ01 2024-01-19 18:38:08 +01:00
2db96586c2 Cleaned up TrapExplosiveGas 2024-01-19 04:25:20 +01:00
8c999a6fd6 Oil traps ignite from lightning spells, fixed logical mistakes in TrapExplosiveGas, preventing ignition in some cases 2024-01-19 02:32:53 +01:00
c6d5fff031 Set KillMove value from bVATSDisable:VATS on new game 2024-01-18 15:30:41 +01:00
93d7539196 Fixed crash caused by _00E_EngineBugfixAlias, calling ResetHelpMessage in menu mode 2024-01-18 04:07:21 +01:00
7a86fcfb42 Improved killmove switching in effect scripts 2024-01-18 01:24:44 +01:00
59698590b4 Merged new MCM options 2024-01-17 22:59:08 +01:00
719d00d4b6 Added an MCM option to toggle killmoves 2024-01-17 22:50:37 +01:00
f85cf43704 Added an MCM option to toggle companion health bars 2024-01-17 22:25:32 +01:00
f4b55f995d Separated companions health bar controller 2024-01-17 21:16:51 +01:00
4fd11efe0a Do not disable god mode on wishing well init and Kurmai's reappearance 2024-01-17 04:13:47 +01:00
acb1326376 Toggle god mode off before killing the player with a script 2024-01-17 03:42:38 +01:00
7a4e5e4e3b Removed unused scripts 2024-01-17 03:23:47 +01:00
6817c41ff9 All used scripts are accounted for, number of pex files matches the number of psc 2024-01-16 04:53:08 +01:00
132fd01acf Removed obsolete scripts 2024-01-16 03:15:01 +01:00
acad9fc22e Added missing decompiled psc files 2024-01-16 02:56:39 +01:00
9c59bb0b80 Removed obsolete scripts 2024-01-16 02:25:29 +01:00
df4ecd3b87 Merged FS_NQ03 looting perk 2024-01-15 23:47:32 +01:00
38bad6c50e Block object activation with a perk in FS_NQ03 2024-01-15 23:15:17 +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
3c1725cbcb Merged combat music update 2024-01-15 03:08:29 +01:00
fbbf0bd7f7 Manage combat music with a quest, removed _00E_CombatSoundtrackScript from 800+ objects 2024-01-15 02:47:42 +01:00
e15bec3672 Removed some obsolete functions 2024-01-14 20:18:53 +01:00
df2832f5d7 Merged reworked lockpicking and pickpocketing bonuses 2024-01-14 17:28:06 +01:00
4805a55db5 Reworked _00E_ChestAndDoorLockScript to a quest+perk implementation for better compatibility with QuickLoot RE 2024-01-14 04:15:47 +01:00
6e1bf5a6e9 Moved lockpicking gold bonus to ContainerController 2024-01-13 20:15:47 +01:00
5dc76239c8 Reworked hidden stashes to a ContainerController quest alias instead of attached script 2024-01-13 20:15:10 +01:00
68c68c6a3e Fixed IsAttached() Papyrus error spam in critter.psc 2024-01-13 15:39:17 +01:00
dac9c5950a Made bounty targets protected instead of essential - fixes rare cases, when they could not be killed 2024-01-12 20:13:38 +01:00
063c4ca3f4 Renamed followerpanel.swf and removed it from loose files 2024-01-12 15:11:01 +01:00
af3a933e2b Added quick start 2024-01-11 21:24:54 +01:00
eff44b1e23 Removed calling player an idiot from _00E_EPUpdateFunctions 2024-01-11 13:33:32 +01:00
f5ae34fc7f Consolidated engine bugfixes into a separate quest 2024-01-11 13:14:18 +01:00
781988d6d6 Moved GetPlayerClassNameGlobal() to EnderalFunctions 2024-01-11 12:33:30 +01:00
eeb35a7dae Prevent saving before race menu 2024-01-11 12:24:47 +01:00
68d9a97ded Moved stuck help message fix from _00E_MQP01_Functions 2024-01-10 23:26:46 +01:00
a600cd5022 Renamed ore vein scripts to avoid overwriting by Skyrim mods 2024-01-10 18:34:07 +01:00
2ec5f7da38 Allow interruption of all videos 2024-01-10 16:53:20 +01:00
267c1bff72 Removed a few obsolete scripts 2024-01-10 15:49:41 +01:00
6215476e88 Fixed _00E_MQ08PressurePlate not matching source code 2024-01-10 15:15:58 +01:00
976927b6eb Replaced GetStage/SetStage shortcuts 2024-01-10 15:08:24 +01:00
b5c1a5b3ad Removed _00E_FS_IsForgottenStoriesActivated checks 2024-01-10 14:29:46 +01:00
84c47e3a43 Made _00E_AchievementsEnabled constant, removed all refs 2024-01-10 01:46:13 +01:00
889c7a38c3 Split Levelsystem into smaller services, removed _00E_QuestFunctions, Levelsystem, and all attached aliases 2024-01-09 23:00:18 +01:00
0b42275a81 Removed Levelsystem from _00E_FS_NQR03_PageCounterSC 2024-01-05 21:56:38 +01:00
bec1353615 Removed Levelsystem from _00E_FS_SleightOfHand_HiddenSlotSC 2024-01-05 21:44:35 +01:00
99b8841706 Merged separated armor set listener 2024-01-05 21:26:56 +01:00
d66445da5b Moved armor set listener to a separate quest 2024-01-05 21:06:45 +01:00
cc4c637b52 Removed Levelsystem from magical symbols 2024-01-05 19:38:04 +01:00
4c3f824c34 Added _00E_EPHandler to handle out experience points 2024-01-05 19:26:23 +01:00
4f7ee5227e Removed Levelsystem from NQ34_WildMageREF 2024-01-05 19:01:23 +01:00
837cb8d3f2 Removed Levelsystem from voiced letters 2024-01-05 17:58:41 +01:00
db4242330b Moved all Enable/DisableDialogueQuitting() calls from _00E_QuestFunctions to EnderalFunctions 2024-01-05 15:54:31 +01:00
323f9c575d Moved cell name control alias from Levelsystem to a separate quest 2024-01-05 12:40:50 +01:00
522839fe27 Moved weather control alias from Levelsystem to a separate quest 2024-01-04 22:35:35 +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
f7c3f19385 Added _00E_Game_SkillmenuSC placeholder for outdated mods 2023-12-19 06:05:06 +01:00
dee35927cb Renamed _00E_Game_SkillmenuSC to _00E_AffinityControl 2023-12-19 05:53:55 +01:00
162085c155 Removed dialoguemenu.swf and controlmap.txt from loose files 2023-12-19 05:32:42 +01:00
a3192c6036 Fixed the tween menu patch on 1.5.97, new controlmap.txt 2023-12-18 17:11:40 +01:00
d4cda7ea92 Split the _00E_Game_SkillmenuSC alias into three separate quests, removed the Hero Menu hotkey setting 2023-12-18 16:28:12 +01:00
4e2e2166c6 Patched the Quick Stats hotkey to open the hero menu 2023-12-18 16:28:10 +01:00
2b3f294bb4 Removed redundant checks and updates from _00E_Game_SkillmenuSC intended to fix hotkey registrations, prone to breaking due to missing RegisterForMenu() in OnPlayerLoadGame 2023-12-17 09:12:42 +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
e5e81477e6 Fixed warnings in defaultDisableHavokOnLoad and _00E_Theriantrophist_Chymikum 2023-12-13 10:37:10 +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
62f134f095 Auto-eat found ice claws 2023-12-10 07:33:30 +01:00
ba655e1df5 Replaced GetActorRef() shortcuts 2023-12-08 03:57:30 +01:00
6f1abd6630 Removed unused werewolf scripts 2023-12-08 03:50:43 +01:00
d6f6617172 Replaced actor value shortcuts 2023-12-08 03:45:53 +01:00
decbbb869b Added 145 general purpose Skyrim scripts to use in mods 2023-12-08 03:08:54 +01:00
ae5bb8af7d Added USSEP fixes to 47 scripts 2023-12-07 23:57:19 +01:00
33372b8b1a Removed obsolete apparition alias from _FS_Phasmalist_ControlQuest 2023-12-06 15:38:49 +01:00
95d6cab0c9 Updated EnderalSteam.dll version 2023-12-06 13:33:24 +01:00
71b332f384 Updated Steam SDK to version 1.55, used by SSE 1.6.1130 2023-12-06 13:26:33 +01:00