Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Ladders
Ladders
2002-07-29, 5:43 AM #1
Ladders, how do i do them? I'd prefer if if it was a Half-Life style ladder (you just "walk" up down the ladder), if thats not possible i imagine the only other way would be Rogue Spear style (you press USE, and then go up/down). Thanks.

------------------
//CoCoNuT
2002-07-29, 6:26 AM #2
Here's a shortcut to a JK ladder. http://www.massassi.net/cogfiles/both/ladder.zip Simple to install and use.

------------------
The Sniper Missions. Current project, The Sniper Missions

The Magician Saber System.
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2002-07-29, 6:38 AM #3
Thanks, works great.

------------------
//CoCoNuT
2002-07-29, 7:43 AM #4
Nopraw. [http://forums.massassi.net/html/wink.gif]

------------------
The Sniper Missions. Current project, The Sniper Missions

The Magician Saber System.
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2002-07-29, 5:09 PM #5
I problably would have written him a new one... But then again, I like reinventing the wheel . . because then its MY wheel... [http://forums.massassi.net/html/biggrin.gif]

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.
2002-07-29, 8:30 PM #6
[hint]GBK how about you make one so when you touch a 3do you can climb it [http://forums.massassi.net/html/biggrin.gif] Instead of using the sector methord[/hint]
Team Battle.
2002-07-30, 6:37 AM #7
The Massasi cog problably uses Sectorthrust. I despise that method. Esther will have ladders, and Im using my own methods...

Code:
Touched:

If(Getsenderref() == Ladder) Setthingvel(Player, '0 0 1');


A very simple way of doing it. This particular code might not be enough on its own, but added to other mehtods, it can be quite effective.


..Although Ill problbaly use activate for mine..

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.
2002-07-30, 7:47 PM #8
Pftt... activate. Which planet are you from [http://forums.massassi.net/html/wink.gif]
Team Battle.
2002-07-31, 5:01 AM #9
Earth . . . same as the rest of us coggers. [http://forums.massassi.net/html/confused.gif]

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.
2002-07-31, 6:18 AM #10
Here I thought all Massassian's were 'from a long time ago, in a galaxy far, far away...'

------------------
The Sniper Missions. Current project, The Sniper Missions

The Magician Saber System.
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2002-07-31, 7:20 AM #11
Quote:
<font face="Verdana, Arial" size="2">Originally posted by GBK:
Code:
Touched:

If(Getsenderref() == Ladder) Setthingvel(Player, '0 0 1');

[/b]</font>


I remember Emon telling me that to have JK recognize when you touch a 3DO, you should use entered:, not touched:, though I may be misremembering.

------------------
"Do you have any idea how long it takes to dig graves for twenty-three oak trees?"
-- Davram Bashere, The Fires Of Heaven
"She shall make you a real boy, and I shall make her a real woman."
-- Joe, A.I.
NMGOH
Wolfy On Google
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2002-07-31, 9:01 AM #12
As with many other things, Emon is incorrect.


When you simply nudge up against, or touch a 3d0, it sends the :Touched message. However, if you step onto a 3d0, it will send :Entered.

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.

↑ Up to the top!