Jump to content

How to fix packet header?


Recommended Posts

I know, I should use novaline for client and mainline for server.

But I cant compile mainline game :/ (db works fine).

I compiled nova launcher and nova serverside and now I have problem with unknown packet header when I log to game.

 

I have problem with #93 packet header, so what I need to fix this?

 

I don't need solution, only tips for this. Thanks for even the smallest help.

Link to comment
Share on other sites

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

I edited my previous post, sry. #my_bad

 

Again unknown packet, this time #194 - of course doesnt exist in src files.

I leave nova serverside.

 

+++++++++++++++

 

I want use mainline or mainline sg, but i cant compile this.

Maybe any tips for compile mainline on virtual machine from rls section? 

Link to comment
Share on other sites

  • 8 months later...

Try it:

 

Source:
 
GAME FILE
 
mainline/srcs/server/game/src
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,
 
 
STARTER
 
noveline/srsc/server/game/src
 
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,
Link to comment
Share on other sites

 

Try it:

 

Source:
 
GAME FILE
 
mainline/srcs/server/game/src
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,
 
 
STARTER
 
noveline/srsc/server/game/src
 
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,

 

fix?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.