3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: 1 ... 4 5 [6]

Author Topic: Script related questions  (Read 8110 times)

« Reply #75 on: November 14, 2013, 06:51:08 AM »
Car wheel hidden. I didn't have any skinmesh. Then I added skinmesh and added to wheels and script and included in the function. All disappears except the wheels.
« Reply #76 on: November 14, 2013, 04:10:25 PM »
there is an option to hide the wheels in a car...  keep em hidden and let the skinmesh wheels  be the only ones that show...

you know how to hide those if you need to...

--Mike
« Reply #77 on: November 15, 2013, 08:49:07 AM »
Wheels were separate objects. Not part of the car object that you mentioned.
« Reply #78 on: November 16, 2013, 06:01:31 AM »
if the wheel visuals are skinmeshes, then you should be able to hide em with iObjectHide()...

--Mike

« Reply #79 on: November 16, 2013, 08:15:28 AM »
I think I understand that. My car has wheels are hidden. Moreover I added four more wheel objects to car. Is it possible to hide wheel objects only on 3d rad?
« Reply #80 on: November 17, 2013, 07:05:27 AM »
What kind of car are you trying to make?
If you're using a Car Object or Pcar what are the wheel objects for?


If you are just trying to show/hide SkinMesh wheels ingame this is easy enough...
The wheel visuals from the Car object can only be shown/hidden in the editor. You can't show/hide these wheels during runtime.
The Wheel Object itself can't be hidden like skinmeshes... if you hide the Wheel Object it basically stops the object.
If you trying to simulate a broken wheel or flat tire... -you can't really do this with Car Object... - you can sort of simulate this with Pcar parameter settings but, you can't really have separate settings for each Car/Pcar Object wheels.

If none of this helps you -tell us briefly what kind of game are you making  -just a short description
Then tell us clearly, what part of the game are you working on with this hidden wheels thing.
And maybe this needs to be in it's own topic.
3D Rad: The best abandonware ever!
« Reply #81 on: November 17, 2013, 07:43:48 AM »
May be I start a topic to get help. I wanted to first say hi and then press enter and the car goes time travel with supernova animation which I have to make when it disappears. So I wanted the car to be vanished. But without wheel objects the skinmesh wheel does not spin with car wheels.
Pages: 1 ... 4 5 [6]