-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to properly build the website #51
Comments
Hi, which game version are you using? I have only tested for PC version from 10.0.2 to 16.0.1. The error you got looks like a version that mhrice doesn't support |
I'm running 16.0.2.0 (which the game update to in the last month or so) maybe that's the problem ...
This because of the key right? How can I find this key, I never saw any reference about any key necessary across the community. |
Ah interesting. I never properly tested 16.0.2. Perhaps they updated something there. Let me see... |
I just installed a fresh copy of the latest version from steam and I was able to generate the website in the
(replace that path with your steam library path) |
It worked, yay! I have both the GamePass and Steam versions, but I mostly play on the GamePass one. I didn't install them in the standard location, so sometimes I get confused between them when datamining or modding something... and I was passing the GamePass .paks (rookie mistake sorry). Thank you for your help; this is truly an incredible project. I've been trying to find some of this information for about two weeks, and I can only imagine how much effort it took to make this work so well. This is the first time I've worked with Rust. I'll try to dedicate some of my time to making it work with the Game Pass version. ^~^ |
Ah, I keep forgetting the GamePass version and never got a chance to test it. Did you get it work with the GamePass version? |
No (sadly) I just changed the pak path to point to Steam's version. Can you briefly explain what the |
The header of pak files are "encrypted" using a key. Due to the weak algorithm used there, it is possible to derive the key by observing patterns in the encrypted data and decrypt it. That's what I think many other modding tools simply provides you the key. I just included this guessing work in the program for fun |
Oh, that's makes sense ... I did not know about this encryption thing. I'll see if I can find any sort of key ^~^ |
Sorry if this is a dumb question, I've been reading and re-reading the README and wiki but I can't seem to manage to build the website.
I managed to build the
mhrice.exe
and even generated an TDB file ... but how can I generate the website? Or even generate the "database" that the website will use.When I try to run
gen-website
I getError: No matching hash for data/Define/Common/HunterNote/MonsterListBossData_MR.user
. Is there a place where I need to specify the path to the game files?The text was updated successfully, but these errors were encountered: