• 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.

[Beginner help] Unreal Engine 4 server emulation

Newbie Spellweaver
Joined
Nov 26, 2007
Messages
77
Reaction score
0
Hi, I have computer science and networking/socket knowledge but zero knowledge in server emulation.

There is a game (KurtzPel) in closed Alpha test on 14 Dec to 16 Dec, and I would like to sniff the packets and emulate the server (for at least getting past login screen and to character creation screen).

Is there any beginner guide to do this? The game client uses Unreal Engine 4.
I looked around and see people getting the structs of the packets, which I do not understand how.

Do I just hardcode the responses for the requests sent by the client?
Or is there some way to know the messages in some datatype like String/int rather than in bytes?
 
Joined
Jun 10, 2009
Messages
659
Reaction score
141
Hi, I have computer science and networking/socket knowledge but zero knowledge in server emulation.

There is a game (KurtzPel) in closed Alpha test on 14 Dec to 16 Dec, and I would like to sniff the packets and emulate the server (for at least getting past login screen and to character creation screen).

Is there any beginner guide to do this? The game client uses Unreal Engine 4.
I looked around and see people getting the structs of the packets, which I do not understand how.

Do I just hardcode the responses for the requests sent by the client?
Or is there some way to know the messages in some datatype like String/int rather than in bytes?

I think at first you should make a server which sends hardcoded response and see whether client reacts as it should.
 
Initiate Mage
Joined
Dec 14, 2018
Messages
2
Reaction score
0
Check the logs and see first before you send the coded response to your clients. It also depends like emulators used on or may be considered as the code may help give you some ideas.
 
Back
Top