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]

Author Topic: How can add walk efecf on 1stpercam?  (Read 203 times)

« on: March 13, 2014, 08:02:10 PM »
Hi,
Today when i using the 1st person came on 3D Rad i saw it's motion is smoth,do'nt look like a walking man.
how can i add walking efect on it?
« Reply #1 on: March 14, 2014, 10:01:15 AM »
i don't think you can... you might need to make your own walking character using a combination of rigidbody (sphere), character, cam chase... and either use one of the cam's shaking options or script you own offset using a sin wave...

--Mike
« Reply #2 on: March 14, 2014, 07:36:34 PM »
There's a good project somewhere on the forum made by Robertoo: http://www.3drad.com/forum/index.php?topic=10355.0 that does what Mike suggested.

I presume that's what you're looking for...
« Reply #3 on: March 15, 2014, 08:36:26 PM »
There's a good project somewhere on the forum made by Robertoo: http://www.3drad.com/forum/index.php?topic=10355.0 that does what Mike suggested.

I presume that's what you're looking for...
iT doesn't work bro. :(
« Reply #4 on: March 15, 2014, 10:37:32 PM »
alternative to cam1st person:


add a character object and a rb (sphere) object... link em and set the rb as RB SPHERE in the character properties...

make sure you link the rb to the terrain and the Gforce, and the character to the terrain and set the terrain to TERRAIN RB in the character properties...

you have your basic character...

link a chase cam and an andro to it, then hide the sphere rb and set the cam to follow the skinmesh...

instant walker...

save it as something so you can merge it into your next project... ynless you like doing this over and over again each time you need a walker :)



--Mike
« Last Edit: March 15, 2014, 10:43:18 PM by Mike Hense »
« Reply #5 on: March 16, 2014, 02:29:03 AM »
iT doesn't work bro. :(

Instead of complaining, you could just fix it yourself. It says it's missing a ")" at the end of line 22, so you might as well just add a ")" at the end of line 22.
Rocket Rumble, a 3D Rad puzzle game:
http://www.3drad.com/forum/index.php?topic=9896.0
« Reply #6 on: March 16, 2014, 03:08:10 AM »
iT doesn't work bro. :(

Instead of complaining, you could just fix it yourself. It says it's missing a ")" at the end of line 22, so you might as well just add a ")" at the end of line 22.
I was fixed the code problem but it not work bro.
« Reply #7 on: March 16, 2014, 11:52:20 AM »
I tell ya, these script-er guys leaving out ")" and ";" ..

I say shoot them all..

Actually  jabedbd, in my 3drad i believe 3drad told me it was line 24 that had the error, maybe 23.

Thats a known issue with the script editor, it says error on a line, but when you debug the script, you'll find the error can may be actually 1 or 2 lines before the line reported as having the error.

another bug is when you CTRL+Z to undo script changes and go one step to far... the script editor will back up completely to a blank page ( which is technically the beginning point of the script editing process.

Form our point of view it looks like the script editor editor deleted all our script, which it did... but.... DO NOT PRESS [ok] else you will overright your script.

Press cancel instead and reopen the script and all your script will be there.

So your mite be wondering ... what if i did press ok and it looks like all your script has been lost...
( this has happened to me and i didn't know what was going on and re-wrote my script from scratch, cursing 3drad the whole time..

Before you uninstall 3drad in frustration....

 click [project>open] on the file box select [up one level] then select [system] folder then select [undo] folder, now click [view icon] and select [detail] view ( if not already selected) then click [date modified] until the most recent date is at the top of the list.

The second file down ( i believe it is ) will be your original project before the script was deleted.
( if that undo project isn't the proper one, then just repeat this process and open the next oldest undo version till you get back your deleted script).

And one major warning here, do not make any more changes to your project once the script editor deletes your script....

Doing so will overwrite all the undo backup copies...

Because 3drad creates a new backup copy every time you make any change to the project.

« Reply #8 on: March 16, 2014, 08:18:50 PM »
Many many thanks bro for your helpful comment.
Pages: [1]