[minimod][v2.0.1] Target Spy: Health Bar on Steroids
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.
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.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
Update (v1.3) brings a couple of bugfixes and the new feature: Target Frame.
Changelog:
- Target Frame: visual frame around the target. There are several different styles. Disabled by default. Check Target Spy Options -> Visuals -> Target Frame Style.
- fixed targeting on big distances.
- fixed wrong crosshair position when statusbar is enabled (Screen Size = 10).
- code cleanup and restructuring.
Changelog:
- Target Frame: visual frame around the target. There are several different styles. Disabled by default. Check Target Spy Options -> Visuals -> Target Frame Style.
- fixed targeting on big distances.
- fixed wrong crosshair position when statusbar is enabled (Screen Size = 10).
- code cleanup and restructuring.
-
- Posts: 183
- Joined: Tue Oct 09, 2018 6:37 pm
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Ionia
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
I wish Heretic Hexen Strife and Chex can do HP Bars too
-
- Posts: 622
- Joined: Thu Oct 13, 2016 8:40 pm
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
Does Target Spy have a feature to detect if a monster is invulnerable?
I've seen a couple mods that feature a monster or two that can make themselves temporarily invulnerable for the duration of a special attack, phase change or a defensive move. Scalliano's Super Shuffle, Complex Doom: LCA (Legendary Complex Addon) and a few other mods that feature custom monsters have some monsters that do this.
Can you add a "Invulnerable!" text appears below the HP bar (or anywhere else you feel is more suitable) and temporarily override the color of the entire HP bar to something different (like Cream color or any other bright neon color that signals "hey this character has gone super saiyan and is indestructible!")
Recently user banjiepixel posted a remixed version of the Monster Scouter mod that added detection of invulnurable targets, so thats why I'm bringing this up. He's figured out a way to detect invulnerability, so you can check out his code on how to do it, if it helps:
viewtopic.php?p=1075018#p1075018
I've seen a couple mods that feature a monster or two that can make themselves temporarily invulnerable for the duration of a special attack, phase change or a defensive move. Scalliano's Super Shuffle, Complex Doom: LCA (Legendary Complex Addon) and a few other mods that feature custom monsters have some monsters that do this.
Can you add a "Invulnerable!" text appears below the HP bar (or anywhere else you feel is more suitable) and temporarily override the color of the entire HP bar to something different (like Cream color or any other bright neon color that signals "hey this character has gone super saiyan and is indestructible!")
Recently user banjiepixel posted a remixed version of the Monster Scouter mod that added detection of invulnurable targets, so thats why I'm bringing this up. He's figured out a way to detect invulnerability, so you can check out his code on how to do it, if it helps:
viewtopic.php?p=1075018#p1075018
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
What did I do to give you the impression that Target Spy doesn't work with Heretic, Hexen, Strife, and Chex Quest?YasuoProjectX wrote:I wish Heretic Hexen Strife and Chex can do HP Bars too
It should work fine with everything running on GZDoom engine. Some DeHackEd-based games (like Harmony) may show incorrect enemy names, though. For REKKR I fixed names manually.
Yes, it does. This feature was introduced in v0.12.1. It doesn't change the color, though. I'll consider adding the color change in next version.Spaceman333 wrote:Does Target Spy have a feature to detect if a monster is invulnerable?
I didn't check with Scalliano's Super Shuffle or Complex Doom: LCA (Legendary Complex Addon), but here is the modified Demon from EVP:
(click to view original)
Edit: forgot to mention: this feature is enabled by Visuals -> "Additional Info" toggle.
-
- Posts: 622
- Joined: Thu Oct 13, 2016 8:40 pm
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
Hot dang, neat! Funnily enough I had almost every other option was enabled *except* the "Additional Info", so that both explains what it does and why I didn't see the invulnerability that comes with that setting.m8f wrote:Yes, it does. This feature was introduced in v0.12.1. It doesn't change the color, though. I'll consider adding the color change in next version.Spaceman333 wrote:Does Target Spy have a feature to detect if a monster is invulnerable?
I didn't check with Scalliano's Super Shuffle or Complex Doom: LCA (Legendary Complex Addon), but here is the modified Demon from EVP:
(click to view original)
Edit: forgot to mention: this feature is enabled by Visuals -> "Additional Info" toggle.
Nevermind that request then, I guess the only thing I would ask for then is a tooltip for the Additional Info setting. I thought that setting would display all sorts of advanced info like xyz position, rotation/heading, speed/momentum and other status info that is more meant for a techy super tactical gameplay vibe or as a debug tool for developer use when working with monsters to see if they're working as intended without needing to use console commands.
-
- Posts: 98
- Joined: Wed Jul 02, 2014 7:52 pm
- Location: CA
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
Which is pretty damn dope, I have to say, and I appreciate the hell out of it. I like the name you gave the last boss too, which is way better than his internal name. There are a few things I noted though. The health mimics/treebeasts have a health bar in their non-alerted state, which makes them less mimic-y (understandable if it's not an easy fix). The hanging gib-able bodies (there are a few variants, I think they're all used in E2M9), the bell, and the faux player that you can gib on E4M9 all have their default doom names. I think that was it though.m8f wrote: For REKKR I fixed names manually.
Thanks again for making it compatible in the first place!
-
- Posts: 149
- Joined: Fri May 18, 2018 1:07 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 10 Pro
- Graphics Processor: nVidia with Vulkan support
- Location: Somewhere in my mind
Re: [minimod] Target Spy [v1.3]: Health Bars++ (+frame)
i used this with reelism 3.1 and it crashes ever time i kill something with a cryo weapon.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod] [v1.4] Target Spy: Health Bars++
This bug is fixed in v1.1.3. Please download the new version.thedeathrunner123 wrote:i used this with reelism 3.1 and it crashes ever time i kill something with a cryo weapon.
Small update: v1.4.
Changelog:
- added an option to hide Target Spy on idle targets. Useful for mods and games that introduce mimics;
- added missing shootable things names for REKKR. Non-shootable decorations remain without proper names, but so do the original doom ones;
- added description to "Additional Info" feature;
- LegenDoom Legendary monsters are no longer marked overhealed.
-
- Posts: 147
- Joined: Sat Mar 31, 2012 4:27 am
- Preferred Pronouns: He/Him
- Location: Japan
Re: [minimod][v1.4] Target Spy: Health Bars++
Hey, thanks for keep updating this mod!
I liked target frame feature. I think it adds more sci-fi feel to Doom, at least for me.
I liked target frame feature. I think it adds more sci-fi feel to Doom, at least for me.
-
- Posts: 195
- Joined: Sun Feb 07, 2016 3:22 am
Re: [minimod][v1.4] Target Spy: Health Bars++
Would it be possible to hide the Target Spy for enemies standing in a sufficiently dark sector? One reason I stopped using JPHealthbar was because it allowed you to 'cheat' in dark areas, revealing monsters when your aim passed over them.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod][v1.5] Target Spy: Health Bars++
Yes, it is possible, and it is done.
Small update (v1.5). Changes:
- added an option to hide targets in darkness (by default targets are shown in all light levels). Minimal light level is configurable.
- target filters are moved in a separate submenu.
Small update (v1.5). Changes:
- added an option to hide targets in darkness (by default targets are shown in all light levels). Minimal light level is configurable.
- target filters are moved in a separate submenu.
-
- Posts: 195
- Joined: Sun Feb 07, 2016 3:22 am
Re: [minimod][v1.5] Target Spy: Health Bars++
Slight oversight I've found with the new option; there needs to be an second option to override the first if your vision is set to a fixed colourmap (eg by a LightAmp Visor/Invulnerability Sphere). At the moment, targets will not be identified as long as they remain in a dark sector - even if a powerup allows you to see them clearly.
-
- Posts: 98
- Joined: Fri Dec 22, 2017 1:52 am
Re: [minimod][v1.5] Target Spy: Health Bars++
Wow, this mod gets better and better. Good luck!
-
- Posts: 45
- Joined: Tue Oct 25, 2016 5:01 am
Re: [minimod][v1.5] Target Spy: Health Bars++
Nice addon, thank you very much! will try it out soon
-
- Posts: 622
- Joined: Thu Oct 13, 2016 8:40 pm
Re: [minimod][v1.5] Target Spy: Health Bars++
I'm really loving the new target frame feature that was added recently. It even comes with a whole assortment of different styles which all are really cool!