Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.97 KB | Hits: 52 | Expires: Never
Copy text to clipboard
  1. runequake files
  2. ftp://ftp.runequake.com/quake/runequake/runequake-1.3.61-src.tar.gz
  3.  
  4. quakeworld server
  5. http://www.filewatcher.com/b/ftp/ftp.idsoftware.com/idstuff/quakeworld/unix.0.0.html
  6.  
  7. file to start server
  8. cat startqwserver
  9. #!/bin/bash
  10. cd /home/grind/quake
  11. /home/grind/quake/qwsv +gamedir runes +exec clan31337.cfg
  12.  
  13. config file for runes server
  14. http://clan.servebeer.com/clan31337.cfg
  15.  
  16. pak files (my connection only has about 100K/s upload)
  17. http://clan.servebeer.com/pak0.pak 18.3MB
  18. http://clan.servebeer.com/pak1.pak 34.3MB     you may be able to find those files elsewhere quicker :D
  19.  
  20. there is a console config command you can add to the config like "rcon_password <pass>" i think is how the syntax is, this enables remote administration from within the game ala "rcon map dm3" to change to map dm3
  21.  
  22. this should be all that you need from here on out, the server tells you the binds to make for the runes addon, but i'll figure those out and make another text file