Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Poll: Did you find this tutorial useful?
You do not have permission to vote in this poll.
Yes, I liked it.
100.00%
17 100.00%
No.
0%
0 0%
Total 17 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a rope
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#11
RE: How to make a rope

(01-15-2013, 10:25 PM)The chaser Wrote: It will be a matter of attached... Hmmm... do dis, tru fren:

void OnStart() //This could change!
{
AddEntityCollideCallback("Da_box_in_da_rope", "Area", "Interact", true, 1); ///When the rope is down, it will collide with this area, which will activate an area *look down*
}

void Interact (string &in asParent, string &in asChild, int alState)
{
///I don't know how to make an area interactable, so yea... make an area which you can touch. The interaction with it will give you the item (key). Sorry for this little thing. When you interact, it will:
GiveItem("Key", "Item", "Puzzle", "key.tga", 1);
SetEntityActive("Da_key_in_da_box", false);

}

You can make the box smaller than the key so it doesn't collide with the outer of the key.

I'll see what it leads to.

Have to sleep now.

Trying is the first step to success.
01-15-2013, 10:50 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#12
RE: How to make a rope

Sorry for bumping

Hi The Chaser Smile

I just discovered something that might be useful to this thread.

When you make a rope, you can set it's "EndBody" to be a "invisible_body".
This is used if you want the rope to end a specific place, and not just hanging from the ceiling.

I used this to create a bridge, that it held by chains.

In Editor
Spoiler below!

[Image: 34q2rgn.png]


In game
Spoiler below!

[Image: 2j4o5ef.png]


Trying is the first step to success.
(This post was last modified: 02-15-2013, 07:19 PM by FlawlessHappiness.)
02-15-2013, 06:38 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#13
RE: How to make a rope

Oh, thanks for sharing! Ropes are very useful and they can be used for a lot of things, but I just made the basics. Ropes are a great resource to use.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
02-15-2013, 10:14 PM
Find
Putmalk Offline
Senior Member

Posts: 290
Threads: 13
Joined: Apr 2012
Reputation: 15
#14
Rope Creation Tutorial

Hey everybody,

I was requested to provide help with creating ropes and using them to lower a bucket into a well. I decided to make tutorial videos on how to do it.

Feedback/concerns are always welcome. I hope they are useful.

Part 1:




Part 2:



04-06-2013, 04:59 AM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#15
RE: Rope Creation Tutorial

There's already a tutorial about this. Nonetheless, it's still useful for someone that didn't understand what this thread below meant.
http://www.frictionalgames.com/forum/thread-18804.html

"Veni, vidi, vici."
"I came, I saw, I conquered."
04-06-2013, 05:17 AM
Find
Putmalk Offline
Senior Member

Posts: 290
Threads: 13
Joined: Apr 2012
Reputation: 15
#16
RE: Rope Creation Tutorial

(04-06-2013, 05:17 AM)JustAnotherPlayer Wrote: There's already a tutorial about this. Nonetheless, it's still useful for someone that didn't understand what this thread below meant.
http://www.frictionalgames.com/forum/thread-18804.html

Meh, I didn't know it, but okay, thanks for the heads up.

04-06-2013, 05:39 AM
Find
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#17
RE: How to make a rope

Merged
04-08-2013, 08:54 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#18
RE: How to make a rope

Oh, I see. Thanks, Pluto Smile

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
04-08-2013, 09:58 PM
Find
Putmalk Offline
Senior Member

Posts: 290
Threads: 13
Joined: Apr 2012
Reputation: 15
#19
RE: How to make a rope

Thanks. Smile

04-09-2013, 04:35 AM
Find




Users browsing this thread: 1 Guest(s)