File: launch-quake4-dedicated.yaml.in

package info (click to toggle)
game-data-packager 87
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 33,392 kB
  • sloc: python: 15,387; sh: 704; ansic: 95; makefile: 50
file content (18 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
package: quake4-server
game: quake4
binary_only: true
engine: $prefix/lib/quake4/q4ded.x86
required_files:
  - q4base/pak001.pk4
  - q4base/pak021.pk4
  - q4base/pak022.pk4
  - q4base/zpak_english.pk4
dot_directory: ~/.quake4
base_directories:
  - $prefix/lib/quake4
working_directory: $prefix/lib/quake4
library_path:
  - $prefix/lib/quake4
argv: +set com_allowconsole 1
...