Solarus-Games English Forum

Solarus => Development => Topic started by: Pickle_Lord on April 17, 2016, 05:10:32 AM

Title: How do I add a hud?
Post by: Pickle_Lord on April 17, 2016, 05:10:32 AM
help pls

I've figured out how to create a rupee counter through the help w/ some of Chris' tutorials.
But I need help w/ adding a heart, magic, and item counter, similar to what's used on Project Zelda Engine.
I took some of the resources from PZE and edited them slightly.
So, how can I do this stuff?
Title: Re: How do I add a hud?
Post by: brlmnd on April 17, 2016, 10:50:16 AM
I had the same problem. I actually used a Zelda Mystery Of Solarus DX template to make my own game. I have encounter a lot of errors later, but I had the HUD.

I know we need a HUD template, to easily start making quests.
Title: Re: How do I add a hud?
Post by: Pickle_Lord on April 18, 2016, 01:17:26 AM
I'm just gonna use Mystery of Solarus as a base for making a game. :P
Title: Re: How do I add a hud?
Post by: Pickle_Lord on April 18, 2016, 02:42:14 AM
scratch that help me pls.
Title: Re: How do I add a hud?
Post by: zutokaza on April 18, 2016, 09:06:56 AM
Might be best to just study the Zelda game Huds and make your own if you want it customized. Download the games' source code and clean out what you do not want. Try to replicate the hud and do some trial/error. The last I checked....Christopho's hud tutorials were a little outdated, but it should be easy to figure out with his hud videos plus the updated code.
Title: Re: How do I add a hud?
Post by: Pickle_Lord on April 21, 2016, 02:30:35 PM
holy shit thank you