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

JoshDevious

Well-Known Member
Member
Joined
Nov 4, 2007
Messages
194
Trophies
1
XP
1,781
Country
United States
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
 

goodbyehollywood

Member
Newcomer
Joined
Jul 22, 2019
Messages
5
Trophies
0
Age
44
XP
58
Country
Canada
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?
 

goodbyehollywood

Member
Newcomer
Joined
Jul 22, 2019
Messages
5
Trophies
0
Age
44
XP
58
Country
Canada
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()
 

CloudStarFire

Member
Newcomer
Joined
Jun 29, 2019
Messages
14
Trophies
0
Age
67
XP
91
Country
Singapore
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,

TrashPanda

New Member
Newbie
Joined
Aug 17, 2019
Messages
1
Trophies
0
Location
5th Dimension
XP
51
Country
United States
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.
 

JoshDevious

Well-Known Member
Member
Joined
Nov 4, 2007
Messages
194
Trophies
1
XP
1,781
Country
United States
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,

BySc

Member
Newcomer
Joined
Jul 15, 2019
Messages
18
Trophies
0
XP
198
Country
Turkey
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

General chit-chat
Help Users
    Veho @ Veho: