-
Notifications
You must be signed in to change notification settings - Fork 16
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
In-Game Grail Tracker - Where to point menuPanelHDPath? #21
Comments
Hey, Those This repo has steps on how to extract the files using CascView and then launch D2R with So the final result would be |
@pairofdocs Ah I see, I haven't modded D2 before so this makes sense. So, I've extracted the 3 folders, placed them into .../Diablo II Resurrected/Data/ However, after updating D2R launch commands with -direct, I still cannot see the Flavie Report in-game after running it on GoMule then reopening D2R. I'm going to continue debugging, maybe restarting the process if needed. But let me know if you have any resources to try! Thanks again! |
When you click that will be the grail data that's supposed to be also sent to the MainMenu json can you share your layoutsConfig.json file from Gomule? mine has "menuPanelHDPath": "D:\\D2R\\Data\\global\\ui\\Layouts\\MainMenuPanelHD.json" with the double backslashes (something that might be worth a shot, launch D2R- Shortcut.exe with |
Hi! First of all, thank you to all the mods working on this project, it's awesome. Can't wait to start my grail after hours of BNet farming.
Question is - Where do I point the
gomule-d2r\gomule\layoutsConfig.json
to? I tried searching in the D2R files, but can't find a path similar to what's included in the example. Any help here would be great.GoMule Version: https://github.com/pairofdocs/gomule-d2r/releases/tag/v0.12
D2R Version: 1.1.67554
D2R Game file Path: "D:\Program Files\Diablo II Resurrected"
D2R Folder Structure:
Diablo II Resurrected
- Data
- data
- ...IDX and other bin files...
.build
.patch.result
BlizzardError
blz-log
D2R.exe
... etc ...
I've tried the following:
{ // place the correct path to your MainMenuPanelHD here "menuPanelHDPath": "D:\\Program Files\\Diablo II Resurrected\\D2R\\Data\\global\\ui\\Layouts\\MainMenuPanelHD.json" }
{ // place the correct path to your MainMenuPanelHD here "menuPanelHDPath": "D:\Program Files\Diablo II Resurrected\D2R\Data\global\ui\Layouts\MainMenuPanelHD.json" }
{ // place the correct path to your MainMenuPanelHD here "menuPanelHDPath": "D:\\Program Files\\Diablo II Resurrected\\Data\\global\\ui\\Layouts\\MainMenuPanelHD.json" }
Thanks in advanced!
The text was updated successfully, but these errors were encountered: