Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to Hud Messages (ZScript) #29

Open
MajorCooke opened this issue Apr 12, 2018 · 5 comments
Open

Convert to Hud Messages (ZScript) #29

MajorCooke opened this issue Apr 12, 2018 · 5 comments
Labels

Comments

@MajorCooke
Copy link
Contributor

MajorCooke commented Apr 12, 2018

Using Marisa Kirisame's HUD Message system and Gutawer's Gutamatics, it should be possible to draw the numbers directly to screen and keep the position of the numbers.

(Gutamatics has a whole system set up for basically translating from 3D world space to 2D screen coordinates.)

This would be extraordinarily advantageous, as the numbers will draw over everything else with ease. Furthermore, no changes would be needed to the number actors themselves except to make them invisible with the actor flag.

I'm willing to lend assistance if needed.

@MajorCooke
Copy link
Contributor Author

I've added fade ability to the HUD message system so it can now fade out. I'm going to work on a prototype and see if I can get it all working together. I will include a toggle option that switches between using the regular system and Marisa Kirisame's HUD messages.

@XaserAcheron Since it depends on external libraries, do you want it as a separate branch? Or would you prefer I just keep it in my own repository as an offshoot? Or would you ultimately not mind if they're included in the main branch?

@XaserAcheron
Copy link
Owner

I'm not sure I want this in the main branch (I'm not at all a fan of the hudmessage route for various reasons) -- but that's not a "no". Just depends on what the code looks like after it's all said and done (especially how easy it is to maintain).

Worst case, I can link the fork in the main thread so users can choose.

@MajorCooke
Copy link
Contributor Author

To clarify, it's not ACS. Just making sure we're clear on that. It's all ZScript.

@OrdinaryMagician
Copy link

You don't need to make him switch to our library. A more specialized type of zscript hudmessage would do the job better. One where all that has to be queued is the damage number, world position and color.

This would be similar to how I did it on an old UT mod.

@MajorCooke
Copy link
Contributor Author

Oh? Do tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants