Help with new char class? not subclass
Posted: Sat Mar 16, 2013 9:16 pm
I've been running into a lot of trouble trying to create a new category of character subclasses. The problem is that whenever I create a new one, it doesn't show up on birth.
For instance, open up data/birth/classes/rogue.lua and edit the name of the main birth descriptor (not the subclass) to "rogue2". Now, the class won't show up in the character creation screen.
I've been trying to hunt down why this is, but I don't see any references to the name of the main class outside of this one. For instance, looking at this git search, I don't see anywhere that the "rogue" string is being checked in reference to the name of the birthdescriptor. Searching through engine, mod, and data, I don't see any filenames containing "rogue" other than this one. (And no, renaming the file to "rogue2" doesn't help, even if I edit data/birth/descriptors.lua to load the right filename.)
Any ideas?
For instance, open up data/birth/classes/rogue.lua and edit the name of the main birth descriptor (not the subclass) to "rogue2". Now, the class won't show up in the character creation screen.
I've been trying to hunt down why this is, but I don't see any references to the name of the main class outside of this one. For instance, looking at this git search, I don't see anywhere that the "rogue" string is being checked in reference to the name of the birthdescriptor. Searching through engine, mod, and data, I don't see any filenames containing "rogue" other than this one. (And no, renaming the file to "rogue2" doesn't help, even if I edit data/birth/descriptors.lua to load the right filename.)
Any ideas?