Archive 17/01/2023.

Example FPS scene?

namic

Is there any tutorial or sample code with the basics for an FPS game? Things like capsule colliders, culling masks (hub.jmonkeyengine.org/t/achievin … ra/30804/3), raycasts, etc.

Dave82

you should check example 18 (18_CharacterDemo). It contains everything you need

umen

Check this :
topic898.html

rasteron

The guys already made the ultimate FPS single and multiplayer template for Urho3D which is Ninja Snow War. I’ve gotten familiar with AngelScript and the engine by using that example as a starter. Just change the camera for FPS view and physics computation for different types of bullets and ammo.

Sample contributed games are good too for further learning. Good Luck!

globus

[quote=“rasteron”]
Sample contributed games are good too for further learning.[/quote]

Yes, these examples are a good starting point for many.
As an example of how things can work in conjunction.

When i started to learn C ++, i spent a lot of time with the Ogre3D.
Good for understanding but it is only rendering and is not the game engine.

In complete examples:

Make small changes.
See the results. :cry:

Make big changes.
See the results. :smiley:

Write code complete made by you.
See the results. :astonished:

Eventually there comes a time of freedom.
You have the main thing - understanding and experience. :sunglasses: