Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Party members limit

Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Anyone know how to increase party members limit?
Ex from 6 to 10 or even more in older versions and from 10 to more in 1.4.x?
Guess somewhere in gs and / or delivery...
 
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
Anyone know how to increase party members limit?
Ex from 6 to 10 or even more in older versions and from 10 to more in 1.4.x?
Guess somewhere in gs and / or delivery...

no, you also have to modify elementclient.exe and interfaces.pck, so it reads more then the teammate1.xml to teammate9.xml, then you have to add your own configs for every new party member and fix their relative location on the screen.
elementclient.exe has to be modified to read all the new configs in order to use them.

you might have to modify gs and delivery too. but client is absolutely required because otherwise they wont show.
 
Upvote 0
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Hey thx for answer. Thats more then nothing, now i know where to touch. Did u made that anyway?
 
Upvote 0
Joined
Feb 8, 2010
Messages
711
Reaction score
361
Simply changing interface is -NOT- enough. You need gdelivery/gs/elementclient change. There are about 10 locations where code needs to be changed, since there are packets that include indices of squad members, and checks to see if index is in range. Those need to be adjusted. There's also a vtable somewhere that maps indices to squad member struct(which needs to be relocated and all references changed, since it's no dynamic list). This vtable needs to be extended else you get an EAV.

It's been a few years since I did this, so take it with a grain of salt, but yeah, not easy.
 
Upvote 0
Back
Top