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.
Delete Account Please

0 Members and 1 Guest are viewing this topic.

**
fagmop
Rep:
Level 87
fagmop
« Last Edit: December 06, 2009, 12:16:47 AM by Kipe »

*
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
For 1:

Go to Scene_Title in the script editor, to the method command_new_game.

Delete these lines:

Code: [Select]
    # Stop BGM
    Audio.bgm_stop

For 2:

I believe Falcon made one, but I have no idea if it is still uploaded. I will take a look on hbgames.org

For 3:

You can change the movement speed of the player, by going to the Set Move Route event command and using the Change Speed command there. That will work unless you need to be more precise.