001 Germotier: Movement

Hello and Welcome to my first Game Impression where I want to display the Movement I am implementing into the game. It is a Click-To-Move System with free camera rotation.

Have a look at the following to see what is implemented at the moment:


Information
I think it does not need be told that the world is a sample world at the moment to have something to move in. Same applies with the character.


In the video you can see that the character is moving towards the mouse (when clicked or mouse button 1 hold down). The character is always moving to the point in scene where your mouse cursor was.
The camera is being rotated by holding down the second mouse button – which is at the moment a bit sluggish but will be smoothed out later.

This concludes the basic movement of the game I am trying to create.
I will also try to add controller support later but I will probably not add WASD movement since my intention is to use the mouse primarily for movement and the keyboard for hotkeys.


Try the Version for yourself and let me know what you think of it.
Link to my OneDrive Share where the zip file is located

  1. Just download
  2. Check with Antivirus tool of your choice (pre checked from me, and OneDrive has also a mechanism to check files, but always trust your choice the most)
  3. Start Germotier RPG.exe


For any discussion or feedback, please visit the bitbucket site and start a Discussion (open issue with Flag discussion – description here).

Cheers and until next time
Bushty

001 Germotier: Movement