• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Point Blank Client Change

Newbie Spellweaver
Joined
Dec 31, 2018
Messages
32
Reaction score
1
Hello dear developers, would someone know how to adapt a game client for a server i am using

Is there a way to get game to pick specific ports?

im currently using @QuietCode 's server and pb phantom client that i have slightly tweeked.

Server, Client.
(http://forum.ragezone.com/f904/release-pointblank19-source-happy-1170804/)

and i would like to change to PB tam client

(must use a vpn to access it if you are from North America)

Reason for this is that it is the latest Version and its in english.

Thank you
 
Last edited:
Newbie Spellweaver
Joined
Apr 15, 2018
Messages
19
Reaction score
1
If I'm not mistaken, one of the processes to change the client is to use the Point Blank SDK
 
Upvote 0
Newbie Spellweaver
Joined
Sep 23, 2020
Messages
25
Reaction score
23
You don't need PBSDK. For use the newer client you need to change all the network. From v3.34+ the network is different (I think only the initial packet or the packets encryption).

You need to sniff the packet and understand how encryption work. If you are not a developer you don't even start, it would be impossible for you. :laugh:
 
Upvote 0
Newbie Spellweaver
Joined
Dec 31, 2018
Messages
32
Reaction score
1
yeah im not a programmer, i was hoping someone has done it before and would post a tutorial.

I only wonder now, are there any easier ways ?

Regardless,

Thank you everyone for tips, i guess ill have to stick to the old client =)
 
Upvote 0
Junior Spellweaver
Joined
Dec 7, 2015
Messages
161
Reaction score
83
You need to change the structure a little (login server)In the new version (pb), most of the opcodes have been changed.At the moment, there is already a release of the v3 version of the client. Also, all protocols and structures, opcodes have already been published and are in the Share.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 31, 2018
Messages
32
Reaction score
1
You need to change the structure a little (login server)In the new version (pb), most of the opcodes have been changed. At the moment, there is already a release of the v3 version of the client. Also, all protocols and structures, opcodes have already been published and are in the Share.

Thank you for the reply, this was way back when i tried creating an pb na server. I have since moved on, and just helping with the development of a friend's project We have also moved from v42 on to a new client and server that we spoke about on VK.
 
Last edited:
Upvote 0
Back
Top