~ubuntu-branches/ubuntu/quantal/openarena/quantal

« back to all changes in this revision

Viewing changes to debian/scripts/openarena.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2011-02-10 17:30:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110210173000-rnjc70qml9bvkys1
Tags: 0.8.5-7
Use ~/.openarena, not ~/openarena (Closes: #612782)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
IOQ3ROLE=@IOQ3ROLE@
7
7
# ioquake3 or ioq3ded
8
8
IOQ3BINARY=@IOQ3BINARY@
9
 
# q3a or openarena
10
 
IOQ3DOTDIR=openarena
11
9
 
12
10
ENGINE="/usr/lib/ioquake3/${IOQ3BINARY}"
13
11
 
17
15
CVARS="+set com_basegame baseoa"
18
16
CVARS="$CVARS +set cl_gamename openarena"
19
17
CVARS="$CVARS +set fs_basepath /usr/lib/games/openarena"
20
 
CVARS="$CVARS +set com_homepath $IOQ3DOTDIR"
 
18
CVARS="$CVARS +set com_homepath .openarena"
21
19
 
22
20
# OA 0.8.5 uses the Quake 3 defaults even though they're not really appropriate
23
21
#CVARS="$CVARS +set sv_heartbeat QuakeArena-1"