Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Trying to make my own profile and Routes doesnt seem to be the same as what is in the guide nor is it updated to 6.0. If anyone knows a different addon or a way around this problem and is willing to help. Thanks in advance.
That's not a big deal, I did mine without routes, just plan your own route. The big problem here is that ZapRecorder isn't working atm, that makes everything a lot more time consuming.
When I export the file, it will not load with GB2, it says: Cannot load profile!
Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed to appear before it. Line 2, position 3.
yeah that's what I get :
Compiler Error: c:\HB1\Plugins\RoutesBuddy\RoutesBuddy.cs(87,30) : error CS0115: 'RoutesBuddy.RoutesBuddy.Dispose()'*: aucune méthode appropriée n'a été trouvée pour la substitution
Compiler Error: c:\HB1\Plugins\ZapRecorder2\ZapPlugin.cs(34,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Initialize()'*: aucune méthode appropriée n'a été trouvée pour la substitution
not shure it will fix your problem, but try to change in the files :
each occurence of RoutesBuddy.RoutesBuddy.Dispose() by RoutesBuddy.RoutesBuddy.OnDisable()
and each occurence of ZapRecorder2.ZapPlugin.Initialize() by ZapRecorder2.ZapPlugin.OnEnable()
or globally, change Dispose and Initialize by OnDisable and OnEnable
Ok so it says to put it in grindbot while setting up the profile. I accidentally used gatherbuddy but they profile is still working. So is there actually a difference of which one is used while creating?