0 of 0

File information

Last updated

Original upload

Created by

Notex

Uploaded by

NotexWasTaken

Virus scan

Safe to use

57 comments

  1. MrRebel001
    MrRebel001
    • supporter
    • 0 kudos
    Is this mod compatible with heritage UI?
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      It should in theory. There are some theme options you can pick to make it match better.
    2. MrRebel001
      MrRebel001
      • supporter
      • 0 kudos
      Had it working, looks great! Especially with 2016 GOTY option
    3. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      Awesome! Thank you :D
    4. RXTransit
      RXTransit
      • member
      • 0 kudos
      It doesn't seem to work on my end...
  2. AngrySlothGames
    AngrySlothGames
    • member
    • 2 kudos
    Absolute game changer, legend mate!
  3. WorldMastermind
    WorldMastermind
    • member
    • 0 kudos
    Bro it doesn't work: https://hastebin.com/share/uqawehozip
    Only have the Realistic AI asides from this mod, also tried only this mod, same results
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      That's an SMF issue and it looks like it's probably related to anti virus software stopping it from executing one of the required tools.
    2. WorldMastermind
      WorldMastermind
      • member
      • 0 kudos
      Realistic AI works by itself, disabled antivirus software, still doesn't work: https://hastebin.com/share/edomajuqag
      SMF devs aren't responding either so how is it working with others and not mine?
    3. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      Realistic AI doesn't use entity.json files so quickentity-3.exe/quickentity-rs.exe never needs to run. Can you check the "Third-Party" folder inside the "Simple Mod Framework" folder and see if any the quickentity exes are in it? If they are missing you may need to reinstall SMF entirely by deleting the "Simple Mod Framework" folder and re-running the installer.
    4. WorldMastermind
      WorldMastermind
      • member
      • 0 kudos
      There's no quickentity exes in the folder. However I've tried deleting and reinstalling it many times and it still doesn't work. Maybe we can set something up like a discord VC and you can help me from there cuz this is driving me nuts.
      Edit: There's now quickentitty exes in the folder but the same problem still persists with the error being:
      Unhandled promise rejection! Error: spawnSync cmd.exe ENOENT
    5. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      I can't really help anymore sorry. This sounds like an anti virus issue blocking executables from running.
    6. WorldMastermind
      WorldMastermind
      • member
      • 0 kudos
      Only problem is it's not the antivirus because I disabled it
    7. WorldMastermind
      WorldMastermind
      • member
      • 0 kudos
      Yo it's ok, I finally fixed it, I found the problem, it's not the antivirus, it had something either to do with environment variable or the project.json file in D:\SteamLibrary\steamapps\common\HITMAN 3\Simple Mod Framework\Mods\Notex.SimpleHealthBar
      I made a custom path going to C:\Windows\System32\cmd.exe on the project.json file and it successfully deployed.
  4. ClankerTGP
    ClankerTGP
    • member
    • 1 kudos
    An Absolution color scheme would be pretty cool.
  5. hhfgftr4rfrd
    hhfgftr4rfrd
    • member
    • 0 kudos
    Please how to install it ?
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      You need to use the Simple Mod Framework and import the mod's zip in it and then apply mods.
  6. PatteDeFruit
    PatteDeFruit
    • member
    • 0 kudos
    Amazing mod and features as always Notex, nice job!

    Do you think it's possible to replace the health number indicator with some Fleur De Lys logo instead?

    That would be awesome ^^

    Cheers and thanks again for your great work!
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      Thanks and probably not for now since I don't have adobe animate installed anymore unfortunately.
  7. MavericKraljevic
    MavericKraljevic
    • supporter
    • 5 kudos
    Do you think you could make a suspicion meter? Basically instead of the vital info messages, you have a second bar which corresponds to the seriousness of the situation (e.g. by default, it's empty, the first third is green and corresponds to Gunshot Heard->Bullet Impact Noticed->Area Being Investigated, second third is yellow and corresponds to Suspicious->Found Trespassing->Crime Noticed->Target Lockdown, and final third is red and corresponds to Arresting->Engaging, each one raising the bar by a percentage)
    1. ButteredButters
      ButteredButters
      • member
      • 1 kudos
      +1 to this!

      Would definitely be cool, although I'd imagine sort of difficult to add. Granted I also know nothing about modding, lmao.
  8. MavericKraljevic
    MavericKraljevic
    • supporter
    • 5 kudos
    Is there a way to remove the gray filter when injured? Now that we don't need it since we have the health bar
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      Just released an update which adds a mod option to disable that.
    2. MavericKraljevic
      MavericKraljevic
      • supporter
      • 5 kudos
      Holy s#*! that was f*#@ing fast. You're truly incredible

      (btw, did you also add no health regen? Cause my health never regenerates)
    3. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      I never added that feature, must be another mod breaking it.
    4. MavericKraljevic
      MavericKraljevic
      • supporter
      • 5 kudos
      Yeah, i figured as much. Oh well, makes the game more challenging xD

      I do have another question - is there a way to replace the health bar number box with a string (e.g. instead of it showing the health percentage, it's just a "+")? (I'm not asking for a patch up btw, I'm just playing around with the code and was wondering where the box value is)
    5. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      You'd have to edit m_healthBarView.HealthBarText.text found in the SetTextHealth function in the \source\src\healthbar\HealthBar.as file. The flash/actionscript project is only setup for IntelliJ IDEA (with Flex and Air SDK installed) at the moment though and you also need to use G2GFxDataTool to convert the compiled swf into a GFXF file which then goes into \content\chunk0\scaleform
    6. MavericKraljevic
      MavericKraljevic
      • supporter
      • 5 kudos
      Gucci, tnx 4 the info
  9. K24A3
    K24A3
    • member
    • 0 kudos
    Fantastic! I have always wanted a health bar because the default greyscale health meter system conflicts with Instinct mode which is also greyscale, which was a big oversight imo, you cannot determine your health state while in Instinct mode (while in combat basically).. such a silly design flaw.... I was using the Pure Instinct mod to change it from greyscale to sunset gradient, but now I have an actual health meter .. Brilliant! Thanks for the great mod :)
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      No problem, I'm glad you like it :D
  10. MrDuckYT25
    MrDuckYT25
    • member
    • 0 kudos
    sorry, im new to hitman mods. i have SMF, but i don't know how to download it. can someone help me please?
    1. NotexWasTaken
      NotexWasTaken
      • supporter
      • 8 kudos
      In SMF you can just import this mod's zip file using the "Add a mod" button, enable the mod and then deploy