About Store Forum Documentation Contact



Post Reply 
Esenthel Sidescroller Shooter
Author Message
Artworkz Offline
Member

Post: #1
Esenthel Sidescroller Shooter
Hi,
Is it possible to make an little Sidescroller Shooter with fixed cam on player.

i would build to learn to make a 2.5d Terrain
Like this here in UDK.
https://www.youtube.com/watch?v=MWcV7Gr1lU4

Can someone make a little list which standard scripts i could use for this little project.



Regards

artworkz
02-13-2015 12:08 AM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: Esenthel Sidescroller Shooter
Yes, it is possible.

That is actually 3D terrain, in this case he means 2.5D because the world is 3D and his gameplay is in 2D.
02-13-2015 01:22 AM
Find all posts by this user Quote this message in a reply
Artworkz Offline
Member

Post: #3
RE: Esenthel Sidescroller Shooter
So i need to start just a big long terrain level with camera with sideview and automatically move on a line this camera.
Make eventuallay at back start of the views collsions barrier.
From other Sie comes waves of enemies,
In Unity i build someago something like a moving paralllax 3d background with moving layers in background and foreground.

What i did not exactly is how i manage the cam samples to this what i need.
I see only Isometric ego 3rdview as examples.

Have anyone a idea?

Greetings
Artworkz
(This post was last modified: 02-13-2015 02:54 AM by Artworkz.)
02-13-2015 02:53 AM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #4
RE: Esenthel Sidescroller Shooter
Hi there!

There's not really something like "a standard script", that's not how game development should work. smile

You just need to give the camera a position and rotate it in the direction that you want.
02-13-2015 09:29 AM
Find all posts by this user Quote this message in a reply
Post Reply