sfall 4.2.9 and 3.8.29 are released on
SourceForge, along with their respective modders packs.
Changelog said:
v4.2.9
>Fixed the critical hits from unaimed shots not matching the ones from aimed torso shots for some critter types
>Fixed the display issue in DX9 mode when returning to the game after using Alt+Tab in dialogue
>Fixed obj_under_cursor script function, which now returns 0 if the cursor is in movement mode
>Improved compatibility with some older DX9 graphics cards
>Changed intface_redraw script function with one argument to be able to redraw the specified interface window
>Changed HOOK_DESCRIPTIONOBJ hook script to run for all types of objects, not just the items
>Changed the filename of the debug editor to FalloutDebug.exe (in the modders pack)
>Excluded SFX sounds from the search for alternative formats
>Removed the tweak that adds the city name in the description for empty save slots (added in 4.2.7)
>Added a fix to the poison/radiation-related engine functions when taking control of an NPC
>Added a fix to AI weapon switching when not having enough action points. Now AI will try to change attack mode before deciding to switch weapon
>Added a fix for the carry weight penalty of the Small Frame trait not being applied to bonus Strength points
>Added a fix for the flags of non-door objects being set/unset when using obj_close/open script functions
>Added a fix for the 'Leave' event procedure in AddRegionProc function not being triggered when the cursor moves to a non-scripted window
>Added a tweak to update the maximum HP stat of critters when the map is loaded for the first time
>Added support for ACM files at 44.1 kHz sample rate
>Added stereo support for SFX and speech ACM files at 44.1 kHz sample rate
>Added support for panning SFX sounds and reduced the volume for objects located on a different elevation of the map
>Added more options for tweaking some engine perks to the perks ini file
>Added options for tweaking tag skills to the skills ini file
>Added an option about the behavior of maximum HP calculation to the stats ini file
>Added 3 new attribute type values to get_window_attribute script functions
>Added additional universal opcodes sfall_func7 and sfall_func8 (compile.exe and int2ssl.exe in the modders pack are also updated)
>Added a new mode to NPC combat control mod to let you order party members to attack specified targets instead of controlling them directly
>Added an auto-close containers mod to the example mods in the modders pack
>Added snd2acm_fix.exe (snd2acm with a fix wrapper) to the modders pack for writing the correct sample rate and channel info from WAV files to ACM format
>New script functions: interface_overlay
>New hook scripts: hs_adjustpoison, hs_adjustrads, hs_rollcheck
A quick guide on how to use the new "order to attack" (mode 3) in NPC combat control mod:
1. When in your combat turn, switch to the command cursor, click on the party member you want to order and hold it, and there should be a new command icon appears:
2. Use the new target cursor that doesn't show ToHit chance to pick a target. The available target will change to pulsing red outline when you hover the cursor on it, and the party member should have a floating message after clicking on the target:
3. The party member will start to attack the specified target in his/her turn. Note that if a target is in grey outline, that means it does not yet enter combat:
This usually happens when you start the combat first, after your first attack the target should be available. No need to attack every target before specifying it for party members, just one in the enemy group is enough (to draw the team into combat). Also, you can only specify non-friendly critters as attack targets in this mode. (Why would you want to attack friendlies?)
Please note that the "Attack Who" preference in the combat control panel of party members must be set to "Whomever you want", otherwise the target for the party member will be replaced by a new one according to the preset behavior pattern after the attack.
The mode is suitable for people who don't want to control critters one by one manually (it might get a bit tiresome for a large/lengthy combat scenario) but still want them to attack targets that need to be dealt with ASAP.