Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → 3d Party Tools → Go Slash Armory to JSON

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 4

1

Topic: Go Slash Armory to JSON

Hi, i'm trying to make the Armory to work but i don't know how to implement it. I build the Go project and print the lines in console like stated. but i want to generate some JSON from a character in-game. I couldn't find a way to work with the Nokka GO program. I would appreciate any help you can provide me.
Thanks in advance!

2

Re: Go Slash Armory to JSON

Are you using nokka's parser?

https://github.com/nokka/d2s

Owner of SlashDiablo - One of the oldest and most well known Diablo II servers
Admin of Resurgence - Vanilla++ mod
Co-Founder of Hellforged - Diablo 09 built on 1.13 engine (current work in progress)
Founder of Diablo2.org - Dedicated Discord server for PvPGN/D2GS questions

3

Re: Go Slash Armory to JSON

Meanski wrote:

Are you using nokka's parser?

https://github.com/nokka/d2s

Yes i did it into my main.go file.

My structure is armory/main.go
                      armory/src/github.com/nokka/d2s/theothergofiles.go

go build main.go //console
         go run main //console

In console this is what i get but no *.json or another file output:

SilverDeth
Necromancer

Added: 23.05.2019 14:35

Anyone? I'm trying to make it work but i don't know what to do. Tried everything, I'm haven't programmed in Go, so i don't know that language. Anyone can give me a suggestion on where to start?

4 (edited by drrogern 16.06.2020 18:36)

Re: Go Slash Armory to JSON

I believe this tool only gives you the binary numbers so that you yourself can match them up with items. Its a good tool and a good start for your project but I believe there is a ton of work needed to get item info etc in a usable format.

EDIT:
I was wrong. This tool is so much more then what I thought. Still a lot of manual work needed though. Great tool!

Posts: 4

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → 3d Party Tools → Go Slash Armory to JSON