-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies / build instructions? #1
Comments
Hey! I'm actually working on a new version of the program that borrows DiabloInterface's memory reading code and implements all of the communication with the extension back-end as well. It will be completely standalone and DiabloInterface will no longer be necessary. There are a few reasons I'm taking this route, and this issue just made me realize another...
You are more than welcome to contribute to the new version (it will be in C#) when I push it to this repo. It will be updated for the new memory tables in the newest version of DiabloInterface, but there is plenty more data that needs to be exposed to the extension back-end, and I'd love to have help with that. But, for all of these reasons, I'm not going to provide any details on contributing to the code in its current state, as it would be a waste of time for both of us. |
Nice, sounds good. I actually did something similar when I only wanted a small portion of what Diablo Interface did. I'll watch for the C# version and contribute where I can. How far along are you? Not worth pushing anything yet (even the WIP)? |
@palmettos any update on the C# version? |
@squeek502 Sorry for the huge delay in responding to this. I was focused on another project for a while. I'm back to working on the extension with a big overhaul in the works. I've decided to build the broadcasting functionality into DiabloInterface and eventually Zutatensuppe will merge it. You can see my progress on the d2id branch of my fork here. This will eliminate the need for my python program, so I'll probably delete this repo eventually. |
I'd like to update D2ID to work with the latest DiabloInterface (0.4.0, which has a different pipe interface), but am not familiar enough with python to know how to get D2ID running from the provided source. Any help is appreciated.
The text was updated successfully, but these errors were encountered: