LOGIN
SEARCH
PROFILE
keys: ↑ ↓
LOGOUT
INDEX
MEMBERS
keys: ↑ ↓
HOME
PORTAL
PLAY ALONG
PLAY with WORDS
PLAY with GRAPHICS
PLAY with SOUNDS
PLAY with CODES
PLAY with PROJECTS
keys: ← →
Guest Access
Register:
Members:



Go to page : Previous  1, 2

View previous topic View next topic Go down Message [Page 2 of 2]

The only one
The only one
#11 How to make a HUD? - Page 2 Empty Re: How to make a HUD?
Loading

NuKa_BuBble

NuKa_BuBble
The only one
The only one
profile
Your right BluE. But if you need a tutorial abour window, G@MeF@Ce made a good one here.
The only one
Show Signature
The only one
http://nukabubble.deviantart.com/ http://soundcloud.com/nuka_bubble https://www.youtube.com/user/NuKaBuBble?feature=mhee
Poster Mcposty
Poster Mcposty
#12 How to make a HUD? - Page 2 Empty Re: How to make a HUD?
Loading

MotionM

MotionM
Poster Mcposty
Poster Mcposty
Poster Mcposty
profile
Ah. I understand now. So how would I exactly place my HUD into RPGXP? I understand importing the graphic but like if I have 100% health, how would I end up putting that into the game, would I have to edit it via script or make 100 images telling of like 99%, 98%, 97% hp?
Poster Mcposty
Show Signature
Poster Mcposty
https://www.dropbox.com/sh/l3s9sn0nmkaxmy7/Lrut_zZyWd http://motionmreview.blogspot.com/ https://twitter.com/_motionm
Administrator
Administrator
#13 How to make a HUD? - Page 2 Empty Re: How to make a HUD?
Loading

G@MeF@Ce

G@MeF@Ce
Administrator
Administrator
Administrator
profile
well here's a blast from the past ^,^

http://gameface101.playogame.com/t17-rmxp-hearts-and-stars-hp-sp-script

^I was at the stage of being able to edit ready-made hud scripts and then wanted to make a brand new one to learn...

as you will see in the script it searches for the appointed graphics in the "pictures" directory... you could simply assign it to search another folder like the windowskins folder and save your graphics there.

there's also this one

http://gameface101.playogame.com/t5-rmxp-xas-changing-face-hud-script

I will eventually complete this one... but it's good to study for certain code to write out player's class, lvl, etc...

I look forward to your mock-up ^,^
Administrator
Show Signature
Administrator
https://www.dropbox.com/sh/i47rig99qhrvn8s/4m5HvsM2fD http://g4m3f4c3.deviantart.com https://www.facebook.com//pages/Gameface101/332331300127008 https://twitter.com//mr_gameface101 https://soundcloud.com/schurr https://www.youtube.com/user/MrGameface101?feature=watch
Poster Mcposty
Poster Mcposty
#14 How to make a HUD? - Page 2 Empty Re: How to make a HUD?
Loading

MotionM

MotionM
Poster Mcposty
Poster Mcposty
Poster Mcposty
profile
Thanks. I looked at some of it but didn't have enough time to finish reading it. I'll look at it more when I get home. Very Happy I kind of understand it though.
Poster Mcposty
Show Signature
Poster Mcposty
https://www.dropbox.com/sh/l3s9sn0nmkaxmy7/Lrut_zZyWd http://motionmreview.blogspot.com/ https://twitter.com/_motionm
EVENTALIST
EVENTALIST
#15 How to make a HUD? - Page 2 Empty Re: How to make a HUD?
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
@ nuka your HUD,

Code:

if $game_switches[KPSWITCH] == true
      self.visible = true
    else
      self.visible = false
    end

This can be changed to,

Code:

self.visible = $game_switches[KPSWITCH]

either way works but the second is smaller. Also with HUDs you dont need it to redraw every frame, 40 times a second. You should make some kinda limiter for the update weather it be a timer or a check to see if anything changed, like the karma points for sample. This will help with lag as well.
EVENTALIST
Show Signature
EVENTALIST
Poster Mcposty
Poster Mcposty
#16 How to make a HUD? - Page 2 Empty Re: How to make a HUD?
Loading

MotionM

MotionM
Poster Mcposty
Poster Mcposty
Poster Mcposty
profile
Would it be possible to make a HUD using Adobe After Effects? It's be in more a video file format.
Poster Mcposty
Show Signature
Poster Mcposty
https://www.dropbox.com/sh/l3s9sn0nmkaxmy7/Lrut_zZyWd http://motionmreview.blogspot.com/ https://twitter.com/_motionm

Sponsored content

profile

View previous topic View next topic Back to top Message [Page 2 of 2]

Go to page : Previous  1, 2

 

Chatbox system disabled
Personal messaging disabled