Jump to content
  • 0

How to display Images on hud?


Blue_SodaPop

Question

So, I'm making a persona 5 mod for doom 2.

Progress is good, but for the classic "Weak" system, I need some way to display the classic cut in like this image:

 

image.png.4b4a43da28f241300cf4e983bdd7f8a6.png

 

I know doom mods can't play video files, so I opted to separate the frames into individual images.

The method I have so far is:

A unique damage type for a move (Each weapon is a move like EiHa on slot 1, so DamageType: EiHa)

Enemies are randomly spawned with pain states representing weaknesses indicated by slight color change (i.e a blue imp weak to fire.)

This is done via DECORATE, no problems there.

 

So, with the pain state in DECORATE for say, a fire weakness, it just does a animation, damage buff, etc., and I have a trigger for an empty ACS script.

I'm hoping there's a way to display the image files in sequence (if it's just one frame, i'll compromise) on the screen via. ACS to

simulate the weakness actually using the classic cut-in...

 

Is this possible? How? And it would be helpful if someone left some mock-up code for this, not experienced with ACS..

 

Thanks!

Edited by Blue_SodaPop

Share this post


Link to post

1 answer to this question

Recommended Posts

  • 0

I would do some kind of loop in an ACS script using HudMessage. There is a trick to display images as a font, so you could display them in sequence when needed with short delays in between frames.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...