This is a demo repository of example projects for the SkookumScript UE4 plugin. If you do not have the SkookumScript plugin, you can grab it from the github repo or the UE4 Marketplace.
The following demos are available here.
The original SkookumScript demo with berzerk exploding robots. This has some good examples of path-finding. Take a look at the Tutorial workspace that comes default in the IDE, it has several examples that were designed specifically for this demo.
The UE4 butterfly demo coded in SkookumScript. Read Markus's great writeup that describes this implementation.
A Space Invaders clone.
A more advanced example that illustrates C++ project architecture as well as advanced calling of SkookumScript from C++.
Clone or download the repo. Run the load the .uproject
of your choice. For the FireBot demo, right-click on the FireBot.uproject
, Generate Visual Studio Project Files
and then load the solution in Visual Studio.