Skip to content

Commit

Permalink
Fixed lgames to run at fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Apr 29, 2011
1 parent 3baa92f commit ee314ac
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 0 deletions.
50 changes: 50 additions & 0 deletions games/lbreakout2/addons/lbreakout2.conf
@@ -0,0 +1,50 @@
@
set_id_home�0
set_count_home�1
player_count�1
player0�Michael
player1�Mr.X
player2�Mr.Y
player3�Mr.Z
diff�2
starting_level�0
rel_warp_limit�80
add_bonus_levels�1
left�276
right�275
fire_left�121
fire_right�32
return�8
turbo�120
rel_motion�1
grab�1
motion_mod�120
convex�1
linear_corner�0
random_angle�1
maxballspeed�900
invert�0
sound�1
volume�8
speech�1
badspeech�0
audio_buffer_size�512
anim�3
fullscreen�1
fade�1
bonus_info�1
fps�0
ball_level�0
debris_level�1
i_key_speed�500
use_hints�1
return_on_click�0
theme_id�0
theme_count�4
server�217.160.141.22:8000
local_port�8001
username�player
mp_diff�1
mp_rounds�1
mp_frags�10
mp_balls�3
2 changes: 2 additions & 0 deletions games/lbreakout2/init.sh
@@ -0,0 +1,2 @@
install -D -m644 /opt/games/lbreakout2/addons/lbreakout2.conf /home/gamer/.lgames/lbreakout2.conf
chown -R gamer:users /home/gamer/.lgames
67 changes: 67 additions & 0 deletions games/ltris/addons/ltris.conf
@@ -0,0 +1,67 @@
@
gametype�1
starting_level�0
preview�1
help�1
expert�0
same_blocks�1
center_preview�0
holes�2
rand_holes�1
send_all�0
send_tetris�1
<player1
name�Michael
<controls
left�276
right�275
rot_left�273
rot_right�281
down�274
drop�279
>
>
<player2
name�Sabine
<controls
left�97
right�100
rot_left�119
rot_right�101
down�115
drop�121
>
>
<player3
name�Thomas
<controls
left�257
right�259
rot_left�261
rot_right�262
down�258
drop�264
>
>
clear_keystate�1
cpu_aggr�1
cpu_delay�700
cpu_rot_delay�100
sound�1
volume�6
transparency�1
animations�1
fullscreen�1
fading�1
fps�0
background�0
static_background�0
smooth_hori�0
hori_delay�3
block_by_block�0
motion_mod�100
relative_motion�0
grab_input�0
invert_mouse�0
quick_help�1
async_collision_check�0
2 changes: 2 additions & 0 deletions games/ltris/init.sh
@@ -0,0 +1,2 @@
install -D -m644 /opt/games/ltris/addons/ltris.conf /home/gamer/.lgames/ltris.conf
chown -R gamer:users /home/gamer/.lgames

0 comments on commit ee314ac

Please sign in to comment.