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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove plane?
naseem142 Offline
Member

Posts: 153
Threads: 19
Joined: Oct 2012
Reputation: 0
#1
Remove plane?

How can i remove a primitive plane which is used for the water?
I know that liquid area can be removed with set entity active false , but it didn't work with the plane.
Help me please :]

I help people when i'm bored :U


Typing Speed: 74 Words per minute
11-30-2012, 08:42 AM
Website Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#2
RE: Remove plane?

Area you going to make it like Frictional Games did?

Because they didn't do that.
They had a separate copy of the start of the map, and when you collide with an area you get teleported to the waterpart

Trying is the first step to success.
11-30-2012, 08:44 AM
Find
naseem142 Offline
Member

Posts: 153
Threads: 19
Joined: Oct 2012
Reputation: 0
#3
RE: Remove plane?

(11-30-2012, 08:44 AM)beecake Wrote: Area you going to make it like Frictional Games did?

Because they didn't do that.
They had a separate copy of the start of the map, and when you collide with an area you get teleported to the waterpart
I was thinking to do like that but it's too much work ._.
Are there any other solutions?

if not i guess i'll have to do like frictional games did Big Grin

I help people when i'm bored :U


Typing Speed: 74 Words per minute
(This post was last modified: 11-30-2012, 08:51 AM by naseem142.)
11-30-2012, 08:45 AM
Website Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#4
RE: Remove plane?

You can create a model which is basically a plane with a water texture assigned to it. Make it an entity which can be set to active=false and then use that for possible water.

[Image: mZiYnxe.png]


11-30-2012, 09:23 AM
Find
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#5
RE: Remove plane?

There is already sewer water plane model that was used in the cistern entrance - its a little small, but tileable.

I rate it 3 memes.
11-30-2012, 03:24 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#6
RE: Remove plane?

(11-30-2012, 08:45 AM)naseem142 Wrote:
(11-30-2012, 08:44 AM)beecake Wrote: Area you going to make it like Frictional Games did?

Because they didn't do that.
They had a separate copy of the start of the map, and when you collide with an area you get teleported to the waterpart
I was thinking to do like that but it's too much work ._.
Are there any other solutions?

if not i guess i'll have to do like frictional games did Big Grin
It's not so much work, naseem.

Just Ctrl+D the map you made and then set up the environment. It's this:

void TeleportPlayer(string& asStartPosName);
with asStartPosName the start area where you will get teleported. FadeOut, teleport, fade in, it's super easy.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-30-2012, 04:01 PM
Find




Users browsing this thread: 1 Guest(s)