All Projects → HighTechLowIQ → ModdingDiablo2Resurrected

HighTechLowIQ / ModdingDiablo2Resurrected

Licence: other
This repository contains some tools and guides on modding Diablo 2 Resurrected.

Projects that are alternatives of or similar to ModdingDiablo2Resurrected

SMLHelper
A complete Subnautica and Subnautica: Below Zero modding library for the popular QModManager framework.
Stars: ✭ 36 (-52%)
Mutual labels:  modding, mod, modding-tools
ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-77.33%)
Mutual labels:  modding, mod, modding-tools
gdmod
A mod loader and modding API for GDevelop games.
Stars: ✭ 15 (-80%)
Mutual labels:  modding, mod
dog-scepter
A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE
Stars: ✭ 32 (-57.33%)
Mutual labels:  modding, modding-tools
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (-13.33%)
Mutual labels:  modding, mod
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (-36%)
Mutual labels:  modding, mod
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (-22.67%)
Mutual labels:  modding, mod
HeroesOfTheStorm TryMode2.0
A modified Try Mode Map for Heroes of the Storm to create a better experience with enhanced functionalities.
Stars: ✭ 18 (-76%)
Mutual labels:  modding, mod
Nyan
Modding API with a typesafe hierarchical key-value database with inheritance and dynamic patching 😺
Stars: ✭ 141 (+88%)
Mutual labels:  modding, mod
morrowind-sharp
A Morrowind modding guide. New and experienced players welcomed.
Stars: ✭ 107 (+42.67%)
Mutual labels:  modding, mod
RAGE-StringsDatabase
This repository contains known string lines and file names for RAGE based games (GTA IV, GTA V, RDR 2)
Stars: ✭ 26 (-65.33%)
Mutual labels:  modding, modding-tools
R3ditor
An open-source project created to reverse-engineering some Resident Evil 3 files
Stars: ✭ 19 (-74.67%)
Mutual labels:  modding, modding-tools
NeosModLoader
A mod loader for Neos VR
Stars: ✭ 58 (-22.67%)
Mutual labels:  modding, mod
OpenIV-Languages
Repository for OpenIV localisation files and stuff
Stars: ✭ 28 (-62.67%)
Mutual labels:  modding, modding-tools
Anno1800 Mod Loader
The one and only mod loader for Anno 1800, supports loading of unpacked RDA files, XML merging and Python mods.
Stars: ✭ 161 (+114.67%)
Mutual labels:  modding, mod
paintjob-packer
Lightweight mod making tool for ETS 2 and ATS
Stars: ✭ 28 (-62.67%)
Mutual labels:  modding, mod
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-64%)
Mutual labels:  modding, modding-tools
Linkermod
Enhancements for Black Ops' modtools
Stars: ✭ 63 (-16%)
Mutual labels:  modding, mod
Qmodmanager
Config based patch management for Subnautica and Subnautica: Below Zero
Stars: ✭ 78 (+4%)
Mutual labels:  modding, mod
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-72%)
Mutual labels:  modding, mod

How To Mod Diablo 2 Resurrected

This repository contains tools and guides relevant to modding Diablo 2 Resurrected.

Video Guides

There are accompanying YouTube videos about modding Diablo 2 Resurrected, which can be found here:

General Diablo 2 Resurrected Modding

Relevant Guides

How to Mod Diablo 2 Resurrected:

How To Mod Diablo 2 Resurrected

The above video shows the basics of modding Diablo 2 Resurrected. It goes over tools like CascView (for extracting the Diablo 2 Resurrected data directories), using -direct -txt to read modified files, and showing this all in action by making a quill rat drop the Manald Heal unique.

Fastest Way To Mod Diablo 2 Resurrected:

Fastest Way To Mod Diablo 2 Resurrected

Above is the most relevant video on modding D2R. It shows how to use a mod folder to only load the modified Diablo 2 Resurrected files, instead of having to extract all 40GB of data. This uses the -mod {modname} -txt command to load modified files from the mods/{modname}/{modname}.mpq directory. It is the easiest and fastest way to use Diablo 2 Resurrected mods.

Specific Guides

D2R Drop Rates Explained

D2R Drop Rates Explained

This video looks at Diablo 2 Resurrected's drop rates, and what calculations are done when a monster drops an item. We use an excel spreadsheet to calculate the chance for Baal in Hell to drop Tyrael's Might, and examine how we can change the data files in order to make Tyrael's Might drop more frequently. We look at things like effective magic find, players X, drop ratios, item types, rarity, treasure classes, etc.

The excel spreadsheet can be found here.

Creating New Stash Tabs in Diablo 2 Resurrected:

Adding New Stash Tabs in Diablo 2 Resurrected

This video looks at how to make a bigger stash in D2R by adding new shared stash tabs. It involves editing the bankexpansionlayouthd.json, using SpriteEdit to create new stash tabs, and then hex editing the SharedStashSoftCoreV2.d2i.

The modded files shown in this video can be found in this repository, under this folder.

Creating New Maps in Diablo 2 Resurrected:

Creating New Maps in Diablo 2 Resurrected

In this guide we look at how to create completely new maps and levels in Diablo 2 Resurrected. This involves editing .ds1 files, modifying the maps in Unity with the Unity D2R Scene Editor, creating new warps, and hopefully not crashing the game!

The modded files shown in this video can be found in this repository, under this folder.

Creating New Items and Sets in Diablo 2 Resurrected:

Creating New Items and Sets in Diablo 2 Resurrected

This video looks at how to add new weapons and armour to Diablo 2 Resurrected, and how to use these new items in a set. For this D2R mod, we'll add a Noble Sword and Noble Armour, and then create the King's Allies set from this new equipment.

The modded files shown in this video can be found in this repository, under this folder.

Custom Menus in Diablo 2 Resurrected:

Custom Menus in Diablo 2 Resurrected

This video looks at adding new menus into Diablo 2 Resurrected. It shows how to add a custom menu for horadric cube recipes, and a new menu for runewords. This is perfect for any D2R mod creators out there who want to add more information about their mod into Diablo 2's menus.

The modded files shown in this video can be found in this repository, under this folder.

Modding New Set and Unique Item Sprites

Modding New Set and Unique Item Sprites

This video looks at how to add unique and set item graphics (sprites) to Diablo 2 Resurrected. It builds off the previous video on modding in new weapons and armour into Diablo 2 Resurrected, and adding those items to a new set. For this D2R mod, we'll modify the King's Sword set item inventory graphics (sprites), making it really stand out.

The modded files shown in this video can be found in this repository, under this folder.

Creating a Magic Find Potion

Creating a Magic Find Potion in Diablo 2 Resurrected

In this guide we look at how to create a magic find potion in Diablo 2 Resurrected. This potion adds 150% magic find to our character for 30 seconds, allowing us to get better loot from enemies.

The modded files shown in this video can be found in this repository, under this folder.

New Runes and Runewords:

New Runes and Runewords | D2R Modding

This video looks at how to add new runes and runewords to Diablo 2 Resurrected. This also includes looking at all the unimplemented runewords in Diablo 2 Resurrected, and how the game can be modded to add those runewords back in. For this D2R mod, we'll create the Fus Ro Dah runes, and from those new runes, create the Dragonborn runeword! It's time to bring Skyrim to Diablo 2 Resurrected!

The modded files shown in this video can be found in this repository, under this folder.

Changing Item Colors:

Changing Colors in Diablo 2 Resurrected

This video looks at how to change the color of item names, classes of items, and more in Diablo 2 Resurrected. We look at the color codes (ÿc codes), as well as the various JSON files which control all the colors across Diablo 2 Resurrected. We create a new Rainbow Sword unique weapon, and set its colors to those of an actual rainbow. We also change the color of unique items to a better gold, change the color of socketed items to aqua, and change the color of health, mana and rejuvination potions.

The modded files shown in this video can be found in this repository, under this folder.

Creating and Placing New Superuniques in Preset Maps:

Map Editing: Adding New Superuniques to Preset Maps

In this guide we look at how to add new superuniques and enemies into maps in Diablo 2 Resurrected. This involves editing the various text files to create a new superunique and monster presets, and then adding those to the .ds1 map files.

The modded files shown in this video can be found in this repository, under this folder.

Older/Outdated Guides

How To Package Diablo 2 Resurrected Mods:

How To Package Diablo 2 Resurrected Mods

This video is outdated, and you should instead use the video above about the fastest way to mod Diablo 2 Resurrected. This guide went over using MPQ files to package and load the D2R mod, but this still relied on generating .bin files, which meant that -direct -txt still needed to be used. As a result, you needed to have the full data directory (40GB) extracted.

Non-Tutorial Videos

Will I Get Banned For Modding Diablo 2 Resurrected:

Will I Get Banned For Modding Diablo 2 Resurrected

This video explores whether modding Diablo 2 Resurrected is likely to get you banned by Blizzard. Unfortunately, Blizzard has not issued any comments on the matter, so it is safest to only play offline with your D2R mods.

Text Guide

TODO

Tools

  1. SpriteEdit
  2. Unity D2R Scene Editor
  3. DS1Edit
  4. CascView

Links

  1. How To Mod Diablo 2 Resurrected GitHub Repository
  2. How To Mod Diablo 2 Resurrected - YouTube Video
  3. Importing Old Characters into Diablo 2 Resurrected - YouTube Video
  4. How To Package Diablo 2 Resurrected Mods - YouTube Video
  5. Will I Get Banned For Modding Diablo 2 Resurrected - YouTube Video
  6. Fastest Way To Mod Diablo 2 Resurrected - YouTube Video
  7. Creating New Items and Sets in Diablo 2 Resurrected - YouTube Video
  8. Modding New Set and Unique Item Sprites | Diablo 2 Resurrected - YouTube Video
  9. New Runes and Runewords | D2R Modding - YouTube Video
  10. Changing Colors in Diablo 2 Resurrected | D2R Modding - YouTube Video
  11. D2R Drop Rates Explained - YouTube Video
  12. Custom Menus in Diablo 2 Resurrected - YouTube Video
  13. Creating a Magic Find Potion in Diablo 2 Resurrected - YouTube Video
  14. Making a Bigger Stash in Diablo 2 Resurrected - YouTube Video
  15. Creating New Maps in Diablo 2 Resurrected - YouTube Video
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].