Jump to content

Can someone explain me?


Recommended Posts

Can someone explain me what is the connection between serverfile and source? I mean i want to make my own server and i don't know what to do to source or even to serverfile. I know what serverfile means but i really don't know what is source and what is she doing. Thank you for your answears!

Link to comment
Share on other sites

  • Premium

Well...

Serverfiles is the game system. This is where u control all the game, players and etc...

And how u make all of this? With "souce" and Source is the files to create all the game. All!

Like all software, when u create any software, u need the Source files (files to build any software) in this case the Source is to build all files to metin2.

Until here we have talking about serverfiles and this is "all of players dont see" cuz this is serverfiles.

 

 

And then... we need the same. But for players. And that we call "client side" this will be "All of players will see. At the moment u see the icon and click to enter in game.... this is all "serverside"

And to make all of this... we need other source, and we call it... "Binary"  or "client source"

And once more, this source/binary will create all files in client side. Like the icon, game windows, characters etc... this client side source/binary is "all of what players will see"

 

And then source of serverside will connect with cliente source....

Sorry for my english... but i hope u get it....

  • Confused 1
if pc.get_sex() == true and npc.get_sex() == false then
	npc.purge()
end

 

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.