Jump to content

lisansprogram

Member
  • Posts

    1
  • Joined

  • Last visited

lisansprogram's Achievements

  1. Greetings. I am trying to learn modding this game but I am having trouble with Client/Server concept. As far as I know, game and server both loads the lua files in both client and server directories. This is where my confusion starts. What is the purpose of files in server directory if it’s going to be loaded in both server and client? Let’s say I want to make (only) the server to save some data to a local file in server side. Then how I suppose to do it? Also does server have access to client side events and variables? Like I would like to trigger a function on player death only in server side and get player information, do something with it. Are those possible? If yes, could you explain to me? Thank you.
×
×
  • Create New...