Compiling ac on windows
#10
(25 Nov 11, 10:45PM)Kosta Wrote: It means it compiled correctly.
Now you have an executable in bin_win32, ac_client. You have to copy it in bin directory where assault cube is installed (for me, it's C:\Program Files (x86)\AssaultCube_v1.1.0.4\bin_win32). Then you have to launch the game with assaultcube.bat or desktop icon. (not the .exe in bin).
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.

(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.

PS: remember to change the protocol number to negative when you make gameplay-relevant changes :)
Thanks given by:


Messages In This Thread
Compiling ac on windows - by |FOX|elocsitruc - 24 Nov 11, 11:37PM
RE: Compiling ac on windows - by tempest - 25 Nov 11, 12:46AM
RE: Compiling ac on windows - by V-Man - 25 Nov 11, 02:49AM
RE: Compiling ac on windows - by Ronald_Reagan - 25 Nov 11, 08:39AM
RE: Compiling ac on windows - by Frogulis - 25 Nov 11, 09:43AM
RE: Compiling ac on windows - by Vermi - 25 Nov 11, 09:57AM
RE: Compiling ac on windows - by Kosta - 25 Nov 11, 10:45PM
RE: Compiling ac on windows - by tempest - 25 Nov 11, 11:57PM
RE: Compiling ac on windows - by SKB - 26 Nov 11, 02:45AM
RE: Compiling ac on windows - by tempest - 26 Nov 11, 11:51AM
RE: Compiling ac on windows - by SKB - 26 Nov 11, 02:42PM
RE: Compiling ac on windows - by tempest - 26 Nov 11, 04:15PM
RE: Compiling ac on windows - by Kosta - 26 Nov 11, 06:30PM
RE: Compiling ac on windows - by Kosta - 27 Nov 11, 03:22PM