Modding/Creating A Custom Class: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 August 2023

26 August 2023

24 August 2023

  • curprev 19:1919:19, 24 August 2023Lloyd talk contribsm 9,624 bytes +22 Added Nav
  • curprev 18:5518:55, 24 August 2023Lloyd talk contribs 9,602 bytes +9,602 Created page with "=Creating a new class= #In your mod folder, create a new folder "players" #Copy an existing class from the unpacked players folder into your mod players folder ##Rename the baseclass folder and the baseclass.unit file within to your new class name #Create a new file in players named <yourclass>.inc ##Copy the baseclass section %defblock to %endblock from unpacked/players/classes.inc into <yourclass>.inc ##Replace the baseclass with yourclass on the first line %defblock #..."