Closed Tokugero closed 10 years ago
Found the DLLs in the compiled download, will include them in my references when I get home and give it another shot.
I just saw this now; but yes!
I reference a "resources" folder in my source directories that way I don't need to reference the actual project; DLL hell is always fun ^^
Oh! Also; for HPS tracking since it's all in the parser code you can see all that in the http://github.com/icehunter/ffxivapp-plugin-parse project. The main application sends all the data around you to all plugins ever X milliseconds.
Haha missed this cause it was closed :3
I have gotten all the references added and am pouring through the code to understand it; it's really good work! I think I will learn a lot modifying these projects; thank you for putting in the effort for this project :)
thanks :)
Not exactly a seasoned developer so I may just be missing the reference, but it looks like there were some namespaces that were renamed from FFXIVAPP.Common to FFXIVAPP.Client.Memory/.Enums/.Helpers/.Constant that weren't update in the .cs files. I went to go start renaming to see if I could compile still but found some other references to objects initiating that the IDE couldn't translate (and I couldn't find manually) so I stopped before wrecking the local solution any further.
Is there any additional manual work that I need to do to contribute to this project? Hoping to add some functionality to HPS tracking.