The Dink Network

Possible to make the health bar a counter instead?

April 21st, 04:45 PM
fairy.gif
Pupperoni
Peasant He/Him United States
Takes an idiot to make an idiot 
Just a fever thought, but is it possible to change the health bar to a counter like the gold counter, or is that specifically tied to how the engine was built?
April 21st, 11:19 PM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
It's a series of sprites loaded from INTER. You'd have to rewrite the engine to change something like that properly, although do check out Cypry's "The Honor Quest" if you want to see an example of messing with the status bar.
April 22nd, 07:59 AM
fairy.gif
Pupperoni
Peasant He/Him United States
Takes an idiot to make an idiot 
Ooh, I'll take a looky! Thanks!
April 23rd, 06:09 AM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
You can fully customise and redo the status bar via DinkC to however you want. You just have to re-create everything from scratch in DinkC, you can even have a full blank slate and make use of the sidebars too.

Here's an example I did a while ago, with a blank status bar, and the side bar for health, which acts a bit like a vial-type bar with numbers on display:

Example

This was accomplished using only DinkC scripts.
April 23rd, 08:33 AM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
That sidebar health level is very impressive, as are the health bars above the pillbugs. Any chance I can take a look at those scripts?
April 23rd, 02:33 PM
maiden.gif
I've always wanted to experiment with that sort of thing. Do you have an example script?
April 23rd, 03:21 PM
wizardg.gif
LeprochaUn
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
That sidebar health level is very impressive, as are the health bars above the pillbugs. Any chance I can take a look at those scripts?

if you want to look at a script for enemy healthbars there's a dev file you could look through. I'm not sure if robj wrote his from scratch or used this one though.

https://www.dinknetwork.com/file/enemy_healthbar/
April 23rd, 03:29 PM
pq_knight.gif
exdeathevn
Peasant He/Him New Zealand rumble
"Skinny Legend" 
I'm not sure if robj wrote his from scratch or used this one though.

Could be either; We used a Boss healthbar created from scratch of sorts in Charlie's Legacy as well, but I made custom graphics for those ones.
April 23rd, 06:40 PM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
Wow, thanks... so nice and elegant...

What other goodies have people made since 2005 I wonder?

I think I better play some more DMODs...

----------------------------

Ah it does use quite a number of graphic slots, which I don't have available in either SOB or PQ, oh well, I could test out the 1300 or so graphic slot limit of DinkHD, but that would mean freedink etc would be broken, so maybe not...
April 23rd, 06:55 PM
fairy.gif
Pupperoni
Peasant He/Him United States
Takes an idiot to make an idiot 
Always time for DMODs!
April 23rd, 06:56 PM
fairy.gif
Pupperoni
Peasant He/Him United States
Takes an idiot to make an idiot 
That looks awesome! Call me a Jelly Doughtnut!
April 23rd, 09:56 PM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
The enemy health bars in that video are indeed from the enemy health bars file, not scripted by me.
The side health bars are fully scripted by me. I will find the dmod, clean the scripts up and post a link here.

I'll probably actually create my own enemy health bar for that, one that works similar to the boss health bar I scripted in Charlie's Legacy(rather than pre-made graphics of the health bar at certain levels, it'll be a health bar that slowly drains like dinks, using sp_clip).
April 24th, 12:15 AM
fairy.gif
Pupperoni
Peasant He/Him United States
Takes an idiot to make an idiot 
Can't wait to see it! ^ ~ ^