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

NuadaXXX

Well-Known Member
Member
Joined
Apr 7, 2016
Messages
140
Trophies
0
Location
NIRVANA
XP
781
Country
Gambia, The
i have see if i start diablo his try to connect directly to stun.eu.demonware.net stun.us.demonware.net stun.jp.demonware.net stun.au.demonware.net (bliz server) "without" nintendo connection but at the end i get for sure 2124-4007 error. never see this in a game befor normal the switch connect to the server and after a yes from nintendo the connection to the game server starts.

maybe any can make a fake Yes as a kip or something in games. i mean not for all games, but maybe It's work in individual games.
 

JoshN

Member
Newcomer
Joined
Dec 6, 2018
Messages
24
Trophies
0
Age
38
XP
135
Country
United States
48078376_10108761155091811_8368776525381632000_n.jpg


low quality photo, sorry no ss. But as you can see 3 socket 2h 600% critical hit damage. GG
 

unixtreme

Well-Known Member
OP
Newcomer
Joined
Nov 10, 2018
Messages
73
Trophies
0
Age
54
XP
355
Country
Ireland
Latest features (and bugs) are on the repo (https://github.com/unixtreme/D3Edit):
- Item edition safe mode (still in progress, but so far it works for some pieces of gear).
- Affix dropdown boxes auto-resize, people were very annoyed by the fixed size as certain affixes didn't fit.
- Add items by ID I added this mainly for myself and some power users who don't mind looking at databases, I may add a better way to add items by name if I have the time.
 

DU66IE

Member
Newcomer
Joined
Sep 13, 2018
Messages
16
Trophies
0
Age
48
XP
150
Country
Australia
Latest features (and bugs) are on the repo (https://github.com/unixtreme/D3Edit):
- Item edition safe mode (still in progress, but so far it works for some pieces of gear).
- Affix dropdown boxes auto-resize, people were very annoyed by the fixed size as certain affixes didn't fit.
- Add items by ID I added this mainly for myself and some power users who don't mind looking at databases, I may add a better way to add items by name if I have the time.

Amazing! Everything works as intended... once again you are an absolute Legend @unixtreme !!!
 

unixtreme

Well-Known Member
OP
Newcomer
Joined
Nov 10, 2018
Messages
73
Trophies
0
Age
54
XP
355
Country
Ireland
Amazing! Everything works as intended... once again you are an absolute Legend @unixtreme !!!

Thanks! I've added also the ability to delete items, I noticed while testing that I had a lot of clutter sometimes and it's easier if you can just get rid of stuff.
Haven't tested the save in-game afterwards though so not sure if it will look ok.
 
  • Like
Reactions: Bobbyjones45

Bobbyjones45

Active Member
Newcomer
Joined
Dec 6, 2018
Messages
34
Trophies
0
XP
68
Country
Canada
Latest features (and bugs) are on the repo (https://github.com/unixtreme/D3Edit):
- Item edition safe mode (still in progress, but so far it works for some pieces of gear).
- Affix dropdown boxes auto-resize, people were very annoyed by the fixed size as certain affixes didn't fit.
- Add items by ID I added this mainly for myself and some power users who don't mind looking at databases, I may add a better way to add items by name if I have the time.

Nice, thanks for the update! Being able to delete items is a blessing. Also I was wondering if you could show the item id of an item in the editor right next to its name even if it was a known item? It would be helpful for adding items via id
 

unixtreme

Well-Known Member
OP
Newcomer
Joined
Nov 10, 2018
Messages
73
Trophies
0
Age
54
XP
355
Country
Ireland
Nice, thanks for the update! Being able to delete items is a blessing. Also I was wondering if you could show the item id of an item in the editor right next to its name even if it was a known item? It would be helpful for adding items via id

Pull the latest code, the ID is shown next to the name now, and the item name and id boxes are selectable (so that you can copy pasta the ID).
 

UnixDaemon12

Member
Newcomer
Joined
Feb 22, 2008
Messages
6
Trophies
0
XP
78
Country
United States
Hey, Unixtreme, great work! On Windows under the affixes tab the windows are incredibly small and we can't see the whole affix. See screenshot below. If I click on one of the affix dropdowns it stays the size of the affix that is currently there. If I am to click on the 626-750 Intelligence it stays that same small size so I can't see the whole affixes. The Item list is also really small. Please expand these out.

Also, when editing affixes can you add a search filter?
 

Attachments

  • Capture.PNG
    Capture.PNG
    15 KB · Views: 177

Manjojompit

Member
Newcomer
Joined
Dec 5, 2018
Messages
5
Trophies
0
Age
40
XP
75
Country
Canada
I just never added them... I couldn't be bothered finding out the IDs, doesn't take too long but just didn't get around to that
I
I just never added them... I couldn't be bothered finding out the IDs, doesn't take too long but just didn't get around to that
I found the id of those other gem in the stash of my 2nd character.is there any way to modify the stacks of it.?
 

Bobbyjones45

Active Member
Newcomer
Joined
Dec 6, 2018
Messages
34
Trophies
0
XP
68
Country
Canada
I

I found the id of those other gem in the stash of my 2nd character.is there any way to modify the stacks of it.?

If you want a quick fix to your problem, just take your flawless royal topaz and get some "essense of [whatever gem]" from squirt the peddler in act II and use kanai's cube to convert your topaz gems into whatever type of gem you want
 

unixtreme

Well-Known Member
OP
Newcomer
Joined
Nov 10, 2018
Messages
73
Trophies
0
Age
54
XP
355
Country
Ireland
I created a pull request to fix some of the column sizing/affix dropdown sizing issues myself and others are having.

I made the affix dropdowns resize to the size of the contents (not pretty but for now it works)
As for the combobox, I wanted to just have it resize to the size of the longest string, it's trivial but never bothered doing it despite it taking less than than writing this post :D

EDIT: pushed that change now
 
Last edited by unixtreme,

UnixDaemon12

Member
Newcomer
Joined
Feb 22, 2008
Messages
6
Trophies
0
XP
78
Country
United States
Yeah, before my kids got home I was doing some research on how to create a search bar using combobox for the affixes. Seems a bit overly complicated. I'm gonna do some more research tomorrow.

--------------------- MERGED ---------------------------

So I know you mentioned it looked different on your Mac than what you are seeing. Here is what I am seeing on Windows with the changes you just made and the changes I proposed.

New Version : This way the box stays small in the drop down making it harder to see long named affixes unless I click on a long named affix and then look through the affixes again.
New Changes.PNG



Proposed Version in the pull request : This way you can always see the longer named affixes in the drop down.
Proposed Changes.PNG



Both ways have their pros and cons. Up to you! heh. Thank you for this excellent software, btw! Great work!

Let me know if you don't want me putting in pull requests or if you want me to shut up lol. I'm fine with that. Was just trying to help!
 
Last edited by UnixDaemon12,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    RedColoredStars @ RedColoredStars: There is an actual trailer with footage too. lol. Going to watch it tonight. Grabbed it from...