Posts: 4
Threads: 2
Joined: Mar 2010
Reputation:
0
If I setup a server on my local windows machine the way I want it and then rent a linux based server can I just upload my server and have it work? I mean is the only difference the executables.
Posts: 518
Threads: 17
Joined: Oct 2006
Reputation:
0
There are some minor differences, scriptfiles are case sensitive in Linux (not in Windows) and paths need to have / and not \
Further more the plugins need to be .so rather than .dll, but that's about the only differences.