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.
[RESOLVED] How to show a map's name, but not in the normal message form?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Master of Stepmania
Well what i was looking for is when you enter a map, the map's name appears in one of the corners (that doesen't really matter).

Like, if i have a map called Silen Village (which i do, lol) then when entering it, some text in one of the corners should say Silen village without interupting the player.

It should last about 5 seconds or so.


Thanks in advance.
« Last Edit: May 12, 2007, 07:01:59 AM by Zeriab »
Does 2+2 equal a peanut?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
use "show picture command" do you have photoshop or paint? well make a tag for each map.
Watch out for: HaloOfTheSun

*
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
Or, you can use the Floating Location Window Script




***
Rep:
Level 87
Master of Stepmania
Wow, what quick replies! So i should just have an event that auto-runs and shows the picture, then drop the opacity til 0?
Does 2+2 equal a peanut?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Or, you can use the Floating Location Window Script


well what modern suggested seems tons better, it's a script but I have never used it so I don't know the outcome of it.
Watch out for: HaloOfTheSun

***
Rep:
Level 87
Master of Stepmania
Allright, i'll see what it does.

Should i just copy the script in his first post and insert it above main?

« Last Edit: May 10, 2007, 02:00:28 PM by gameo »
Does 2+2 equal a peanut?

***
Rep:
Level 87
Master of Stepmania
Okay, works fine. But how would i disable it and enable it? Because there are some maps where i don't want it to show.
Does 2+2 equal a peanut?

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
I've attached a demo where it is disabled for some maps and not for others.
Just ignore the rain system I've also made.

***
Rep:
Level 87
Master of Stepmania
Sorry for being such a pain in the *beep*, but i didn't quite understand that demo.

My question remains: "How do you disable it?" I can see you have disabled it on some maps in the demo, but how?
Does 2+2 equal a peanut?

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
Select Floating Window in the Script Editor
Go to line 112 containing DISABLED_NUMBERS = [2,3]
This means that the map with ID 2 and 3 will not have the message displayed.
If you want to disabled the script for let's say the maps with ID 1, 6, 7 and 13 you just change the line to this:
Code: [Select]
DISABLED_NUMBERS = [1,6,7,13]

Also:
Code: [Select]
# Disabled for the map with ID 2
DISABLED_NUMBERS = [2]

# Not disabled at all
DISABLED_NUMBERS = []

***
Rep:
Level 88
Can you have it so it only calls it on certain events, like when you walk into the town from the gate, but not out of a house?

***
Rep:
Level 87
Master of Stepmania
Thanks a bunch Zeriab  :tpg:! Doumo Arigato. (No i'm not japaniese)
Does 2+2 equal a peanut?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
solved? add [RESOLVED] to topic title.
Watch out for: HaloOfTheSun