summaryrefslogtreecommitdiff
path: root/games/warzone2100/pkg-message
blob: 155d7920e78c6cd43b05701692e97212d4cc41d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
==============================================================================

Warzone2100 has been installed.

If the game locks up in heavy fight (e.g. many units firing at each other) try
to set OPENAL_BUFFER_SIZE to 8192 before running it.

$ env OPENAL_BUFFER_SIZE=8192 warzone

Or set the environment variable in your shell's configuration file (you can
also run these commands directly from the command-line).

For sh/bash add in your /etc/profile or ~/.profile:
OPENAL_BUFFER_SIZE=8192
export OPENAL_BUFFER_SIZE

For csh/tcsh add in your /etc/csh.cshrc or ~/.cshrc:
setenv OPENAL_BUFFER_SIZE=8192

Enjoy!

==============================================================================