Category: Open Source

  • Necromancer’s Tea Party

    Necromancer’s Tea Party

    This week I expanded on State Tree AI from last week with PCG tools. I have setup three PCG generators, one for fantasy forest that has randomized trees, rocks, grass etc… | Path generation that uses landscape spline to generate road through the forest and fantasy city generator, that includes several buildings, trees, objects scattered…

    Continue Reading

  • AI with StateTree in Unreal Engine

    AI with StateTree in Unreal Engine

    AI system in Unreal Engine 5.2 using State Trees. I personally like this approach much more than behavior trees. The system is universal, so it should be easy to change different animations and behavior across characters. There is one template character, that walks to random location and then attacks player.If player guards with shield AI…

    Continue Reading

  • Rogers Symphony

    Rogers Symphony

    Roger playing his symphony. I am not even sure what this is, music game I guess. Project files:https://github.com/KampaiRaptor/RogersSymphony-SW-Unreal-Engine

    Continue Reading

  • Mecha Jam!

    Mecha Jam!

    That’s when you take the most powerful game engine and make it look like it’s 1980. This project was a submission to MechJam IV game jam. I wanted to explore pixelated stylized rendering and I am actually quite happy with the result. Pretty much everything is written in C++, which is quite new to me,…

    Continue Reading

  • Unreal Engine Geometry Scripting Lightsaber

    Unreal Engine Geometry Scripting Lightsaber

    This project was mainly exploration in Geometry scripting. I ended up making a small thing I call Jedi sculptor. What would it look like if there was a jedi sculptor? Would he use lightsaber? The system works with any static mesh. I hope to return to it once geometry scripting works a bit more practically…

    Continue Reading

  • Little Birdie

    Little Birdie

    Little Birdie flying in his little world. The whole project is open sourced and can be downloaded here:https://github.com/KampaiRaptor/Bird-UnrealEngine LittleBirdie by Sir_Fansi

    Continue Reading

  • SquareMan

    SquareMan

    Have you ever wondered what is hiding behind the labyrinth you are so used to seeing with PacMan? Another labyrinth! And one more after that! It is an endless cube of labyrinths. SquareMan3D by Sir_Fansi The project can be downloaded here: https://github.com/KampaiRaptor/Pac-Man3D_UnrealEngine

    Continue Reading

  • SnakyBird

    SnakyBird

    SnakyBird! The answer for ages old question what if Snake ate angry bird? If you want to dive into code yourself, the whole Unreal Engine project is open source:https://github.com/KampaiRaptor/SnakyBird_Unreal2DGame SnakyBird by Sir_Fansi

    Continue Reading