Hi,
after loading the profile, happens that when i click to class config, there's an error like "Unable to find path
"c:\Users\spagno\Desktop\Honorbuddy\Profiles\A - 1-85\Classic\CustomClasses\Fspware Priest\Class Specific\Settings\UiElements.xml"
the path is obviously wrong because he put the directory "Profiles" in the path: i checked the CC and in the .cs there's:
public static string ConfigFolder = @"CustomClasses\Fpsware Priest\Class Specific\Settings\";
public static string ConfigFile = @"CustomClasses\Fpsware Priest\Class Specific\Settings\Settings.xml";
Profiles is a custom directory that i created to put the profiles
it seems like @"CustomClasses" was re-writted with the path of the profile that i run
I tried to load the profile: Featured Profiles\DK Starting revised by Nesox.xml that is in the HB zip
the result:
System.IO.DirectoryNotFoundException 'C:\Users\spagno\Desktop\Honorbuddy\Featured Profiles\CustomClasses\Fpsware Priest\Class Specific\Settings\UIElements.xml'.
so i tried to copy and load a profile from the root directory of HB and it works
best regard
-- edit --
sorry, i think that it should be a cc problem, so i don't know if this is the right section and i posted the same in the CC post
after loading the profile, happens that when i click to class config, there's an error like "Unable to find path
"c:\Users\spagno\Desktop\Honorbuddy\Profiles\A - 1-85\Classic\CustomClasses\Fspware Priest\Class Specific\Settings\UiElements.xml"
the path is obviously wrong because he put the directory "Profiles" in the path: i checked the CC and in the .cs there's:
public static string ConfigFolder = @"CustomClasses\Fpsware Priest\Class Specific\Settings\";
public static string ConfigFile = @"CustomClasses\Fpsware Priest\Class Specific\Settings\Settings.xml";
Profiles is a custom directory that i created to put the profiles
it seems like @"CustomClasses" was re-writted with the path of the profile that i run
I tried to load the profile: Featured Profiles\DK Starting revised by Nesox.xml that is in the HB zip
the result:
System.IO.DirectoryNotFoundException 'C:\Users\spagno\Desktop\Honorbuddy\Featured Profiles\CustomClasses\Fpsware Priest\Class Specific\Settings\UIElements.xml'.
so i tried to copy and load a profile from the root directory of HB and it works
best regard
-- edit --
sorry, i think that it should be a cc problem, so i don't know if this is the right section and i posted the same in the CC post
Last edited: