Author Topic: bsp help  (Read 2116 times)

gir

  • PGP
  • Posts: 37
bsp help
« on: February 24, 2008, 05:04:33 PM »
is there a way to lower the gravity of a certain area, or slow down a fall, without changing the gravity of a whole map?

Garrett

  • Autococker
  • Posts: 1372
Re: bsp help
« Reply #1 on: February 24, 2008, 10:58:13 PM »
Almost 100% sure you can't.

Chef-Killer

  • Moderator
  • Autococker
  • Posts: 1312
Re: bsp help
« Reply #2 on: February 25, 2008, 10:38:19 AM »
There is an entity called "trigger_gravity", but i never tested it. Maybe it could work.

Changes the touching entities gravity to the value of "gravity".  1.0 is standard gravity for the level. Unfortunately this does not work for players.

Eiii

  • Autococker
  • Posts: 4595
Re: bsp help
« Reply #3 on: February 25, 2008, 10:51:30 AM »
Gravity only applies to entities (guns, paintballs, grenades, etc).

gir

  • PGP
  • Posts: 37
Re: bsp help
« Reply #4 on: February 26, 2008, 06:02:41 AM »
could I use a water with surface properties of nodraw and current_down?

DrRickDaglessMD

  • 68 Carbine
  • Posts: 376
Re: bsp help
« Reply #5 on: February 26, 2008, 06:25:55 AM »
yeah, although when you're submerged in water you gravitate downwards anyway, so using a current might make it unnatural (plus, itd be hard to swim against the current). You may well drown in it, too.

- Dag

Garrett

  • Autococker
  • Posts: 1372
Re: bsp help
« Reply #6 on: February 26, 2008, 08:30:20 AM »
yeah, although when you're submerged in water you gravitate downwards anyway, so using a current might make it unnatural (plus, itd be hard to swim against the current). You may well drown in it, too.

- Dag
I don't believe you can even swim against the current.  If you do the water idea, you won't be able shoot to well on most servers due to the balls not being able to fly to well through water.

Eiii

  • Autococker
  • Posts: 4595
Re: bsp help
« Reply #7 on: February 26, 2008, 10:28:09 AM »
Also you'll drown.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: bsp help
« Reply #8 on: February 26, 2008, 11:54:01 AM »
I don't believe you can even swim against the current.  If you do the water idea, you won't be able shoot to well on most servers due to the balls not being able to fly to well through water.

*Random pop in*

Yes you can. Swim at an angle, and you can move through a current.

gir

  • PGP
  • Posts: 37
Re: bsp help
« Reply #9 on: February 26, 2008, 04:58:00 PM »
I'm really just trying to make it so that you fall slowly at part of the map (a bit like dropzone but the point is to be able to shoot from above or defend from below.)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: bsp help
« Reply #10 on: February 26, 2008, 07:52:49 PM »
Hmmm... You MIGHT be able to do this with a trigger_push, but the results may not be very good.  It could be really laggy online.