Jump to content
  • entries
    7
  • comments
    3
  • views
    1,255

About this blog

Tutorials for Ultra Engine.

C++ Repository with final version of examples: https://github.com/Dreikblack/CppTutorialProject 

Be ready for Java code style in C++ code. Also take in consideration that English is not my native language.

Lua Repository with final version of examples: https://github.com/Dreikblack/LuaTutorialProject/

Entries in this blog

C++ Ultra Beginner's Guide #4 - adding features to strategy game - custom save/load system, particles, decals, sounds

In this tutorial we will add features to real-time tactic/strategy game in Ultra Engine fro prev tutorial: Plan: 1. Add flag model to use when pointing where to go for units 2. Make save/load system with quick save 3. Make blood particle emitter which will be used on hits and use it in Unit::Methood 4. Make blood decals which will be on the ground after death and spawn it in Unit::Kill 5. Download and use sounds for units getting damage.   In this tutoria

Dreikblack

Dreikblack in C++

×
×
  • Create New...