diff --git a/games/lbreakout2/addons/lbreakout2.conf b/games/lbreakout2/addons/lbreakout2.conf new file mode 100644 index 0000000..0f38fc2 --- /dev/null +++ b/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 diff --git a/games/lbreakout2/init.sh b/games/lbreakout2/init.sh index e69de29..e5371c1 100755 --- a/games/lbreakout2/init.sh +++ b/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 diff --git a/games/ltris/addons/ltris.conf b/games/ltris/addons/ltris.conf new file mode 100644 index 0000000..c673cc1 --- /dev/null +++ b/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 + +> + +> + +> +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 diff --git a/games/ltris/init.sh b/games/ltris/init.sh index e69de29..8ac3b90 100755 --- a/games/ltris/init.sh +++ b/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