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.
[MOST LIKELY RESOLVED] Moving HUDS in front of pictures?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 86
I hate everyone except the ones I don't hate...
For my game, I am using an equipment HUD by Moghunter, however, when displaying a black picture, the picture overlaps the HUD. I wish to fix that. Also, I wish to do so with the Treasure Name script, also by Moghunter.

The scripts I use (here we go :P):

Spoiler for:
Minkoffs Battle System with all add-ons (which is obviously by Minkoff)
Moghunters Shop
Moghunters Equipment Screen
Moghunters Save File script
Moghunters Item Menu
Quicksave by Moghunter
Pixelmovement (by f0tz!baerchen)
Diablo Waypoints Script (by arevulopapo)
Diablo II item system (by DarkSchneider)
Gameover to Common Event (by Mr_Smith)
The Win32::Registry
Diablo Level Up System (by Stefo)
Skip_Title by Punk
Autosave by Darklord, Blue Elf and Me™.
ADV Simple Inn Script by GoldenShadow - ShadowClan Technologies (© 2003-2005 it seems...)
Push Events by Magica
Escape Menu Hiding Script
The NoneSell_Hide script
Gold Hud by Sandgolem
Artifact Colours by Sandgolem
Random Move Fix (ALSO) by Sandgolem
Cutscene Skip by Sandgolem
SephirotSpawns Slanted Bars
Key Input script by Cybersam
Enemy HP bars
Loading Bar script by arevulopapo
Game Character Event script by Charlie Lee (I forgot what it does though...)
the Shiny CMS by Rune
the Party Changer script by Leon_Westbrooke
and...
the Quest Log by Rune

I doubt that helped you very much though. I left out the Equipment HUD and the Treasure Name scripts on purpose.

Anyone? I would be happy to provide a screen ASAP.
« Last Edit: May 28, 2008, 01:15:17 PM by Demonic Blade »
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
In the HUD, they are probably either a window or a Sprite.

Whichever it is, go into the initialize menu of that window or sprite and put this:

self.z = 1000

or something - I do not know what the z is of any given picture, but 1000 should probably be over top all of them. Test it with Picture Number 50 to be sure.

***
Rep:
Level 86
I hate everyone except the ones I don't hate...
OK, thanks. And yes, they all use sprites in some way or another. I'll try it out.
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
Now really Modern. If you have looked into the scripts you would have found that the z-value would have to be above 5000. It would only have taken a minute.

@Demonic Blade: I suggest putting 5500 or 6000 or something like that as z-value for the HUD sprites

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
 :-[

That makes sense, label*100 I suppose?