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.
I need help with configuring transfers. [Resolved]

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 84
I know how to tansfer between areas, but i was wondering if anyone knows how to make a transfer without that black fade in/out screen.
« Last Edit: January 10, 2009, 12:43:54 AM by DevilDolphin »

*
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
No way by default, but I wrote a script for this a little while back. Check the RMVX Scripts Database. It should be under Teleport Fade Options

**
Rep: +0/-0Level 84
thanks ill check it out

**
Rep: +0/-0Level 84
ok i found it but i need just a little more help with how to apply it.  where do i need to copy the script to?

*
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
Into the Script Editor. You can get in there by F11, or by pressing the paper and pencil icon along the top of the bar. In the left hand side there is a list of classes. If you go all the ay down you'll see Main, and above it two slots: (insert here) and Materials. Right click on (insert here) and select Insert. Then paste the script into the right hand window. You can name the slot you placed it in by going down to the name bar at the bottom left.

**
Rep: +0/-0Level 84
ok id already tried that one and it was the same my transfer was the same is there something besides that?

*
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
Well, read the instructions. The way it works is that you use a variable to control what kind of fade you want. That you set in the script, where it says FADE_VARIABLE_ID = 1

Change that to the ID of the variable you want to control the fade options. So, if it is set to 1, then modifying the variable with ID 1 will change the way the game fades. To change it to no fade, then all you have to do is use a Control Variable and change the value of the variable to 1. Then you will have no fade.

**
Rep: +0/-0Level 84
o ok i think i get what ur saying now.  so im not actually trying to call the whole script im just trying to change one variable in the event now...?

**
Rep: +0/-0Level 84
thanks for the help ive got it working now.  i didnt know anything about variables yet.  but now i can progress further. :D
« Last Edit: January 10, 2009, 12:42:51 AM by DevilDolphin »