Realm server software update and clean up

Threads that no longer serve a purpose. Read-only.
User avatar
suchbalance
Team Member
1770 | 554
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Legendary Love Badge
Earned over 500 cookies
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Common Skill Badge
Experienced Player
Legendary Contribution Badge
Median XL Team Member
Great Mind Badge
A Median XL guru... a true book of knowledge
If you guys haven't done this already I can take care of it - just need some extra info on working with the magic builder options:

1) Do we want a GUI build of pvpgn or console only (default)?
2) Support for which mysql version?
3) Enable lua scripting?

BTW from what I can see on git: "Add D2GS 1.13c multithreaded version" HYPE.
User avatar
aahz
Team Member
529 | 297
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Great Patron Badge
Patreon Contributor
Legendary Contribution Badge
Median XL Team Member
@suchbalance: that would be great !

only thing we need to compile for windows is D2GS 1.13c multithreaded (and remove Patch_D2.MPQ filesize check)
I only posted magic builder because it seemed easy way to build D2GS, but maybe you'll have to use https://github.com/tesseract2048/d2gs or https://github.com/pvpgn/d2gs
PVPGN on TSW realm runs on linux, that I can compile
https://tsw.vn.cz - TSW realm stats (& Quests, NotArmory, HC chars)
User avatar
suchbalance
Team Member
1770 | 554
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Legendary Love Badge
Earned over 500 cookies
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Common Skill Badge
Experienced Player
Legendary Contribution Badge
Median XL Team Member
Great Mind Badge
A Median XL guru... a true book of knowledge
Right you just wanted the gs part I'm dumb :D Well magic builder can build that too and it uses the source from the repo you linked so we should be good I hope:
d2gs.zip


It asked me to set a pw for "Telnet connection (listening on port 8888)" which is saved in d2gs.reg. The password is "admin".
User avatar
aahz
Team Member
529 | 297
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Great Patron Badge
Patreon Contributor
Legendary Contribution Badge
Median XL Team Member
thanks, but it seems magic builder didn't build d2gs from source and just used binary - or maybe you forgot to fix that filesize check?
(your files are the same as in https://github.com/tesseract2048/d2gs/t ... r/Binaries)
https://tsw.vn.cz - TSW realm stats (& Quests, NotArmory, HC chars)
User avatar
suchbalance
Team Member
1770 | 554
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Legendary Love Badge
Earned over 500 cookies
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Common Skill Badge
Experienced Player
Legendary Contribution Badge
Median XL Team Member
Great Mind Badge
A Median XL guru... a true book of knowledge
That's right, I looked over the logs and the "build-d2gs" script is only downloading binaries from git, even when I added the source to the directory as written on their wiki. Probably I'm missing something obvious here.

So I compiled it manually with vs2013:
D2GS_n.zip

Btw I only deleted that if statement that you highlighted (lines 73-77), didn't touch anything else in the code.
User avatar
Marco
Team Member
1952 | 1349
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Legendary Love Badge
Earned over 500 cookies
Common Supporter Badge
Donated 1 time
Common Multiplayer Badge
Has won a multiplayer contest
Legendary Contribution Badge
Median XL Team Member
Common Auction Badge
Won 50 auctions
What version of PvPGN are we running? I was reading changelog on here: https://github.com/pvpgn/pvpgn-server
I see a bunch of really cool stuff, like commands and fixes. I do not have d2 installed currently so I can't check online.
User avatar
aahz
Team Member
529 | 297
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Great Patron Badge
Patreon Contributor
Legendary Contribution Badge
Median XL Team Member
@suchbalance: Thanks, now I get Access denied! under Windows 2003, maybe it's unicode? Could you compile it as ANSI?
Also it will probably require vcredist 2013 - is there any way (other then compile it under VS2010) to make it require only 2010 DLLs?

@Marco: realm uses 1.8.5 (c) with a some patches (gs select, ban logs, more login infos) - I wonder how hard will be to adjust those patches for new version (c++)
https://tsw.vn.cz - TSW realm stats (& Quests, NotArmory, HC chars)
User avatar
suchbalance
Team Member
1770 | 554
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Legendary Love Badge
Earned over 500 cookies
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Common Skill Badge
Experienced Player
Legendary Contribution Badge
Median XL Team Member
Great Mind Badge
A Median XL guru... a true book of knowledge
@aahz Here it is compiled with vs2010
D2GS_vs2010.zip


Unfortunately I'm not sure how to compile it as ANSI. I tried the /Za mode, which should work but I am getting hundreds of errors and it does not build.
User avatar
aahz
Team Member
529 | 297
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Great Patron Badge
Patreon Contributor
Legendary Contribution Badge
Median XL Team Member
@suchbalance: great, that works even on win2003 :)
now I'm compiling gcc 5.2 to compile new pvpng to test it with new d2gs :D
https://tsw.vn.cz - TSW realm stats (& Quests, NotArmory, HC chars)
User avatar
suchbalance
Team Member
1770 | 554
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Legendary Love Badge
Earned over 500 cookies
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Common Skill Badge
Experienced Player
Legendary Contribution Badge
Median XL Team Member
Great Mind Badge
A Median XL guru... a true book of knowledge
That's good to hear, fingers crossed for no issues :)