Jump to content
RAGE Multiplayer Community

Why the separation of server/client side scripts?


KieronWiltshire
 Share

Recommended Posts

I'm curious as to why server/client side scripts are separated from one another. It seems rather strange to me to have a login script structured something like this:

 

-> packages

           | -> coolLoginScript

-> client_packages

           | -> coolLoginScript

 

would it not make sense to do something like:

 

-> resources

              | -> coolLoginScript

                               | -> client

                               | -> server

 

or maybe? instead of "resources" use the standard "node_packages"

Edited by KieronWiltshire
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...