Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rising Water
Author Message
SLi78 Offline
Junior Member

Posts: 23
Joined: Sep 2010
Reputation: 0
Post: #1
Rising Water
Hi there,

here is my problem. I have a room with a closed door.

When the player us a lever a stream of water is coming out of a tube.

That all works fine, but now my problem.

I've tried a simple plane with a water material set on the floor, after using the lever, i start a timer

void WaterRiseFunc(string &in asTimer)
{
    AddBodyForce("Plane",10000,10000,10000,"");
    AddBodyImpulse("Plane",10000,10000,10000,"");
    AddPropForce("Plane",10000,10000,10000,"");
    AddPropImpulse("Plane",10000,10000,10000,"");
    AddTimer("WaterRise",1,"WaterRiseFunc");
}

so the water should rise.

Of course it doesn't work.Confused

I also have tried the entity "water planes" from the "special" menu.

Again, it doesnt work.

I also have tried values like 50000, nothing.

I've tried to load the "water planes" ent file in the editor and set it to automove, but then the game crashed.

If anyone can help me to rise the water, would be great.
09-29-2010 06:32 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Rising Water - SLi78 - 09-29-2010 06:32 PM
RE: Rising Water - jens - 09-29-2010, 06:59 PM
RE: Rising Water - SLi78 - 09-29-2010, 07:08 PM
RE: Rising Water - locker - 09-29-2010, 07:23 PM
RE: Rising Water - einfrnirdyr - 09-30-2010, 06:11 AM



User(s) browsing this thread: 1 Guest(s)