I want to autogenerate profiles and load them without saving to a file. I'm currently looking at NeoProfileManager and NeoProfile like this, NeoProfileManager.CurrentProfile = ff14bot.NeoProfiles.NeoProfile.Load(my XElement); NeoProfileManager.UpdateCurrentProfileBehavior(); No dice so far. thanks
After some investigation it does seem like the CurrentProfile is loaded but pressing start run the previous profile anyway.
Edit: Nevermind, too much stuff is internal. Won't work. Best bet is to just write it to a temporary file then use NeoProfileManager.Load