[minimod][v2.0.1] Target Spy: Health Bar on Steroids

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Carrotear
Posts: 133
Joined: Thu Sep 03, 2015 10:45 pm
Preferred Pronouns: No Preference
Graphics Processor: Intel (Modern GZDoom)

Re: [minimod][v1.11] Target Spy: Health Bars++

Post by Carrotear »

Sorry for the late response. Everything seems ok now.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v1.12] Target Spy: Health Bars++

Post by m8f »

Small update: v1.12. It brings performance improvements and minor fixes, nothing fancy.
http://www.mediafire.com/file/t08x2i0pp ... 2.pk3/file

- replaced Gutamatics with libeye;
- fixed Precise Crosshair integrated Y position with classic statusbar;
- fixed floating point truncation warnings.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: [minimod][v1.12] Target Spy: Health Bars++

Post by Captain J »

After watching RichterBelmont12's Hell-Forged playthough, i just found out that the enemy's armor values doesn't appear if you run the TC with target spy. And yes, some enemies has armors that actually does its job. When i saw this playthrough for the first time, i thought they were invincible or the addon was glitched, no offense.

What do you think? Are you occasionally going to add another meter for the Hell-Forged?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v1.12] Target Spy: Health Bars++

Post by m8f »

Yes, it's planned: https://github.com/mmaulwurff/target-spy/issues/11
I don't know when I get to it, though.
User avatar
stainedofmind
Posts: 93
Joined: Sun Sep 01, 2019 10:59 am

Re: [minimod][v1.12] Target Spy: Health Bars++

Post by stainedofmind »

Just wanted to pop in and say I'm also getting the issue of seeing the "warning, cannot get render mode" error. Similar to Carrotear, I'm also using LZdoom, and it seems to root of the problem revolves around the fact that LZDoom is using the old "vid_renderer" Cvar instead of the new "vid_rendermode" one, or at least my config file hasn't updated itself and I just upgraded to the latest stable version. I didn't read too far into your code to see how important the chunk of code that utilizes this CVar is, but I haven't noticed any issues in the past, and my brief run of the newest version (1.12 to be specific) I haven't run into any issues either. For now, I just commented out the warning and will carry on until I notice any issues.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v1.13] Target Spy: Health Bars++

Post by m8f »

Bug fix update! v1.13 is out.

Changelog:

- dynamically set monster tags are now allowed;
- fixed wrong name in kill confirmation message;
- frame size now takes zoom factor into account;
- fixed monster names for REKKR and Freedoom.
Speedsteer57
Posts: 1
Joined: Tue Mar 17, 2020 11:15 pm

Re: [minimod][v1.13] Target Spy: Health Bars++

Post by Speedsteer57 »

hey buddy, i have an issue of the addon in LZDoom when i open the source targetspy is sending me seeing all the time "Warning, Cannot Get Render Mode", any idea why this bug happened in LZDoom? in GZDoom is all fine but i want to use it in here too!
User avatar
Ltmajordude
Posts: 26
Joined: Mon Sep 23, 2019 12:29 pm
Graphics Processor: Intel (Modern GZDoom)
Contact:

Re: [minimod][v1.13] Target Spy: Health Bars++

Post by Ltmajordude »

Dang it m8f, now I can't play Doom without this mod.

Nevertheless, I'm greatly enjoying this mod, even if I cheat a bit since I know how much health each enemy has (though its because I opt out the option to NOT have the health shown, lol). I'm hoping there's more cross-mod options besides Champions (another personal fav I like to use) but that's your call.

Either way, keep up the good work and thanks for TargetSpy!
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v1.13] Target Spy: Health Bars++

Post by m8f »

Speedsteer57 wrote:issue of the addon in LZDoom
Will be fixed in the next version.
Ltmajordude wrote:more cross-mod options
Which ones?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v1.14] Target Spy: Health Bars++

Post by m8f »

Version 1.14 is released.

New features:
  • ability to display even more objects (even NoBlockmap ones). Code contributed by Proydoha.
  • new frame style: Red.
  • display target armor, if any. The armor is displayed on the same line as health numbers.
Fixes:
  • no more annoying error messages on LZDoom.
User avatar
Nash
 
 
Posts: 17433
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: [minimod][v1.14] Target Spy: Health Bars++

Post by Nash »

How do you catch NoBlockmap actors? I thought line traces go right past them.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v1.14] Target Spy: Health Bars++

Post by m8f »

Manually, by iterating through actors and checking object intersection with a trace line: https://github.com/mmaulwurff/target-sp ... tection.zs (code by Proydoha).
User avatar
Ltmajordude
Posts: 26
Joined: Mon Sep 23, 2019 12:29 pm
Graphics Processor: Intel (Modern GZDoom)
Contact:

Re: [minimod][v1.14] Target Spy: Health Bars++

Post by Ltmajordude »

Whoops, late response, sorry sorry sorry.
Which ones?
Ya know, I never gave much thought to that actually, lol. Probably wasn't thinking too hard or don't know enough mods when I thought about other cross-mod options. I guess the only thing that can come up from the top of my head is Universal Entropy with TargetSpy giving a percentage or something telling you how enlarged/shrunken the monster is but besides that... huh. lol.
User avatar
BradmanX
Posts: 142
Joined: Fri Nov 23, 2012 2:45 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: [minimod][v1.14] Target Spy: Health Bars++

Post by BradmanX »

Maybe something to state if an enemy is legendary with Legendoom/Legendoom Lite?
Also, not something cross-mod related, but something that could be helpful in general, perhaps being able to display any damagetype resistances, immunities, or weaknesses your target might have? (If at all possible)
ilovedoom! clone
Posts: 9
Joined: Sun Nov 04, 2018 1:57 am

Re: [minimod][v1.14] Target Spy: Health Bars++

Post by ilovedoom! clone »

could you make a version where only enemies with the +BOSS flag show their health(to make doom feel more like a modern video game)?
Post Reply

Return to “Gameplay Mods”