File: dsdapref.md

package info (click to toggle)
dsda-doom 0.29.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,204 kB
  • sloc: ansic: 165,658; cpp: 3,286; sh: 64; python: 33; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## DSDAPREF Lump

The DSDAPREF lump contains dsda-doom-specific wad preferences.

### Specification

Each line of the DSDAPREF lump has a key and a value:

`key value`

The value can be ommitted (assumed to be `1`).

### Keys

- `prefer_software`
  - Shows an alert for users in opengl rendering mode
  - Use this if your wad relies on software rendering tricks
- `prefer_opengl`
  - Shows an alert for users in software rendering mode
  - Use this if your wad relies on opengl rendering tricks
- `use_mapinfo`
  - Turns on MAPINFO support