Whats CVS and where to get CVS versions?
CVS is Concurrent Versions System and keeps track of changes/by which developer/etc… The CVS version is the most current version you can get, it is updated all the time. However, the CVS version can be unstable and might not even compile, but on the other hand it also contains the latest bugfixes/features, YMMV. If you know how to work with CVS, get the version by CVS by doing: cvs -d :pserver:anonymous@cvs.ircsystems.net:/home/cmunk/ircsystems/cvsroot login (press return when asked for the password) cvs -d :pserver:anonymous@cvs.ircsystems.net:/home/cmunk/ircsystems/cvsroot co -r unreal3_2_fixes -d Unreal3.2 unreal You can also download a nightly generated .tar.gz from here (sorted by date). Windows users can download weekly builds here (binary versions with installer etc). Or take a look at my main UnrealIRCd page here.