Hokuten85/XICamera

Interface version is not valid. Plugin 3.10. Expected 3.20

Closed this issue · 4 comments

Using the Ashita plugin and I think the latest update of FFXI Retail is not compatible now?

"Failed to load plugin xicamera.dll. Interface version is not valid. Plugin 3.10. Expected 3.20."

Thanks!

Ashita.zip

the project is a bit of a mess at the moment and I've been super lazy about cleaning it up. I think the zip above should have a rebuild with the newer ashita interface. I'm not in a place where I can test this at the moment. Probably wont get to it until Sunday.

There is an addon version that shouldn't suffer from the changing ashita versions if you wanted to use that instead.

Appreciate it, I'll try it out and report any issues if I find any :)

I'm experiencing the camera getting hooked onto the surrounding sometimes, like its getting stuck on the celling. You have to move a a certain distance away for it to snap back otherwise you can't control the camera.

Yeah, this solution has issues with collision detection, and that's not something I'm going to put any time into. The plugin solution tries to inject code into the game at certain points to recalculate the position of the camera. It's certainly not perfect.

The addon solutions recalculate the position right before rendering. It's possible that those have less issues with the collision detection, though I've spent less time testing those versions.