3rd person shooter

Don't know how to make something and can't find a tutorial? Ask for one here.

3rd person shooter

Postby barney12345 » Wed Nov 07, 2012 8:58 pm

Can someone plz make a 3rd person shooter tutorial.

Thanks in advance :D
Darth Vader called... he wants his cookies back
User avatar
barney12345
 
Posts: 122
Joined: Wed Nov 07, 2012 6:52 am
Location: A land down under
Score: 4 Give a positive score

Re: 3rd person shooter

Postby skydereign » Wed Nov 07, 2012 9:43 pm

If you mean a 3d 3rd person shooter, I recommend you don't use gameEditor. While some level of 3d is possible, gE is primarily a 2d game engine. Otherwise, it is just like making any other top down game.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: 3rd person shooter

Postby barney12345 » Wed Nov 07, 2012 9:46 pm

When i say 3rd person shooter, I mean a game where you have a birds eye view of the scene below whilst you control the main guy below
Darth Vader called... he wants his cookies back
User avatar
barney12345
 
Posts: 122
Joined: Wed Nov 07, 2012 6:52 am
Location: A land down under
Score: 4 Give a positive score

Re: 3rd person shooter

Postby barney12345 » Wed Nov 07, 2012 10:54 pm

Something like this:







P.S Can someone give me a good background like a overhead shot of a city plz
Attachments
example.exe
first hour spent on making game
(1.41 MiB) Downloaded 226 times
Darth Vader called... he wants his cookies back
User avatar
barney12345
 
Posts: 122
Joined: Wed Nov 07, 2012 6:52 am
Location: A land down under
Score: 4 Give a positive score

Re: 3rd person shooter

Postby MrJolteon » Thu Nov 08, 2012 6:35 am

barney12345 wrote:P.S Can someone give me a good background like a overhead shot of a city plz

Something like this?
Image
Join us on Discord!
Game Editor 2
These are the best ways to reach me these days


Your local Community Janitor, always lurking in the shadows...
User avatar
MrJolteon
 
Posts: 2326
Joined: Sat Aug 09, 2008 3:25 pm
Location: Stranded under endless sky
Score: 105 Give a positive score

Re: 3rd person shooter

Postby barney12345 » Fri Nov 09, 2012 6:16 am

Thanks, can u tell me a code for getting the enemy to shoot the main guy every 10 seconds. I know i need a timer but can u tell me the code
Darth Vader called... he wants his cookies back
User avatar
barney12345
 
Posts: 122
Joined: Wed Nov 07, 2012 6:52 am
Location: A land down under
Score: 4 Give a positive score

Re: 3rd person shooter

Postby skydereign » Fri Nov 09, 2012 8:02 am

It'll be much faster if you familiarize yourself with gE instead of asking us to build individual bits to your game. Don't expect to be able to make your game immediately, and therefore ask how to do things when you run into the slightest bit of not knowing. gE isn't hard to learn. Play around with it. If you haven't already you might try the built in tutorials. Learn the basics.

barney12345 wrote:Thanks, can u tell me a code for getting the enemy to shoot the main guy every 10 seconds. I know i need a timer but can u tell me the code

You already know that using a timer would be a good idea. A timer triggers after a certain amount of time, in your case you want it every 10 seconds. Timers can loop infinitely if you set them to. I've already told you the code to have the bullet move towards the player, so the only thing left is creating the bullet. As the action implies, you'll need to use the CreateActor function to create the bullet. You already know you want the bullet to be created every 10 seconds, so you put the CreateActor call into the timer event. Only thing left to do is create the timer for the enemy which you would probably do in the enemy's create actor event. That way they will start shooting after they are created.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: 3rd person shooter

Postby Hblade » Fri Nov 23, 2012 12:34 am

@auther of post:
I think it would be best to wait for 1.5 to be released. With the Rotation setting, it'll make for a much easier way to create a top down shooter.
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score


Return to Tutorial Requests

Who is online

Users browsing this forum: No registered users and 1 guest