NovaRain
762f3a858f
Simplified the code in commit 6aae703f
2026-04-14 22:00:12 +08:00
NovaRain
b13bcb9253
Added #pragma sce to all scripts that require -s option
...
Renamed all "lite version" script mods to more specific 38x.
2026-04-14 11:33:10 +08:00
NovaRain
6aae703f65
Fixed garbled colors when SkipOpeningMovies=1
...
(ref. fallout2-ce/fallout2-ce#372 )
2026-04-14 11:04:19 +08:00
NovaRain
ec9832b6a1
Fixed a visual glitch on the char screen when selecting gain xxx perks
...
(ref. fallout2-ce/fallout2-ce#367 )
2026-04-11 21:37:55 +08:00
NovaRain
d4c223a313
Increased the maximum party member level from 6 to 10
...
Updated scripting documents.
* the game reserves 10 level-up messages for each party member. More
level-ups require either more hacks or renumbering all level-up messages
in misc.msg. Otherwise, one will start using others' lines (e.g. Sulik
says Lenny's lines after lv10).
2026-04-11 00:02:23 +08:00
NovaRain
c42bed9ee4
Removed GlobalScriptPaths option (reverted dd97c36)
...
* storing global scripts across multiple paths is almost never needed,
and no publicly available mod really uses the option. If one doesn't
want to put their global scripts in the main folder, they can always
package the scripts in a mod dat file/folder instead.
2026-04-10 09:05:06 +08:00
NovaRain
4a717a572b
Fixed crash when calling proto_data with invalid data member
...
(ref. BGforgeNet/Fallout2_Restoration_Project#381 )
2026-04-05 08:30:01 +08:00
NovaRain
95b5fbafad
Updated resource files for the previous commit
2026-04-02 13:40:53 +08:00
NovaRain
e8ba875002
Removed AllowLargeTiles option
...
* Originally, its goal was to bypass the tile FRM limit and save
people's time from splitting tiles. But no one has really used this
option since sfall 2.0 (no bug reports about being broken for many
years). And boosting the limit to 16383 should practically solve the
first goal.
* In the end the option doesn't really do what its name suggests and is
completely unused. Its tile auto-splitting function is also not very
practical.
2026-04-02 11:48:19 +08:00
NovaRain
13deeb3a79
Edited the description of inc_npc_level in scripting docs
...
Cosmetic edits: removed trailing spaces in some source files.
2026-04-01 22:26:32 +08:00
NovaRain
adc5e0e850
Deprecated two-argument form of add_extra_msg_file
2026-03-26 12:11:08 +08:00
NovaRain
d287ac194d
Fixed glitched map when the encounter table has no available entries
...
(ref. fallout2-ce/fallout2-ce#313 )
Updated sslc document.
2026-03-20 11:19:52 +08:00
NovaRain
bd1995c393
Added support for nested array expressions
...
Fixed load_array script function not accepting floats as array keys.
Added arrays testcase script.
Updated header files.
2026-03-16 09:24:28 +08:00
NovaRain
506f63fb08
Fixed +/- not updating brightness slider when used on the Pref screen
...
(ref. fallout2-ce/fallout2-ce#298 )
2026-03-15 07:56:57 +08:00
NovaRain
ae0fb248c9
Changed the timing of setting OPTIONS game mode flag
...
* now it is toggled when creating/deleting the Preferences window.
2026-03-14 20:24:31 +08:00
NovaRain
dd97c36338
Backported GlobalScriptPaths from 4.0
2026-03-13 08:43:33 +08:00
NovaRain
368d632919
Updated version number and changelog
v3.8.49.1
2026-02-25 22:06:06 +08:00
NovaRain
9dabf726e3
Cosmetic edits: renamed some return addr variables in hacks
2026-02-25 21:20:00 +08:00
NovaRain
e3c14cda94
Added a safeguard to the death animation fix on combat start
2026-02-23 15:24:39 +08:00
NovaRain
0bb63de958
Updated version number and changelog
v3.8.49
2026-02-11 21:40:51 +08:00
NovaRain
70a8eb086f
Removed unnecessary/unused return value in critter_mod_skill function
2026-02-11 20:16:09 +08:00
NovaRain
47dad66b58
Removed misleading parens from functions without args in documents
2026-01-27 16:37:49 +08:00
NovaRain
8ec4ed6a0a
Code edits to SingleCore to make it run safer
...
Changed SingleCore to be disabled by default.
(its usage is questionable on newer systems.)
2026-01-16 10:10:28 +08:00
NovaRain
201ecd16f7
Code edits to ProcessorIdle
...
* include QS_RAWINPUT (0x400) for WinXP+.
* set the option enabled by default.
2026-01-15 09:41:13 +08:00
NovaRain
ae3a8f85f5
Added settings about the mirrored shades to tweaks.ini
...
Updated the description of Fallout1Behavior.
2026-01-13 14:30:08 +08:00