MANIFEST.in
README.md
setup.py
gfootball/__init__.py
gfootball/play_game.py
gfootball/render_dump.py
gfootball/replay.py
gfootball.egg-info/PKG-INFO
gfootball.egg-info/SOURCES.txt
gfootball.egg-info/dependency_links.txt
gfootball.egg-info/requires.txt
gfootball.egg-info/top_level.txt
gfootball/env/__init__.py
gfootball/env/config.py
gfootball/env/constants.py
gfootball/env/controller_actions.py
gfootball/env/controller_base.py
gfootball/env/controller_provider.py
gfootball/env/event_queue.py
gfootball/env/football_action_set.py
gfootball/env/football_env.py
gfootball/env/football_env_core.py
gfootball/env/football_env_wrapper.py
gfootball/env/observation_preprocessing.py
gfootball/env/observation_processor.py
gfootball/env/observation_rotation.py
gfootball/env/player_base.py
gfootball/env/scenario_builder.py
gfootball/env/wrappers.py
gfootball/env/players/__init__.py
gfootball/env/players/agent.py
gfootball/env/players/bot.py
gfootball/env/players/gamepad.py
gfootball/env/players/keyboard.py
gfootball/env/players/lazy.py
gfootball/env/players/replay.py
gfootball/env/players/tfhub_impala.py
gfootball/examples/__init__.py
gfootball/examples/run_ppo2.py
gfootball/scenarios/11_vs_11_easy_stochastic.py
gfootball/scenarios/11_vs_11_hard_stochastic.py
gfootball/scenarios/11_vs_11_stochastic.py
gfootball/scenarios/__init__.py
gfootball/scenarios/academy_3_vs_1_with_keeper.py
gfootball/scenarios/academy_corner.py
gfootball/scenarios/academy_counterattack_easy.py
gfootball/scenarios/academy_counterattack_hard.py
gfootball/scenarios/academy_empty_goal.py
gfootball/scenarios/academy_empty_goal_close.py
gfootball/scenarios/academy_pass_and_shoot_with_keeper.py
gfootball/scenarios/academy_run_pass_and_shoot_with_keeper.py
gfootball/scenarios/academy_run_to_score.py
gfootball/scenarios/academy_run_to_score_with_keeper.py
gfootball/scenarios/academy_single_goal_versus_lazy.py
third_party/gfootball_engine/__init__.py
third_party/gfootball_engine/data/football.config
third_party/gfootball_engine/data/databases/modding.txt
third_party/gfootball_engine/data/databases/default/database.sqlite
third_party/gfootball_engine/data/databases/default/template_kit.bmp
third_party/gfootball_engine/data/databases/default/images_competitions/1bundesliga.bmp
third_party/gfootball_engine/data/databases/default/images_competitions/eredivisie.bmp
third_party/gfootball_engine/data/databases/default/images_competitions/premierleague.bmp
third_party/gfootball_engine/data/databases/default/images_competitions/primeradivision.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/bayernmunich_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/bayernmunich_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/bayernmunich_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/bayernmunich_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/bayernmunich_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/bayernmunich_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/borussiadortmund_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/borussiadortmund_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/borussiadortmund_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/borussiadortmund_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/borussiadortmund_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/1bundesliga/borussiadortmund_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/afcajax_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/afcajax_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/afcajax_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/afcajax_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/afcajax_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/afcajax_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/psv_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/psv_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/psv_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/psv_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/psv_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/eredivisie/psv_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/arsenal_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/arsenal_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/arsenal_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/arsenal_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/arsenal_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/arsenal_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/manchesterunited_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/manchesterunited_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/manchesterunited_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/manchesterunited_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/manchesterunited_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/premierleague/manchesterunited_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/fcbarcelona_logo.png
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_kit_01.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_kit_01.png
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_kit_02.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_kit_02.png
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_logo.bmp
third_party/gfootball_engine/data/databases/default/images_teams/primeradivision/realmadrid_logo.png
third_party/gfootball_engine/data/media/animations/base.anim.util
third_party/gfootball_engine/data/media/animations/base.inverse.anim.util
third_party/gfootball_engine/data/media/animations/straight.anim.util
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000_accel_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/000_accel_far.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/020.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/020_accel_far.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/045.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/045_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/090.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/090_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/090_accel_far.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/135.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/135_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/180.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/idle/180_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/000.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/000_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/000_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/020_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/020_right_nondecel_stretch.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/045_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/135_decel_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/180_decel_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/sprint/lastditch/020_decel_stretch.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_accel_ballright.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_accel_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_accel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_accel_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_left.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/020_left_close.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/045.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/045_accel_2step.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/045_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/090_strongfoot.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/180_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/180_decel_decel.anim
third_party/gfootball_engine/data/media/animations/ballcontrol/walk/lastditch/045_left_decel_far.anim
third_party/gfootball_engine/data/media/animations/celebration/happy_extreme/000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/celebration/happy_normal/000.anim
third_party/gfootball_engine/data/media/animations/celebration/sad_normal/000.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_ground_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_deflect_close.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_deflect_sideclose.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_high_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_kneeheight_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/000_trunk_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_ground_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_ground_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_high_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_midheight_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_midheight_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/idle/090_trunk_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/sprint/000_ground_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/sprint/000_ground_holdball.anim
third_party/gfootball_engine/data/media/animations/deflect/sprint/000_ground_holdball_ballside.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/000_ground_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/000_kneeheight_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/000_trunk_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/045_kneeheight_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_ground_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_ground_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_high_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_high_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_midheight_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_midheight_holdball_close.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_trunk_deflect_far.anim
third_party/gfootball_engine/data/media/animations/deflect/walk/angled/090_trunk_holdball_close.anim
third_party/gfootball_engine/data/media/animations/highpass/dribble/000.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/000_long.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/020.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/090.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/highpass/idle/special/045_throw.anim
third_party/gfootball_engine/data/media/animations/highpass/sprint/090.anim
third_party/gfootball_engine/data/media/animations/highpass/sprint/090_slide.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/000.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/000_long.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/045_air_left.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/080.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/090_long.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/180_turn.anim
third_party/gfootball_engine/data/media/animations/highpass/walk/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/interfere/idle/000_front.anim
third_party/gfootball_engine/data/media/animations/interfere/idle/000_header_jump.anim
third_party/gfootball_engine/data/media/animations/interfere/idle/000_side.anim
third_party/gfootball_engine/data/media/animations/interfere/sprint/000_header_jump.anim
third_party/gfootball_engine/data/media/animations/interfere/sprint/000_reach.anim
third_party/gfootball_engine/data/media/animations/interfere/walk/000_decel_side_behind.anim
third_party/gfootball_engine/data/media/animations/interfere/walk/000_stretch.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/090_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/135.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/135_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/180_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D135_045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D135_decel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/D135_to_D045_045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D045_045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D045_090_left.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D135_090.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D000_to_D135_135.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D045_to_D135.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_045.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D-135_left.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_000.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/dribble/angled/newangles/D135_to_D045_045_left.anim
third_party/gfootball_engine/data/media/animations/movement/idle/000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/000_idlelevel1.anim
third_party/gfootball_engine/data/media/animations/movement/idle/045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/090_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/135_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/180_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/angled/D045_090_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/angled/D045_135_accel.anim
third_party/gfootball_engine/data/media/animations/movement/idle/angled/D045_180_accel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/000_decel_decel_decel_todo.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/000_idlelevel1.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/135_decel_decel_decel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/newangles/D000_to_D045_045_left_decel_decel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/newangles/D000_to_D045_decel.anim
third_party/gfootball_engine/data/media/animations/movement/sprint/newangles/D045_decel_left.anim
third_party/gfootball_engine/data/media/animations/movement/walk/000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/045.anim
third_party/gfootball_engine/data/media/animations/movement/walk/045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/090_left_decel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/135_decel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/D045_to_D000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D000_to_D045.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_045.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D000.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D000_045_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D000_accel.anim
third_party/gfootball_engine/data/media/animations/movement/walk/angled/newangles/D045_to_D135_decel.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D000_to_D135_180_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_decel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_left_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/angled/special/D135_to_D000_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/special/000_decel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/special/000_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/dribble/special/090_decel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_accel_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_back_to_front_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_stand_up_from_back.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_stand_up_from_front.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/000_stand_up_from_front_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/045_holdball.anim
third_party/gfootball_engine/data/media/animations/movement_special/idle/special/135_accel_holdball.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/180_turn.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/lastditch/090_decel_ballside.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/lastditch/090_decel_ballside_otherside.anim
third_party/gfootball_engine/data/media/animations/pass/dribble/nonbase/090_highball.anim
third_party/gfootball_engine/data/media/animations/pass/idle/000.anim
third_party/gfootball_engine/data/media/animations/pass/idle/090.anim
third_party/gfootball_engine/data/media/animations/pass/idle/180.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/000_header.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/000_header_jump_backwards.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/000_header_jump_forwards.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/070_header_jump.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/090_header.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/090_kneeheight.anim
third_party/gfootball_engine/data/media/animations/pass/idle/nonbase/135_header_jump.anim
third_party/gfootball_engine/data/media/animations/pass/idle/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/pass/idle/special/045_throw.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/000.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/045.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/090.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/180.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/lastditch/000_reach.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/lastditch/090_slide.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/nonbase/000_header_jump.anim
third_party/gfootball_engine/data/media/animations/pass/sprint/nonbase/020_ballside.anim
third_party/gfootball_engine/data/media/animations/pass/walk/000.anim
third_party/gfootball_engine/data/media/animations/pass/walk/000_short.anim
third_party/gfootball_engine/data/media/animations/pass/walk/045.anim
third_party/gfootball_engine/data/media/animations/pass/walk/090.anim
third_party/gfootball_engine/data/media/animations/pass/walk/090_short.anim
third_party/gfootball_engine/data/media/animations/pass/walk/135.anim
third_party/gfootball_engine/data/media/animations/pass/walk/lastditch/040_reach.anim
third_party/gfootball_engine/data/media/animations/pass/walk/lastditch/040_side_reach.anim
third_party/gfootball_engine/data/media/animations/pass/walk/lastditch/090_reach.anim
third_party/gfootball_engine/data/media/animations/pass/walk/nonbase/000_kneeheight.anim
third_party/gfootball_engine/data/media/animations/pass/walk/nonbase/D045_pass00_header_headheight.anim
third_party/gfootball_engine/data/media/animations/pass/walk/nonbase/D045_pass90_header_headheight.anim
third_party/gfootball_engine/data/media/animations/pass/walk/special/000_throw.anim
third_party/gfootball_engine/data/media/animations/shot/dribble/090_zidane.anim
third_party/gfootball_engine/data/media/animations/shot/dribble/angled/D135.anim
third_party/gfootball_engine/data/media/animations/shot/idle/020.anim
third_party/gfootball_engine/data/media/animations/shot/idle/090.anim
third_party/gfootball_engine/data/media/animations/shot/idle/180_bicycle.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/000_headerdive.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/010_close.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/010_short_bit_longer.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/020_left.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/030.anim
third_party/gfootball_engine/data/media/animations/shot/sprint/090_2step.anim
third_party/gfootball_engine/data/media/animations/shot/walk/010_short.anim
third_party/gfootball_engine/data/media/animations/shot/walk/010_short_bit_longer.anim
third_party/gfootball_engine/data/media/animations/shot/walk/090_2step.anim
third_party/gfootball_engine/data/media/animations/shot/walk/180_turn.anim
third_party/gfootball_engine/data/media/animations/shot/walk/angled/D045_20_below.anim
third_party/gfootball_engine/data/media/animations/shot/walk/angled/D045_20_header.anim
third_party/gfootball_engine/data/media/animations/sliding/dribble/angled/D135_decel.anim
third_party/gfootball_engine/data/media/animations/sliding/idle/000.anim
third_party/gfootball_engine/data/media/animations/sliding/idle/090.anim
third_party/gfootball_engine/data/media/animations/sliding/sprint/000.anim
third_party/gfootball_engine/data/media/animations/sliding/sprint/000_ballside.anim
third_party/gfootball_engine/data/media/animations/sliding/walk/000.anim
third_party/gfootball_engine/data/media/animations/special/000_showcard.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD000.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD045.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD045_left.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD135.anim
third_party/gfootball_engine/data/media/animations/templates/dribbleD135_left.anim
third_party/gfootball_engine/data/media/animations/templates/idleD000.anim
third_party/gfootball_engine/data/media/animations/templates/sprintD000.anim
third_party/gfootball_engine/data/media/animations/templates/walkD000.anim
third_party/gfootball_engine/data/media/animations/templates/walkD045.anim
third_party/gfootball_engine/data/media/animations/templates/walkD045_left.anim
third_party/gfootball_engine/data/media/animations/trap/idle/000_IB000.anim
third_party/gfootball_engine/data/media/animations/trap/idle/090_IB000_accel_optional.anim
third_party/gfootball_engine/data/media/animations/trap/idle/135_IB000.anim
third_party/gfootball_engine/data/media/animations/trap/idle/135_IB000_accel_left_shallowangle.anim
third_party/gfootball_engine/data/media/animations/trap/idle/135_IB000_accel_right.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_chest.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_chest_jump.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_crotch.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/000_knee.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/020_chest_fromabove.anim
third_party/gfootball_engine/data/media/animations/trap/idle/highballs/135_chest.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/000_D000_IB090_decel.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/highballs/000_chest.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/highballs/000_fromside_kneeheight.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/lastditch/000_decel_decel_decel_stretch.anim
third_party/gfootball_engine/data/media/animations/trap/sprint/lastditch/000_decel_decel_stretch.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB000_short.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB090.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D000_IB090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D045_IB090.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D045_IB090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D045_IB135.anim
third_party/gfootball_engine/data/media/animations/trap/walk/000_D135_IB135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D000_IB000_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D045_IB090_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D045_IB135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/135_D135_IB135_decel_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_chest_ballfrombelow.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_chest_jump_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_control_highball_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/000_knee.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/135_chest.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D045_chest.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D045_to_D000_decel_chest.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D135_chest_jump_180.anim
third_party/gfootball_engine/data/media/animations/trap/walk/highballs/D135_chest_jump_decel.anim
third_party/gfootball_engine/data/media/animations/trap/walk/lastditch/000_D000_IB090_decel_decel_lastditch.anim
third_party/gfootball_engine/data/media/animations/trap/walk/lastditch/000_D000_IB090_decel_short_lastditch.anim
third_party/gfootball_engine/data/media/animations/trap/walk/lastditch/000_frombehind_decel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/idle/000_protectback.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/idle/000_protectfront.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/idle/000_protectside.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/sprint/000_decel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/sprint/000_sidebump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/sprint/045_decel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/walk/000_protectback.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/walk/000_protectfront.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t1/walk/028_D045_sidebump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/dribble/000_accel.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/dribble/D135_000bump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/dribble/D135_180bump.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/idle/000_000.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/idle/000_090.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/idle/000_180.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t2/sprint/side_behind.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t3/sprint/000.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t3/sprint/045.anim
third_party/gfootball_engine/data/media/animations/trip/trip_t3/walk/000_000.anim
third_party/gfootball_engine/data/media/blunted/gui2/black.bmp
third_party/gfootball_engine/data/media/menu/league.bmp
third_party/gfootball_engine/data/media/menu/planmap.bmp
third_party/gfootball_engine/data/media/menu/scoreboard_bg.bmp
third_party/gfootball_engine/data/media/menu/tvlogo.bmp
third_party/gfootball_engine/data/media/menu/backgrounds/black.bmp
third_party/gfootball_engine/data/media/menu/backgrounds/intro01.bmp
third_party/gfootball_engine/data/media/menu/backgrounds/megabackground01.bmp
third_party/gfootball_engine/data/media/menu/backgrounds/outro01.bmp
third_party/gfootball_engine/data/media/menu/backgrounds/white.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_L1.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_L2.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_down.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_left.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_right.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_select.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_left_up.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_A.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_B.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_R1.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_R2.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_X.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_Y.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_right_start.bmp
third_party/gfootball_engine/data/media/menu/controller/controller_small.bmp
third_party/gfootball_engine/data/media/menu/controller/keyboard_small.bmp
third_party/gfootball_engine/data/media/menu/credits/ball.bmp
third_party/gfootball_engine/data/media/menu/credits/bg.bmp
third_party/gfootball_engine/data/media/menu/main/loading01.bmp
third_party/gfootball_engine/data/media/menu/main/title01.bmp
third_party/gfootball_engine/data/media/menu/radar/ball.bmp
third_party/gfootball_engine/data/media/menu/radar/p1.bmp
third_party/gfootball_engine/data/media/menu/radar/p2.bmp
third_party/gfootball_engine/data/media/menu/radar/radar.bmp
third_party/gfootball_engine/data/media/objects/balls/ball.bmp
third_party/gfootball_engine/data/media/objects/balls/generic.ase
third_party/gfootball_engine/data/media/objects/balls/generic.object
third_party/gfootball_engine/data/media/objects/helpers/blue.ase
third_party/gfootball_engine/data/media/objects/helpers/blue.bmp
third_party/gfootball_engine/data/media/objects/helpers/direction.ase
third_party/gfootball_engine/data/media/objects/helpers/green.ase
third_party/gfootball_engine/data/media/objects/helpers/green.bmp
third_party/gfootball_engine/data/media/objects/helpers/largedebugcircle.ase
third_party/gfootball_engine/data/media/objects/helpers/red.ase
third_party/gfootball_engine/data/media/objects/helpers/red.bmp
third_party/gfootball_engine/data/media/objects/helpers/smalldebugcircle.ase
third_party/gfootball_engine/data/media/objects/helpers/yellow.ase
third_party/gfootball_engine/data/media/objects/helpers/yellow.bmp
third_party/gfootball_engine/data/media/objects/lighting/generic.object
third_party/gfootball_engine/data/media/objects/menu/background01.ase
third_party/gfootball_engine/data/media/objects/officials/redcard.ase
third_party/gfootball_engine/data/media/objects/officials/redcard.bmp
third_party/gfootball_engine/data/media/objects/officials/yellowcard.ase
third_party/gfootball_engine/data/media/objects/officials/yellowcard.bmp
third_party/gfootball_engine/data/media/objects/players/fullbody.object
third_party/gfootball_engine/data/media/objects/players/fullbody2.object
third_party/gfootball_engine/data/media/objects/players/player.object
third_party/gfootball_engine/data/media/objects/players/hairstyles/bald.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/long01.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/long02.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/medium01.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/medium02.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/short01.ase
third_party/gfootball_engine/data/media/objects/players/hairstyles/short02.ase
third_party/gfootball_engine/data/media/objects/players/models/foot.ase
third_party/gfootball_engine/data/media/objects/players/models/fullbody.ase
third_party/gfootball_engine/data/media/objects/players/models/fullbody2.ase
third_party/gfootball_engine/data/media/objects/players/models/head.ase
third_party/gfootball_engine/data/media/objects/players/models/lowerarm.ase
third_party/gfootball_engine/data/media/objects/players/models/lowerleg.ase
third_party/gfootball_engine/data/media/objects/players/models/pelvis.ase
third_party/gfootball_engine/data/media/objects/players/models/trunk.ase
third_party/gfootball_engine/data/media/objects/players/models/upperarm.ase
third_party/gfootball_engine/data/media/objects/players/models/upperleg.ase
third_party/gfootball_engine/data/media/objects/players/textures/UVW.bmp
third_party/gfootball_engine/data/media/objects/players/textures/arm_normal.bmp
third_party/gfootball_engine/data/media/objects/players/textures/goalie_kit.bmp
third_party/gfootball_engine/data/media/objects/players/textures/kit_UVWnormal.bmp
third_party/gfootball_engine/data/media/objects/players/textures/kit_template.bmp
third_party/gfootball_engine/data/media/objects/players/textures/knee_normal.bmp
third_party/gfootball_engine/data/media/objects/players/textures/referee_kit.bmp
third_party/gfootball_engine/data/media/objects/players/textures/shoe.bmp
third_party/gfootball_engine/data/media/objects/players/textures/shoe_dark.bmp
third_party/gfootball_engine/data/media/objects/players/textures/shoe_light.bmp
third_party/gfootball_engine/data/media/objects/players/textures/shoe_sole.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin01.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin02.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin03.bmp
third_party/gfootball_engine/data/media/objects/players/textures/skin04.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/black.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/blonde.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/brown.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/darkblonde.bmp
third_party/gfootball_engine/data/media/objects/players/textures/hair/red.bmp
third_party/gfootball_engine/data/media/objects/stadiums/goals.ase
third_party/gfootball_engine/data/media/objects/stadiums/goals.object
third_party/gfootball_engine/data/media/objects/stadiums/white.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/abstractads.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor01wall.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor01wall_selfillum.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor01wall_specular.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor02wall.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/floor02wall_specular.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/goals.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/hekje.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/lightgrey.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/pitch.ase
third_party/gfootball_engine/data/media/objects/stadiums/test/pitchonly.object
third_party/gfootball_engine/data/media/objects/stadiums/test/seat01.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/seat01_normal.bmp
third_party/gfootball_engine/data/media/objects/stadiums/test/test.ase
third_party/gfootball_engine/data/media/objects/stadiums/test/test.object
third_party/gfootball_engine/data/media/objects/stadiums/test/white.bmp
third_party/gfootball_engine/data/media/shaders/ambient.frag
third_party/gfootball_engine/data/media/shaders/ambient.vert
third_party/gfootball_engine/data/media/shaders/lighting.frag
third_party/gfootball_engine/data/media/shaders/lighting.vert
third_party/gfootball_engine/data/media/shaders/noise.bmp
third_party/gfootball_engine/data/media/shaders/noise_colorful.bmp
third_party/gfootball_engine/data/media/shaders/postprocess.frag
third_party/gfootball_engine/data/media/shaders/postprocess.vert
third_party/gfootball_engine/data/media/shaders/simple.frag
third_party/gfootball_engine/data/media/shaders/simple.vert
third_party/gfootball_engine/data/media/shaders/zphase.frag
third_party/gfootball_engine/data/media/shaders/zphase.vert
third_party/gfootball_engine/data/media/textures/almost_black.bmp
third_party/gfootball_engine/data/media/textures/almost_white.bmp
third_party/gfootball_engine/data/media/textures/black.bmp
third_party/gfootball_engine/data/media/textures/orange.bmp
third_party/gfootball_engine/data/media/textures/white.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_3xblast01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_altfunc01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_blauwprint01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_bleep01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_brokenbread01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_groningen01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_indietopia01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_omeganorth01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon_flyingdutchman02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_polygon_jigsawHD02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_stark01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_stark02.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_tenshu01.bmp
third_party/gfootball_engine/data/media/textures/adboards/ad_your_ad_here.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01_normal.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01_normalb.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01_specular.bmp
third_party/gfootball_engine/data/media/textures/concrete/concrete.wall01a.bmp
third_party/gfootball_engine/data/media/textures/pitch/overlay.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_01.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_02.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_03.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_04.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_01.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_02.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_03.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_normal_04.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_01.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_02.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_03.bmp
third_party/gfootball_engine/data/media/textures/pitch/pitch_specular_04.bmp
third_party/gfootball_engine/data/media/textures/pitch/seamlessgrass08.bmp
third_party/gfootball_engine/data/media/textures/stadium/ad_placeholder.bmp
third_party/gfootball_engine/data/media/textures/stadium/crowd01.bmp
third_party/gfootball_engine/data/media/textures/stadium/crowd01_normal.bmp
third_party/gfootball_engine/data/media/textures/stadium/goalnetting.bmp
third_party/gfootball_engine/data/media/textures/stadium/greenish_floor.bmp