NovaRain
dc97dad94c
Fixed the clickability issue of the "Use Inventory Item On" action
...
* the game would execute the default action for the overlapped object
instead of the player using the item.
(ref. BGforgeNet/Fallout2_Restoration_Project#271 )
2024-03-05 10:41:09 +08:00
NovaRain
82cf074845
Updated npcarmor.ini based on new NPC armor mod
...
(ref. BGforgeNet/Fallout2_NPC_Armor@ca93bb6 )
2024-03-05 10:32:01 +08:00
NovaRain
8e95b2d8f6
Updated npcarmor.ini based on newer RPU (v27+)
2024-03-04 11:53:46 +08:00
NovaRain
81638168c2
Tweaked the log for loading global scripts
...
* it should be after the game scripts check.
2024-03-03 00:01:37 +08:00
NovaRain
56459ee5f0
Added additional check to AI weapon switching fix
2024-02-29 13:21:08 +08:00
NovaRain
35276dfe59
Added support for an external DirectDraw wrapper
2024-02-26 09:28:03 +08:00
NovaRain
0400671f38
Cosmetic edits: unified indentation of switch-case
2024-02-22 08:41:45 +08:00
NovaRain
30cb8b7ee9
Fixed critical hit message for super mutants
...
* judging from combat.msg, the fix has been applied to a wrong
bodypart since 2.8b.
2024-02-17 07:52:56 +08:00
NovaRain
273c44e788
Fixed the game disappearing from the taskbar after using Alt+Tab
...
Code change to the input patch.
Updated version number.
2024-02-16 09:30:16 +08:00
NovaRain
4ef8986bda
Updated changelog
v3.8.42
2024-02-12 20:45:37 +08:00
NovaRain
dbf5e36b86
Added a fix to prevent integer overflow for inven item stacks
...
* This is more of a preventive fix because now it's easier to cause
integer overflow with add_mult_objs_to_inven. Also in case people
use save editor and set silly values to their items.
2024-02-12 09:57:22 +08:00
NovaRain
386d373376
Fixed the modulo operator for negative integers
...
* this changes the behavior of vanilla modulo operator to use signed
integer division to match how the fixed division operator works.
2024-01-25 10:20:41 +08:00
NovaRain
360037a2fd
Changed the fix for add_mult_objs_to_inven
...
(to allow adding more than 99999 instances of an object in one go)
2024-01-24 09:45:05 +08:00
NovaRain
a3c8f0f609
Added missing level cap to XPTable (fixed a hang)
2024-01-15 14:30:27 +08:00
NovaRain
7dda156ee7
Fixed log entry for PatchFileXX options
...
(also allow using ".\\", as it cannot escape the game folder.)
2024-01-11 21:40:34 +08:00
NovaRain
31a5dbc61c
Updated version number and year
2024-01-02 10:31:08 +08:00
NovaRain
c476e54db0
Added reg_anim_animate_and_move script function
2023-12-27 13:21:40 +08:00
NovaRain
95dc75da38
Fixed right arm critical hit messages for some critter types
...
(BGforgeNet/Fallout2_Restoration_Project#256 )
2023-12-19 21:02:19 +08:00
NovaRain
e276c59447
Tweaked the condition check for instadeath fix
2023-12-15 20:45:30 +08:00
NovaRain
1c3e2f2eb1
Fixed 0 dmg instadeath crits with HOOK_COMBATDAMAGE
2023-12-15 09:18:26 +08:00
NovaRain
3dcc26a739
Fixed skipping to lv99 when leveling up from lv97
...
(mentioned in Per's guide)
Minor code edits.
2023-12-04 21:53:26 +08:00
NovaRain
8ef6a66134
Use proper size directives in ASM code
2023-12-02 18:32:19 +08:00
NovaRain
0bba6ccb54
Engine now uses 'English' as the fallback language for the credits
...
Updated version number.
2023-11-30 22:44:17 +08:00
NovaRain
8f846eda6e
Updated changelog for better clarity
v3.8.41
2023-11-20 21:28:42 +08:00
NovaRain
572cbd059f
Updated changelog
2023-11-20 10:20:02 +08:00