summarylogtreecommitdiffstats
path: root/openarena
blob: 3f6d5831093f27c921505aac745d753347f1ce54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

#fix brightness on Wayland
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
    export SDL_VIDEODRIVER=wayland
fi

exec quake3e \
    +set cl_title OpenArena \
    +set fs_basegame baseoa \
    +set fs_steampath /usr/share/openarena \
    +set protocol 71-compat \
    +set sv_master1 dpmaster.deathmask.net \
    +set com_homepath .openarena \
    $@