Separating server from client.
by Randy Gallant · in Torque Game Engine · 03/21/2004 (4:23 pm) · 1 replies
Hi, Im having trouble separating server from client. can someone tell me what needs to go with the client and what with the server.
ok this is what i did
i moved the server folder and all the rest exept client folder. to a folder by them selfs. along with a copy of the dll's & exe.
on the client side i just used the client folder and the dll's & exe.
am i doing that wrong?
ok this is what i did
i moved the server folder and all the rest exept client folder. to a folder by them selfs. along with a copy of the dll's & exe.
on the client side i just used the client folder and the dll's & exe.
am i doing that wrong?
Torque Owner Stefan Lundmark
But you need to change the corrisponding init.cs files that get executed along with the server and client code.
I have done this just recently and it went nice.
The server needs some of the clients files by default though, so check what gets executed and whatnot.