README 942 B

12345678910111213141516171819202122
  1. $OpenBSD: README,v 1.4 2017/06/12 10:57:57 ajacoutot Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. To play ioquake3 on OpenBSD, you need the original game CD key and *.pk3 files.
  6. Copy the game data (pak0-8.pk3) to ~/.q3a/baseq3/ (for single user mode) or
  7. ${TRUEPREFIX}/share/ioquake3/baseq3 (for system wide usage) then start up
  8. ioquake3 and add your CD key under Setup -> CD Key.
  9. If you want to run the dedicated server (ioq3ded), the pk3 files need to
  10. either be in ${TRUEPREFIX}/share/ioquake3/baseq3 or /var/ioq3/.q3a/baseq3/.
  11. The server map can be overwritten by setting "+map" to something else in
  12. ioq3ded_flags:
  13. rcctl enable ioq3ded && rcctl set ioq3ded flags +map q3dm16
  14. For more information on the dedicated server see here:
  15. http://wiki.ioquake3.org/Sys_Admin_Guide#Configuration_Files