Spinning./Rotating Objects

Avatar
fma965
105 Posts
Posted Feb 19, 2012
how do i make a object rotate like on the last map of the amazing race at the beginning. The cylinder rotates because when i do the same thing and set it to func_rotating it works and rotates but when i stand on it it stops rotating how do i prevent it from stop rotating like on amazing race and many other maps?

thanks

i am trying to make a new race map :biggrin:

Advertisement
Registered users don’t see ads! Register now!
Avatar
FourthReaper
356 Posts
Posted Feb 19, 2012
Replied 17 minutes later
Have you set the keyvalue "solid BSP" or something like that to "yes"? That might work, if the problem lies solely in player contact.

100th post! Hooray!
Also, this is my 100th post! Hooray for me!
:lol: :lol: :cake: :lol: :lol:

Avatar
fma965
105 Posts
Posted Feb 19, 2012
Replied 20 minutes later

FourthReaper wrote:
Have you set the keyvalue "solid BSP" or something like that to "yes"? That might work, if the problem lies solely in player contact.

100th post! Hooray!
Also, this is my 100th post! Hooray for me!
:lol: :lol: :cake: :lol: :lol:

happy birth... i mean happy 100th post day lol :biggrin:

EDIT: it was on Vphysics changing to BSP and recompiling.

Avatar
Lpfreaky90
2,842 Posts
Posted Feb 19, 2012
Replied 3 minutes later

fma965 wrote:
FourthReaper wrote:

Have you set the keyvalue "solid BSP" or something like that to "yes"? That might work, if the problem lies solely in player contact.

100th post! Hooray!
Also, this is my 100th post! Hooray for me!
:lol: :lol: :cake: :lol: :lol:

hi where is this? is it in properties?

solid bsp is a property name from a func_brush :wink:
On default solid bsp is No, but if you want a player to be able to stand on it it should be yes!

Quote:
Set this if this brush is in heirarchy with a moving object of some kind, and the player can stand on this brush.

Avatar
fma965
105 Posts
Posted Feb 19, 2012
Replied 3 minutes later

lpfreaky90 wrote:
fma965 wrote:

FourthReaper wrote:

Have you set the keyvalue "solid BSP" or something like that to "yes"? That might work, if the problem lies solely in player contact.

100th post! Hooray!
Also, this is my 100th post! Hooray for me!
:lol: :lol: :cake: :lol: :lol:

hi where is this? is it in properties?

solid bsp is a property name from a func_brush :wink:
On default solid bsp is No, but if you want a player to be able to stand on it it should be yes!
Quote:

Set this if this brush is in heirarchy with a moving object of some kind, and the player can stand on this brush.

thanks compiling and testing now :biggrin:

Avatar
fma965
105 Posts
Posted Feb 19, 2012
Replied 4 minutes later
hi it didnt work :sad: now instead of the rotating object getting jammed it makes the player get jammed and unable to move or jump. :sad:

edit: there is not solid bsp option for func_rotating only solid type Vphysics/BSP which 1 should it be?

Avatar
Groxkiller585
652 Posts
Posted Feb 19, 2012
Replied 1 hour later

fma965 wrote:
hi it didnt work :sad: now instead of the rotating object getting jammed it makes the player get jammed and unable to move or jump. :sad:

edit: there is not solid bsp option for func_rotating only solid type Vphysics/BSP which 1 should it be?

My solution:

  1. make the cylinder func_brush which has the solid BSP option.
  2. parent it to another brush that will be the func_rotating.

This should work. It's a bit jerky, because i've never gotten perfect results with brush movement, but it works.

Avatar
FourthReaper
356 Posts
Posted Feb 19, 2012
Replied 48 minutes later

Groxkiller585 wrote:
My solution:

  1. make the cylinder func_brush which has the solid BSP option.
  2. parent it to another brush that will be the func_rotating.

Good call, I figure that's the best way.

Avatar
fma965
105 Posts
Posted Feb 19, 2012
Replied 4 hours later
ok thanks i will try that asap. :biggrin:
Avatar
fma965
105 Posts
Posted Feb 20, 2012
Replied 23 hours later
hi it still doesnt seem to want to work correctly :sad:.
Avatar
fma965
105 Posts
Posted Feb 23, 2012
Replied 2 days later
can some 1 make me a prefab/instance for this since i cant seem to get it working thanks :smile:
Avatar
josepezdj
2,386 Posts
Posted Feb 23, 2012
Replied 47 minutes later
I would suggest a func_brush "always solid" (cylinder) tied to a func_rotating and a phys_motor in order to prevent the previous 2 entities from stopping... Check this tutorial:

Kdb57DpADo0

Anuyway, I didn't test it because I'm at work right now, and I can't send you any instance right now either.

Also just ask baca25 via pm or steam, he's a kind guy. Or you can simply decompile the amazing race...

Avatar
fma965
105 Posts
Posted Mar 21, 2012
Replied 27 days later

josepezdj wrote:
I would suggest a func_brush "always solid" (cylinder) tied to a func_rotating and a phys_motor in order to prevent the previous 2 entities from stopping... Check this tutorial:

Kdb57DpADo0

Anuyway, I didn't test it because I'm at work right now, and I can't send you any instance right now either.

Also just ask baca25 via pm or steam, he's a kind guy. Or you can simply decompile the amazing race...

firstly thanks and sorry for not replying been super busy.

  1. i will check that video out soon currently dont have the sdk installed due to format.

  2. i already decompiled baca's map to check how it was done but when repeated or copied in to my map it didnt work and i dont see why. (baca i wasnt decompiling it to re distribute it :biggrin: just to learn.)

Avatar
baca25
342 Posts
Posted Apr 02, 2012
Replied 11 days later
Getting these things to work is such a headache, as I'm sure you have learned by now. I spent so many hours trying to get cool objects to not get the player stuck or get the object stuck, and I even build a map with like 100 differnt objects until I got the ones that I released to work. They are so touchy and unreasonable. If you just want to get the log to roll my guess would be your making the log too small and it needs to be thicker.
Advertisement
Registered users don’t see ads! Register now!
Avatar
fma965
105 Posts
Posted Apr 16, 2012
Replied 14 days later

baca25 wrote:
Getting these things to work is such a headache, as I'm sure you have learned by now. I spent so many hours trying to get cool objects to not get the player stuck or get the object stuck, and I even build a map with like 100 differnt objects until I got the ones that I released to work. They are so touchy and unreasonable. If you just want to get the log to roll my guess would be your making the log too small and it needs to be thicker.

ok thanks sorry late reply :biggrin:

i have even tried the ones in your map and they still didn't work. your just magic :smile:. really wanted to try to make a race style map. but guess i will have to keep trying or give up.

baca25 are you planning on making any other race maps?

Also your race maps filenames are (racers_1,racers_2,racers_3 and racers_5) what happened to racers_4?

thanks for the help anyway