View Full Version : How to make an alice FPS
Can you help me? I see so many alice FPS on youtube or other sites. Can you tell me how to make one? Because Like the revolver, How do you make a shot?
Reza Aprian
01-31-2008, 07:06 AM
the basic is make your camera become a vehicle to your gun/whatever
(right click the object n set vehicle to camera)
then just create a new event to shoot,
Lucien
01-31-2008, 08:11 PM
First off, you're going to need to know how to program in Alice moderately well. Though this is not a set-in-stone requirement, you'll find things will go much easier if you know what you're doing already and you don't have to go scrambling through forums and tutorials to figure out how to make your objects move the way you want them to.
The basic things you need in an FPS are these:
A player- in this case, the camera.
A weapon- most programmers will use the revolver, though the knife is possible as well.
A target- any good model will do.
Methods you'll need:
Movement (wasd or arrows are the norm)
Weapon usage (fire, slash etc)
Hit detection (to make the weapon useful)
Anything else such as extra features can be added after you get these three main methods down. You might also wish to have the opponent fire back.
Good luck!
Ch0pStickS
02-11-2008, 08:52 PM
Here is a link to an open alice world, with movement and mouse controls implemented. Feel free to use it.
http://www.alice.org/community/showthread.php?p=4610#post4610