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