All Projects → GoobyCorp → D3Edit

GoobyCorp / D3Edit

Licence: other
A script to encrypt/decrypt and modify Diablo III saves

Programming Languages

C#
18002 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to D3Edit

borderlands3-save-editor
got tired trying to beat the katagawa ball^W^Wempowered scholar, and no accessible in-game console, so here we are
Stars: ✭ 36 (+2.86%)
Mutual labels:  modding, save-editor
Gibbed.Borderlands
Tools & code for use with Borderlands.
Stars: ✭ 44 (+25.71%)
Mutual labels:  modding, save-editor
R3ditor
An open-source project created to reverse-engineering some Resident Evil 3 files
Stars: ✭ 19 (-45.71%)
Mutual labels:  modding, save-editor
SiraUtil
A powerful utility mod which expands the capabilities and provides more tools to Beat Saber modders.
Stars: ✭ 47 (+34.29%)
Mutual labels:  modding
OpenIV-Languages
Repository for OpenIV localisation files and stuff
Stars: ✭ 28 (-20%)
Mutual labels:  modding
HedgeLib
A C++ library and collection of tools that aims to make modding games in the Sonic the Hedgehog franchise easier.
Stars: ✭ 63 (+80%)
Mutual labels:  modding
Bodyslide And Outfit Studio
BodySlide and Outfit Studio, a tool to convert, create, and customize outfits and bodies for Bethesda games.
Stars: ✭ 190 (+442.86%)
Mutual labels:  modding
Fragsurf-2
Fragsurf is an actively developed standalone game based on HL2 surf and bhop movement mechanics.
Stars: ✭ 68 (+94.29%)
Mutual labels:  modding
MafiaMP
Multiplayer experience for Mafia: Definitive Edition
Stars: ✭ 31 (-11.43%)
Mutual labels:  modding
BS2PC
Half-Life PlayStation 2 map converter
Stars: ✭ 32 (-8.57%)
Mutual labels:  modding
ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-51.43%)
Mutual labels:  modding
NeosModLoader
A mod loader for Neos VR
Stars: ✭ 58 (+65.71%)
Mutual labels:  modding
Plasma
Minecraft Mappings for legacy versions (currently just beta 1.7.3)
Stars: ✭ 30 (-14.29%)
Mutual labels:  modding
openrct2-ride-price-manager
A plugin for OpenRCT2 that automatically manages ride prices.
Stars: ✭ 40 (+14.29%)
Mutual labels:  modding
gd.h
windows geometry dash headers
Stars: ✭ 22 (-37.14%)
Mutual labels:  modding
ModTemplateValheim
Valheim template for quickly writing mods using BepInEx
Stars: ✭ 13 (-62.86%)
Mutual labels:  modding
Hypermc
Install Minecraft extensions with a user-friendly interface ⛏💎
Stars: ✭ 27 (-22.86%)
Mutual labels:  modding
BitOfEverything
A mod aimed at adding every essential for all Modded Minecraft Players!
Stars: ✭ 28 (-20%)
Mutual labels:  modding
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (+37.14%)
Mutual labels:  modding
odex-patcher
Run arbitrary code by patching OAT files
Stars: ✭ 44 (+25.71%)
Mutual labels:  modding

A script to encrypt/decrypt and modify Diablo III saves

This script is a WIP for modifying Xbox One, PS4, and Switch saves for Diablo III

An example of how to mod gold would work like this (this is the only thing implemented ATM):

python D3Edit.py -i account.dat -o account_mod.dat -s 0 --gold 999999999

usage: D3Edit.py [-h] -i IN_FILE [-o OUT_FILE] [-s SLOT]
                 [--gold GOLD]
                 [--blood-shards BLOOD_SHARDS]
                 [--reusable-parts REUSABLE_PARTS] [--arcane-dust ARCANE_DUST]
                 [--veiled-crystals VEILED_CRYSTALS]
                 [--deaths-breath DEATHS_BREATH]
                 [--forgotten-souls FORGOTTEN_SOULS]
                 [--khanduran-runes KHANDURAN_RUNES]
                 [--caldeum-nightshade CALDEUM_NIGHTSHADE]
                 [--arreat-war-tapestries ARREAT_WAR_TAPESTRIES]
                 [--corrupted-angel-flesh CORRUPTED_ANGEL_FLESH]
                 [--westmarch-holy-water WESTMARCH_HOLY_WATER]
                 [--hearts-of-fright HEARTS_OF_FRIGHT]
                 [--vials-of-putridness VIALS_OF_PUTRIDNESS]
                 [--idols-of-terror IDOLS_OF_TERROR]
                 [--leorics-regrets LEORICS_REGRETS]
                 [--vengeful-eyes VENGEFUL_EYES]
                 [--writhing-spines WRITHING_SPINES]
                 [--devils-fangs DEVILS_FANGS]
                 [--all-currencies ALL_CURRENCIES]

A script to encrypt/decrypt and modify Diablo III saves

optional arguments:
  -h, --help
                        show this help message and exit
  -i IN_FILE, --in-file IN_FILE
                        The account file you want to work with
  -o OUT_FILE, --out-file OUT_FILE
                        The account file you want to output to

selection:
  -s SLOT, --slot SLOT
                        The slot ID you want to work with

modifications:
  --gold GOLD
                        Set the amount of gold
  --blood-shards BLOOD_SHARDS
                        Set the amount of blood shards
  --reusable-parts REUSABLE_PARTS
                        Set the amount of reusable parts
  --arcane-dust ARCANE_DUST
                        Set the amount of arcane dust
  --veiled-crystals VEILED_CRYSTALS
                        Set the amount of veiled crystals
  --deaths-breath DEATHS_BREATH
                        Set the amount of death's breath
  --forgotten-souls FORGOTTEN_SOULS
                        Set the amount of forgotten souls
  --khanduran-runes KHANDURAN_RUNES
                        Set the amount of khanduran runes
  --caldeum-nightshade CALDEUM_NIGHTSHADE
                        Set the amount of caldeum nightshade
  --arreat-war-tapestries ARREAT_WAR_TAPESTRIES
                        Set the amount of arreat war tapestries
  --corrupted-angel-flesh CORRUPTED_ANGEL_FLESH
                        Set the amount of corrupted angel flesh
  --westmarch-holy-water WESTMARCH_HOLY_WATER
                        Set the amount of westmarch holy water
  --hearts-of-fright HEARTS_OF_FRIGHT
                        Set the amount of hearts of fright
  --vials-of-putridness VIALS_OF_PUTRIDNESS
                        Set the amount of vials of putridness
  --idols-of-terror IDOLS_OF_TERROR
                        Set the amount of idols of terror
  --leorics-regrets LEORICS_REGRETS
                        Set the amount of leoric's regrets
  --vengeful-eyes VENGEFUL_EYES
                        Set the amount of vengeful eyes
  --writhing-spines WRITHING_SPINES
                        Set the amount of writhing spines
  --devils-fangs DEVILS_FANGS
                        Set the amount of devil's fangs
  --all-currencies ALL_CURRENCIES
                        Set all currencies to the given value

Credits:

https://github.com/fry -> Diablo III Protobin Decompiler

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].