Equipment On Screen (HUD)
Introduction
This script shows their equipment on the screen, you can choose between using and not using an image of substance.
The 3 types available for use, you must TYPE in the mo0dificar variable, you must use from 1 to 3 (see the pictures and to learn how each type)
Screenshots
The Code
License Terms
Attribution-ShareAlike 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. The licensor permits others to distribute derivative works only under the same license or one compatible with the one that governs the licensor's work. Commerical use allowed.
Comments (8)
Leave a Reply
You must be logged in to post a comment.
Nisage
This is cool, I think type 2 is better. It's a shame that another script I'm using for a game won't let me use this (I'm guessing it's the Ring Menu Script) I'll have to use this in a different game.
Rafidelis
Aah..I also enjoyed more of the second type^^
Ok,try use in other game,more gives some mistake of incompatibility with the ring menu script?
Thank you!
polraudio
Looks good I also like the 2nd one
Rafidelis
Oww..vlw man!!
I'm Brazilian,and I am adoring much of this forum,i hope I can well with all.
And not surprising that I write,because as I am not of Brazil,and nothing easy translate xD
Nisage
Got it to work, it seems it wasn't the ring menu script after all (it was because I had no one in the party). Question, I know you can hide the equip screen by changing true to false, but how do you set it up so you can change it from false to true when you're playing the game?
Rafidelis
well, this is not easy when you want to display the equipment you must use the command call script:
[code]Rafidelis_Equipamentos::MOSTRAR_ARMA = false
Rafidelis_Equipamentos::MOSTRAR_ESCUDO = false
Rafidelis_Equipamentos::MOSTRAR_ELMO = false
Rafidelis_Equipamentos::MOSTRAR_ARMADURA = false
Rafidelis_Equipamentos::MOSTRAR_ACESSORIO = false
Rafidelis_Equipamentos::USAR_IMG = false[/code]
I should have created an easier way to do this, but as this is one of my first script forgot to do that.
When you want to view, change where this false by true.
Nisage
Thanks. Since I have some cutscenes, I was hoping there was a way to hide them during the scenes.
Rafidelis
Ah yes, I would like to see your project if you have already demo, please send me the link of it and the topic of your game ^ ^