Hi guys,
today I have created the first version of my First Person Shooter on Rails Template.
You can have a look at a sample level here:
https://youtu.be/ieW6GzBVLjs
The template has already 4 different movement systems:
- The camera moves slowly towards the mouse (as seen in the video)
- The camera move left or right directly (bullet movement)
- The camera move left or right following the input of the player (8 direction movement)
- The camera uses pathfinding, going from the first priority target and then move to the next one, updating its position every X seconds.
To reload the weapon you need to wheel up with the mouse, a bit annoying but it is just to add a bit or realism and force the player to use wisely the bullets.
Every weapon has different stats, max bullets, reloading time, etc. All customisable changing the array data on a separate event sheet.
As you can see from the video, it is possible to zoom in, there's parallax and mouse and sprites are automatically aligned even when the layers move and scale due to the parallax action.
It is possible to pick up items (as you can see the bullet left by the dead enemies) and more feature are coming soon.
What do you think about it?
looks very good!!! <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz">