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.
[Request] Portal + Physics Script

0 Members and 3 Guests are viewing this topic.

**
Rep: +0/-0Level 84
Okay :=:, I know this sounds like a really demanding script, but when you see what I'm asking, I don't it's as hard as a may sound.

You've all seen puzzles like this one. Just imagine how much simpler it would be with these features:


Portal Script:
--An instant change character location (different than the one that fades out and resets events)
Simple as that.

Physics Script:
--Slow to Stop
----See above image. If you applied "2D Physics" you could use your character to push against the rock, consequently setting your character to a sudden stop, and the rock would eventually, after a specified amount of tiles (preferably customizable ;D), slow to a stop. If you were to run, on contact, your character would stop (or perhaps jump backward one tile) and the rock would roll 2 tiles (just an example) before slowing to a stop.

Those are the only two features I'm really concerned about in this topic. ;8

*
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
I don't know what you mean by Portal ~ do you just want to be able to use the teleport event command without fading? I've written a script that does that.

The second thing sounds like it would be best to do with events.

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
I don't know what you mean by Portal ~ do you just want to be able to use the teleport event command without fading? I've written a script that does that.

The second thing sounds like it would be best to do with events.

I second these suggestions.

**
Rep: +0/-0Level 84
I don't know what you mean by Portal ~ do you just want to be able to use the teleport event command without fading? I've written a script that does that.

The second thing sounds like it would be best to do with events.

I second these suggestions.
With your responses (which I'm thankful for), I'm assuming you've not heard of Portal by Valve. The link below should help summarize the rest about what I mean by Portal.
 :tpg:http://www.youtube.com/watch?v=TluRVBhmf8w :tpg:

As for the way to slow the events down as they progress along tiles, how would I do that? :-\

***
Cursed by Ghost Dog for eternity
Rep:
Level 86
w/e
What do you mean by Portal. Do you mean teleporting character/object to a set point on the map or do you mean placing a teleport marker where you press the button and get sent to said marker?
The Newbie
I'll be gone again in time.

**
Rep: +0/-0Level 84
What do you mean by Portal. Do you mean teleporting character/object to a set point on the map or do you mean placing a teleport marker where you press the button and get sent to said marker?
Both if possible. In my last post, I posted a link to a video that explained what I meant by portal.

*
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
OK, well for the no fade teleport ~ http://rmrk.net/index.php/topic,29047.0.html

If you want to press a button and stuff to throw portals, you'll probably be better off with events. Things that involve major event and map interaction are generally better to do with events than with scripts, in my opinion.

**
Rep: +0/-0Level 84
Thank you for the script, modern algebra ;D. I thought most of the night  :( about how I could make this work using events and I can somewhat see how it's possible ;8, though, I can't see why I didn't think of it before  :-\.