1. Take Slot Zero's Rune Quake 1.2 (
Download)
2. Unzip it to c:\quake which will create a sub dir c:\quake\runes
3. Start -> Run-> c:\quake\wqpro.exe -game runes -dedicated 8
4. In the black server console, type "STATUS". An ip address will be displayed.
5. On another computer (or the same computer) do Start -> Run -> c:\quake\glpro.exe and then type "connect <insert IP address from #4>; your client will connect.
This runs the progs.dat (provided) that is in the above download.
To self compile:
1. Take this download (
Rune Quake 1.2 Source)-- NOT the same as above -- which contains the source and unzip it in c:\quake; it will create a folder named c:\quake\runequake-1.2
2. Start -> Run -> cmd (press Enter); you are now on a DOS screen.
3. Unzip the compiler (link in an above post) -- use FRIKQCC 2.5 (
Download into c:\quake\runequake-1.2\src or is it c:\quake\runequake-1.2\poq ... try both ... and type:
frikqcc_release -allownest /o2
This will create a new progs.dat in c:\quake\runequake-1.2
4. Start -> Run-> c:\quake\wqpro.exe -game runequake-1.2 -dedicated 8
5. In the black server console, type "STATUS". An ip address will be displayed.
6. On another computer (or the same computer) do Start -> Run -> c:\quake\glpro.exe and then type "connect <insert IP address from #5>; your client will connect.
At this point you will have compiled a source code and can take this knowledge and apply it to Rune Quake Plus 0.5.4 if you want.