← Home ← Back to /vm/

Thread 2032483

4 posts 2 images /vm/
Anonymous No.2032483 [Report] >>2048376
Private servers
I am glad that people make private servers for dead online games.

My question how do you do it?

You have the the game data on your computer but how do you create the server with all the content like the skills and quests?

What are the steps to create a private server and what program language do they use?

What dead online games you would like to return?
Anonymous No.2040823 [Report] >>2043312
reprogram the game, like ff11 horizon
Anonymous No.2043312 [Report]
>>2040823
how do they do it?
Anonymous No.2048376 [Report]
>>2032483 (OP)
It usually involves capturing and analyzing all the network traffic for the game going in and out of your 'puter. Basically just figuring out how different functions work by looking at the network data when you do different things. That and datamining + reverse engineering the client for hints on what the server might be doing or what it expects from the server. That's my layman's understanding of it. Seems like a gigantic pain in the ass and requires a lot of technical knowledge.