Not working with FF14 Patch 6.3
sioc-de-narf opened this issue · 10 comments
Not working with FF14 Patch 6.3 update needed
I forked it here; https://github.com/gedwey/BDTHPlugin_6.3
The fork is working as normal from what I can see. Required memory pointer changes pretty much.
Give that a shot. I recommend inspecting the code and building it yourself but I did include a DLL.
There is a PR open to push the changes into this repo but the author here will probably clean it up if they use it.
Will it work if I load the DLL using "Path" under "experimental dev settings"?
Yup! Needs to be set as a dev plug-in.
Thanks so much, should hold me over till the real one comes out
A little new to this, where might I find/navigate to the .dll?
A little new to this, where might I find/navigate to the .dll?
No worries. Go to the releases section of the project I linked, and download and extract the zip file (not the source code), then follow the instructions on the Dalamud link that's on the release page. I should probably make a Dalamud repo but I dunno how yet. Will look into it a bit later
I added a repo for the plugin to make it easier to install. You'll need to remove LeonBlade's repo and add mine, then change it back when an official release is out.
Please see the instructions below:
https://github.com/gedwey/BDTHPlugin_6.3
PR #50 covers everything needed for patch 6.3. Please refrain from using unofficial repos in the mean time, builds from untrusted sources can come bundled with malicious code.
Thanks. I agree with you on untrusted repos. I added the repo to make it easier for folks to install, and you're welcome to decompile it to verify it's not malicious. Building it yourself is recommended but many folks here can't do that. I did make a PR previously but closed it when I added more changes. Without official updates we are forced to either wait or use alternative sources. I look forward to an official update so that I can drop my repo.
Oh, seems yours was merged. Nice. I'll take mine down when there is a release here.