RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[XP][VXA] Design a HUD (WIP)

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 66
RMRK Junior
Alright, so I'm working on a really customizable HUD framework. It uses a language sort of like HTML, only not as great. Right now I'm working on adding new features and elements and stuff like that, but if anyone would like to try it out, here's the script. This is basically a tool for non-scripters to create awesome-looking huds that look exactly how they want them to look.

RMVXA Script

  I originally started making this in RMXP, but ported it over to RMVXA when it appeared that I had found a bug in RMXP's ruby interpreter. However, I just tried back-porting it to RMXP, and it worked. So now, I will resume development in RMXP. Here is the current RMXP version of the script:

RMXP Script

  And here's the list of elements and properties that I've already implemented:

<hud>
  Properties Implemented:
    windowskin=FILENAME
    bg=FILENAME
    width=WIDTH
    height=HEIGHT
    align=ALIGN
    offsetx=OFFSETX
    offsety=OFFSETY
    back_opacity=OPACITY
    contents_opacity=OPACITY
    opacity=OPACITY
    skin_tone=R:G:B (VXA only)
<ln></ln>
<right></right>
<left></left>
<center></center>
<pos x=X y=Y></pos>
<offset x=X y=Y></pos>
<ico=X:Y> (VXA only)
<ico=FILENAME> (XP only)
<pic=FILENAME>
<b></b>
<i></i>
<c=R:G:B[:A]></c>
<font=NAME:SIZE></font>


Edit - Here's a screenie of some of the different types of gradient bars.
« Last Edit: December 31, 2012, 06:02:18 PM by ThallionDarkshine »