Jump to content

Recommended Posts

Posted

All server code, meaning everything that is in scripts/server/* folder is not used by the client's local installation, but packed and send from the server to the client, so changing those scripts on the client will not do anything.


So it should be cheat proof. A more difficult case would be client commands to server where the server has code for, I don't know how this will work, but you could just test it.

Posted

Does this mean we can change server side code and host a server and anyone with compatible client settings can play a custom game?

Yes.

Posted

Ok cool.


But no actual code server code is sent and executed right?


And since were at this, how much of the game can be changed by code that is embeded into a .mis?

Posted

As far as I understand, the server packs all his scripts and sends them to each client, thats why joining takes much longer than hosting.


Why would you want to embed code into a .mis file? I have some code in Uebergame that is supposed to support per mission script files, but no idea to what degree it works.


You can embed script files into any location as long as they are executed somewhere, but you should stick to the client/server layout.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...