I'm really banging my head against the keyboard at this point.
I don't want or need full character creation.
I only want the
player character in my mod's testing level to be editable so I can test some things.
I don't care about loading a real level into the game, this is for testing only, and I only need it to be for the editor.
Right now I have a StartPoint and each time I load my test level (the first time) it chooses a random origin character that's level 1 and places it on the point.
I've tried looking at things like
My First Adventure but they seem to not be related to the editor.
I (somehow) added a S_Player_GenericOrigin to my level but it doesn't do anything and if I try to delete it (haha) the editor crashes. Afaik it's not doing anything atm.
This seems like something every single modder would want to do, so I'm not sure how I've missed this so far.