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 → Fragile floor
Fragile floor
2002-06-07, 8:46 AM #1
I'm making a puzzle where there are a few pieces of brick floor still on the edge of a cliff. The idea is that some of them will break off and tumble down when you step on it.
I was wondering what's the best way to achieve that, I bet a frame at the bottom of the frame wouldn't look very good.
There's probably a better way to make them fall, a change of a physicsflag or something?

Also I wondered how I could make it tumble/spin.
APT 1, 2, 3/4, 5/6
TDT
DMDMD

http://veddertheshredder.com
2002-06-07, 12:48 PM #2
Has to be 3dos with frames. [http://forums.massassi.net/html/frown.gif] Just make rolling keys, and have its own pup file (use the key for walking, should work) Also try to make the textures lined up. Otherwise, just gives it away, and make many differnt 3dos, that adds to the hinding the trap. [http://forums.massassi.net/html/wink.gif]

PS - This would be better in the main editing forum. [http://forums.massassi.net/html/smile.gif]

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

[This message has been edited by Descent_pilot (edited June 07, 2002).]
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2002-06-07, 5:07 PM #3
What I might do is to make brick surfaces (part of architecture). When the surface is stepped on (Entered message) then the surface adjoins are cleared (geo=0 and surf flag = 0 /no longer floor), at the same time brick 3dos are created and "released" so they fall down. Maybe the bricks could be given a rotation as well as responding to gravity. When the bricks reach the bottom they are destroyed (or replaced with non-spinning bricks).

------------------
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
2002-06-07, 8:41 PM #4
Wouldn't it be possible to use the touched: message, and then use ParseArg() to set the phsflags so it is affected by gravity? Then it'd drop pretty realistically.

------------------
Christianity: Don't knock it if you haven't tried it.

Why should the devil have all the good music? www.thousandfootkrutch.com
Cynic (sin'ik) n. One of a sect of ancient Greek philosophers who held that virtue is the ultimate goal of life, their doctrine gradually coming to symbolize insolent self-righteousness.

Drink So-Be, and play longer!
2002-06-08, 1:13 AM #5
Descent Pilot: Yep I am Allready making all kinds of floor"fragments" in all kinds of shapes.

TwistedSpasm: I never used ParseArg() before, cogref says you need to give a templatevalue, what exactly does it mean with that?
APT 1, 2, 3/4, 5/6
TDT
DMDMD

http://veddertheshredder.com
2002-06-08, 6:06 AM #6
Like physflags=, or thingflags=, or maxthrust=, that sort of thing. SavageX used the verb to modify player run and jump values in SS3, but that's really the only place I've seen it.
Cynic (sin'ik) n. One of a sect of ancient Greek philosophers who held that virtue is the ultimate goal of life, their doctrine gradually coming to symbolize insolent self-righteousness.

Drink So-Be, and play longer!
2002-06-08, 7:13 AM #7
Quote:
<font face="Verdana, Arial" size="2">Originally posted by TheTwistedSpasm:
...but that's really the only place I've seen it.</font>


*chuckles quietly*

------------------
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-06-08, 7:53 AM #8
Quote:
<font face="Verdana, Arial" size="2">GBK: *chuckles quietly*</font>

Hmmm, must be that ultimate COG - the TVTCS

------------------
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
2002-06-09, 2:41 AM #9
Never use ParseArg() to modify a thing's value if LEC has created a verb specifically for changing that value. In this case, use SetPhysicsFlags().

------------------
Author of the JK DataMaster, Parsec, and the EditPlus Cog Files.
Visit Saber's Domain.

[This message has been edited by SaberMaster (edited June 09, 2002).]
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2002-06-09, 3:59 AM #10
I'll try that, thanks to you all.
APT 1, 2, 3/4, 5/6
TDT
DMDMD

http://veddertheshredder.com

↑ Up to the top!