ROM Hack RELEASE [D3Edit] Diablo 3 save editor (GUI Version)

  • Thread starter Thread starter unixtreme
  • Start date Start date
  • Views Views 608,998
  • Replies Replies 869
  • Likes Likes 40
Did you compile this image yourself? If so were they ripped straight from nsp/xci files?
I extracted file from pc version of the game, but I cant find to way extract .proto files from nso nca extencions without proto files we cant update database
 
I extracted file from pc version of the game, but I cant find to way extract .proto files from nso nca extencions without proto files we cant update database

I see.. do you happen to know what the 2 items circled in red actually are in game?
VPP6loY.png
 
All items ingame but never used, I still try to figure extract protobin files from nsa or Diablo III.exe file
 
Hello all, my order of RCMLoader is on the way, I am planing to hack my switch.. this is kind of noob question.. after inject D3Editor mod the files can I still download the future updates?
 
totally noob here.. found this website from the power of google..

However I have a problem run D3Edit on my Mac..

I have latest Python3 & Latest D3Edit 1.0.5

When I run with Python3 I gets this: (GUI is not showing at all) What did I do wrong... Thank you all in advance!!

#!/usr/bin/env python3

import platform
from os import getcwd


def main():
import gui
# Initialize GUI
instanced_gui = gui.D3Edit()
instanced_gui.start()


if __name__ == "__main__":
venv_platforms = ['Linux', 'Darwin']
running_os = platform.system()
# activate Linux/Darwin venvs:
if any(p in running_os for p in venv_platforms):
print("activated linux venv")
activate_this_file = "{}/venv/bin/activate_this.py".format(getcwd())
exec(open(activate_this_file).read(), dict(__file__=activate_this_file))
elif running_os == 'Windows':
print("Activating Windows venv")
activate_this_file = "{}\\winvenv\\Scripts\\activate_this.py".format(getcwd())
exec(open(activate_this_file).read(), dict(__file__=activate_this_file))
main()
 
totally noob here.. found this website from the power of google..

However I have a problem run D3Edit on my Mac..

I have latest Python3 & Latest D3Edit 1.0.5

When I run with Python3 I gets this: (GUI is not showing at all) What did I do wrong... Thank you all in advance!!

#!/usr/bin/env python3

import platform
from os import getcwd


def main():
import gui
# Initialize GUI
instanced_gui = gui.D3Edit()
instanced_gui.start()


if __name__ == "__main__":
venv_platforms = ['Linux', 'Darwin']
running_os = platform.system()
# activate Linux/Darwin venvs:
if any(p in running_os for p in venv_platforms):
print("activated linux venv")
activate_this_file = "{}/venv/bin/activate_this.py".format(getcwd())
exec(open(activate_this_file).read(), dict(__file__=activate_this_file))
elif running_os == 'Windows':
print("Activating Windows venv")
activate_this_file = "{}\\winvenv\\Scripts\\activate_this.py".format(getcwd())
exec(open(activate_this_file).read(), dict(__file__=activate_this_file))
main()

GUI also doesn't show for me when I run the above script with Python 3 on Windows 10. Any suggestions? Thanks!
 
Last edited by CloudStarFire,
I don't know if this is still active but can someone tell if armor or damage values are affixes because when I add an item it just shows up with 24 armor in my inventory, like I'm trying to make modded stats but I don't know how.
 
I already have pc version of the d3, I am taking required data from pc version.

Awesome! I can confirm the ID you posted works on switch perfectly, pretty cool pet.

Have you found any other id’s that may be valuable? Like the red probe pet in the image posted way above, I have yet to see that on the switch.
 
Last edited by JoshDevious,
Awesome! I can confirm the ID you posted works on switch perfectly, pretty cool pet.

Have you found any other id’s that may be valuable? Like the red probe pet in the image posted way above, I have yet to see that on the switch.

Actually already have within D3Edit for probe pet : -758173532 but when i try with patch 2.6.5 i cannot use in switch maybe fixed on 2.6.6. I am looking id for cosmetics mostly but if you need another thing let me know.
 

Site & Scene News

Popular threads in this forum