Update: I have recreated this mod from scratch to be D2RMM compatible, as the original poster doesn't allow reuploads. You can find it here.
Note that there are some differences in the resulting files, as I used files from a newer version as a base. This should be good, as they should include updates this mod doesn't.
---- To install with D2RMM, rename the extracted data folder to something like HideHelmets and add the following files to the extracted folder:
So I'm new to modding D2R and while I"m familiar with .jsons, I'm not with .js. Would it be possible to see an example of how to properly write it? It looks like I should install the mod as if I don't have D2RMM, and the .js is to point D2RMM towards it?
I recreated this mod from scratch to be D2RMM compatible, as the original poster doesn't allow reuploads. You can find it here.
Note that there are some differences in the resulting files, as I used files from a newer version as a base. This should be good, as they should include updates this mod doesn't.
the instructions to install this mod are horrible... does anyone understand what the hell deadjack is talking about??? dude, if your mod isnt a simple install you need to be more specific in your instructions... dont just assume everyone understands what your talking about...
Or, you can put in some effort and read for 10 minutes and figure it out yourself. I have a compiled mod made out of a bunch of ones like this, so it's not that hard to figure out, you just need to, you know, not be lazy and entitled and think everyone needs to do everything for you.
12 comments
You can find it here.
Note that there are some differences in the resulting files, as I used files from a newer version as a base.
This should be good, as they should include updates this mod doesn't.
----
To install with D2RMM, rename the extracted data folder to something like HideHelmets and add the following files to the extracted folder:
mod.js
D2RMM.copyFile(
'hd', // <mod folder>\hd
'hd', // <diablo 2 folder>\mods\<modname>\<modname>.mpq\data\hd
true // overwrite any conflicts
);
mod.json
{
"name": "Hide Helmets",
"description": "Hide equipped helmets (player only).",
"author": "deadjack",
"website": "https://www.nexusmods.com/diablo2resurrected/mods/6",
"version": "1.0"
}
The folder structure should look like this:
- HideHelmets
-- hd
-- mod.js
-- mod.json
Afterwards, drop the folder into D2RMM/mods and install as usual.
You can find it here.
Note that there are some differences in the resulting files, as I used files from a newer version as a base.
This should be good, as they should include updates this mod doesn't.
https://www.reddit.com/r/Diablo/comments/pv8pot/d2r_modding_guide