summarylogtreecommitdiffstats
path: root/README.arch
blob: c656b2d6d428b0faea3024355a8f046ebd984aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
In order to use nquakesv under Arch Linux, you need to create a ~/.nquakesv directory with the following structure:

~/.nquakesv/
├── id1
│   └── maps
├── ktx
│   ├── demos
│   ├── modes
│   ├── progs
│   └── sound
│       ├── misc
│       ├── ra
│       ├── rune
│       └── weapons
├── logs
├── qtv
│   └── levelshots
├── qw
│   └── maps
│       └── ctf
└── qwfwd.d

This can be set up automatically by running /usr/bin/nquakesv-init. This is the recommended way as it will create necessary symlinks from the ezquake install as well.

Note that if you wish nquakesv to start on boot, you will need to use a sliced systemd unit:

systemctl enable nquakesv@<username>.service