• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Fixed Shotgun Mode does not work properly with Ammo Mod OFF

KillPhil

Corsair
Storm Modder
Dunno bout Ghost Recon, but I got them from the first Operation Flashpoint^^

EDIT: Uhm.. I just tried my crosshairs with Jack's Lucky Flintlock and I deal no damage in shotgun mode?
 
Last edited:
You have Ammo Mod disabled altogether? That would be relevant for me when I have to test that.
 
Confirmed, but only with Ammo Mod OFF. It works fine with Ammo Mod ON.
 
Fixed!

PROGRAM\Loc_ai\LAi_fightparams.c replace this;
Code:
if(sti(RecalcCharacterGun(attack))>0) LAi_CharacterFireExecute(attack, enemy, kDist, true);   // PB: Use normal damage calculations
With this:
Code:
if(LAi_CharacterCanFrie(attack)) LAi_CharacterFireExecute(attack, enemy, kDist, true);   // PB: Use normal damage calculations
 
gives me a runtime error, says he misses a ')' ?

Nevermind, had a mistake with copy+paste
 
Back
Top