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: 1st person shooter  (Read 839 times)

« on: May 12, 2010, 02:46:56 PM »
I wanna make a basic first person shooter, when i press a key, how do i set it to generate a bullet and make it move?
1GB Ram
Windows XP Home Edition
80GB Hard Drive
Netbook ASUS Eee PC
« Reply #1 on: May 12, 2010, 03:18:04 PM »
make an fpscam, add a projectile object, link it to the cam, go on projectile proprieties and select PARENT for cam's relationships. add some rigidbodies and link them with the projectile, then go on projectile proprieties and set relationships with the RBs as PROJECTILE. then tweak the objects, add a eventoninput that starts the projectile ant there is it! a simple fps controllable guy (or whatever)
NOTE: the number of RBs that you set as projectiles is the number of shots, but they respawn. (if you are making a machinegun you need a lot of rbs...).

HOPE I HELPED!

System Specs: Win7 - Intel Core Duo 1.80GHz - 2gbRAM - 232gb
Molten Games - moltengames.webs.com
« Reply #2 on: May 12, 2010, 03:22:30 PM »
if you are making a machinegun you need a lot of rbs...

If you're making a machine gun, don't use rigid-bodies for the bullets. Use the scanner object instead.
« Reply #3 on: May 12, 2010, 04:47:34 PM »
if you are making a machinegun you need a lot of rbs...

If you're making a machine gun, don't use rigid-bodies for the bullets. Use the scanner object instead.
Didn't knew about that!

System Specs: Win7 - Intel Core Duo 1.80GHz - 2gbRAM - 232gb
Molten Games - moltengames.webs.com
Pages: [1]