updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / unigine-heaven / unigine-heaven
blobd647d426f8905c05bdd69f493addd67e0a70e7eb
1 #!/bin/bash
3 echo "Fullscreen? Please enter 1 or 0. (1 = yes, 0 = no)"
4 read full
5 echo "Video width? e.g. 1024"
6 read width
7 echo "Video height? e.g. 768"
8 read height
10 export LD_LIBRARY_PATH=/opt/unigine-heaven/bin:$LD_LIBRARY_PATH
11 /opt/unigine-heaven/bin/Heaven_x86 -video_app opengl \
12 -sound_app openal \
13 -system_script heaven/unigine.cpp \
14 -engine_config ../data/heaven_2.5.cfg \
15 -data_path ../ \
16 -extern_define RELEASE \
17 -video_fullscreen $full \
18 -video_mode -1 \
19 -video_width $width \
20 -video_height $height