Check out our discord at https://discord.gg/3u69jMa
Create a new sciptable Class
There are a few ways to create new scriptable classes for Republic Commando. This page will cover the old and new ways of doing so!
External using UCC (Recommended)
todo...
Inside UnrealED (Outdated)
This is the oldschool outdated way of creating scriptable classes before UCC was introduced.
Open up UnrealED and look at the Actors browser. Pick a class where you would like to create a subclass from.
Onces you found your parent class, select it and place it in an empty BSP geometry.
In this example, DMGame class was selected and placed in the room. The placed actor and the one in the list need to be selected. Next on top bar, go to "Class" and select "New From Selection".
Now enter a name for your new subclass and package name.
External using APC (Outdated)
todo...