Removed Hitmarkers

Hitmarkers will no longer show up when enemies are shot.

Install: Drag and drop the hud.str2_pc file into the root of your game folder then run the ASM Updater

Vanilla game tutorial:
Not exactly sure how to do this in a vanilla game (as I did this while having the Super Ethical Patch - Loose File Edition installed), I assume you just have to first copy vint_doc_containers.asm_pc and patch_vint_doc_containers.asm_pc from the ASM_updater > game_original_ASM_files to the root of your Saints Row 3 folder and then run the .bat file

Compatibility:
If you want to combine this with any other mod that modifies hud.str2_pc, do the following:
In hud_reticules.lua, remove:
Code:
function Hud_reticule_process_hit(bullet_hit)
    --process a hit
    if bullet_hit then
        lua_play_anim(Hud_reticules.elements.ret_hit_anim,0)
    end
end
In hud.lua, remove:
Code:
    --Process a hit every frame
    Hud_reticule_process_hit(bullet_hit)
 

Attachments

  • Removed Hitmarkers.zip
    95.4 KB · Views: 239
Last edited:
Back
Top