NovaRain
bad50cd335
Changed the implementation of ProcessorIdle
...
* now the same as CPU_USAGE_FIX in Mash's HRP, with a simpler toggle
setting.
* also avoids slowdowns if the player happens to enable both of them.
2025-04-05 17:42:17 +08:00
NovaRain
2e4998168c
Updated version number and changelog
2025-03-20 22:31:04 +08:00
NovaRain
2e8c742fdb
Minor edits to code and function notes
2025-03-11 09:01:30 +08:00
NovaRain
157f4434d5
Changed PipBoyAvailableAtGameStart and set_pipboy_available
...
* They no longer modify the vault suit movie state, which was an
undesired behavior.
Updated scripting documents.
2025-03-02 11:29:20 +08:00
NovaRain
7eec7a132e
Added settings about Educated, Healer, and Lifegiver to perks.ini
2025-01-27 21:06:15 +08:00
NovaRain
b39d5d9a57
Edits to function documents
2025-01-22 21:37:38 +08:00
NovaRain
6f9d1fc1f8
Added German and French resource files
2025-01-14 12:32:06 +08:00
NovaRain
fee5b7daa1
Reduced the green tone of the message window
...
(less pixelated colors and for text clarity)
Updated resource files.
2025-01-11 14:22:42 +08:00
NovaRain
cc7e471df0
Added setting about Comprehension perk to perks.ini
2025-01-07 11:58:45 +08:00
NovaRain
4b8478911e
Added setting about Night Vision perk to perks.ini
...
Updated version number.
2025-01-05 21:05:59 +08:00
NovaRain
38eed54c9f
Added upper limit to WorldMapDelay2
2024-11-22 12:50:07 +08:00
NovaRain
ef791b872a
Updated version number and changelog
2024-09-15 12:45:36 +08:00
NovaRain
20bf2ce145
Added a tweak to restore the sneak state when switching between maps
...
(can be overridden with map_enter/exit_p_proc in global scripts)
Minor edit to function notes.
2024-07-31 08:23:03 +08:00
NovaRain
486c897243
Added new HOOK_BUILDSFXWEAPON
...
* Hook for gsnd_build_weapon_sfx_name
* Fixed long name ACM crash in AutoSearchSFX
* Updated documents
2024-07-19 19:51:04 +08:00
NovaRain
87eca4898a
Scripting headers: add material-related constants, minor lib extensions
2024-07-18 08:36:30 +08:00
NovaRain
33943bb6ff
Added OutlineColorContainers/Corpses to the built-in item highlighting
...
Minor code refactor of the built-in item highlighting.
Updated version number.
2024-06-28 22:11:00 +08:00
NovaRain
81f4af927b
Synced item highlighting mod with 4.x
2024-06-28 21:14:46 +08:00
NovaRain
88197f7fed
Corrected proto pid offset in define_extra.h
2024-06-17 15:21:56 +08:00
NovaRain
0b14111472
Further simplification of the previous commit
...
Updated sslc_readme.md.
2024-06-15 19:08:04 +08:00
NovaRain
388a5de994
Changed the game mode check in gl_highlighting_lite
...
* now opening other interfaces (inventory, options, etc.) will also
turn off highlight.
2024-06-09 12:09:05 +08:00
NovaRain
2714b3bfc8
Expanded show/hide_iface_tag functions to work with tag value 0 (sneak)
...
Updated documents.
2024-06-07 08:08:13 +08:00
NovaRain
ea74ff7d0c
Added ItemMoveSkipDragKey from 4.x
2024-06-06 21:50:48 +08:00
NovaRain
6a773780a7
Backported the per-line msg fallback from 4.x
...
Renamed PartyMemberNonRandomLevelUp for clarity.
2024-06-03 09:23:21 +08:00
NovaRain
e2ad532607
Added a new attrType value to get_window_attribute
...
Added PAUSEWIN (Ctrl+P) to LoadGameHook game modes.
Fixed crash in interface_art_draw (when drawing beyond window bounds).
Fixed assert fail when calling sfall_func7+
Edits to documents.
2024-06-02 09:12:56 +08:00
NovaRain
181560265f
Fixed NPCAutoLevel and set_npc_level opcode
...
- Now properly doesn't shift first level up too early and doesn't set "early" flag
- Fixed using set_npc_level without disabling engine leveling logic
- Renamed to PartyMemberNoEarlyLevelUpPatch to match behavior
2024-06-02 08:43:38 +08:00