LeonBlade / BDTHPlugin

A plugin for FFXIVQuickLauncher to help with manipulating housing items.
185 stars 53 forks source link

Not working with FF14 Patch 6.3 #48

Closed sioc-de-narf closed 1 year ago

sioc-de-narf commented 1 year ago

Not working with FF14 Patch 6.3 update needed

naptar commented 1 year ago

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.

QK777 commented 1 year ago

Will it work if I load the DLL using "Path" under "experimental dev settings"?

naptar commented 1 year ago

Yup! Needs to be set as a dev plug-in.

owopeachy commented 1 year ago

Thanks so much, should hold me over till the real one comes out

BrynDus commented 1 year ago

A little new to this, where might I find/navigate to the .dll?

naptar commented 1 year ago

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

naptar commented 1 year ago

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

chirpxiv commented 1 year ago

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.

naptar commented 1 year ago

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.

naptar commented 1 year ago

Oh, seems yours was merged. Nice. I'll take mine down when there is a release here.