26 Nov 11, 02:45AM
(25 Nov 11, 11:57PM)tempest Wrote:(25 Nov 11, 10:45PM)Kosta Wrote: ...Actually, I don't think you'd even have to move any files around. It should already be in bin_win32. One day I (or someone else) could fix the VC++ project so the path and working dir for the debugger actually work.
Already did for my server side stuff. :P But I have encountered some interesting behaviour while debugging ac server.
(25 Nov 11, 11:57PM)tempest Wrote:(25 Nov 11, 10:45PM)Kosta Wrote: BTW, is the server source code available and open source? I could only find code for ac_client.It's all the same code, just that (AFAIK) the VS project doesn't provide a build setting for building the dedicated server. You can
a) build in MinGW (the makefile has such a separate entry) or
b) be good with it and launch the client executable with the -d option, thus getting a dedicated server. The difference lies only in the slightly larger size.
You obviously can build a dedicated server in msvcpp. It's just named rather obscure.