├── .gitignore ├── Contributing.md ├── LICENSE ├── README.md ├── STYLE.md ├── game ├── RPASongMetadata.json ├── additional │ ├── bgs.rpy │ ├── console.rpy │ ├── game-handler.rpy │ ├── glitchtext.rpy │ ├── mg_bnc.rpy │ ├── mg_reversi.rpy │ ├── mg_ttt.rpy │ ├── music.rpy │ ├── notification_engine.rpy │ ├── rpc.rpy │ ├── time.rpy │ ├── weather.rpy │ └── zz_submods.rpy ├── cache │ └── shaders.txt ├── core │ ├── __imports__.rpy │ ├── definitions.rpy │ ├── effects.rpy │ ├── exceptions.rpy │ ├── expr.rpy │ ├── gifting.rpy │ ├── gui.rpy │ ├── main-gui.rpy │ ├── menu_events.rpy │ ├── options.rpy │ ├── outifts.rpy │ ├── poetry.rpy │ ├── preferences.rpy │ ├── renpy_patches.rpy │ ├── sayori.rpy │ ├── screens.rpy │ ├── script-ch30.rpy │ ├── script.rpy │ ├── splash.rpy │ ├── styles.rpy │ ├── transforms.rpy │ ├── utilities.rpy │ ├── zz_config.rpy │ ├── zz_interactions.rpy │ └── zz_weather.rpy ├── dialogs │ ├── handler.rpy │ ├── naming.rpy │ ├── quips.rpy │ ├── script-affection.rpy │ ├── script-compliments.rpy │ ├── script-events.rpy │ ├── script-farewells.rpy │ ├── script-fun-facts.rpy │ ├── script-greetings.rpy │ ├── script-holidays.rpy │ ├── script-introduction.rpy │ ├── script-moods.rpy │ ├── script-poemresponses.rpy │ ├── script-regrets.rpy │ ├── script-special-events.rpy │ └── script-topics.rpy ├── gui │ └── scrollbar │ │ ├── horizontal_poem_bar_d.png │ │ └── vertical_poem_bar_d.png ├── mod_assets │ ├── Logo.png │ ├── backgrounds │ │ └── atmosphere │ │ │ ├── clouds │ │ │ ├── clouds_day_heavy.png │ │ │ ├── clouds_day_light.png │ │ │ ├── clouds_day_thunder.png │ │ │ ├── clouds_night_heavy.png │ │ │ └── clouds_night_light.png │ │ │ ├── dim │ │ │ ├── dim_heavy.png │ │ │ ├── dim_light.png │ │ │ └── dim_medium.png │ │ │ ├── particles │ │ │ ├── rain.png │ │ │ └── snow.png │ │ │ └── sky │ │ │ ├── sky_day_overcast.png │ │ │ ├── sky_day_rain.png │ │ │ ├── sky_day_snow.png │ │ │ ├── sky_day_sunny.png │ │ │ ├── sky_day_thunder.png │ │ │ ├── sky_night_overcast.png │ │ │ ├── sky_night_rain.png │ │ │ ├── sky_night_sunny.png │ │ │ └── sky_night_thunder.png │ ├── bgm │ │ ├── Slepyori_-_Loop.ogg │ │ └── s1_ac.ogg │ ├── buttons │ │ ├── hover_bg2.png │ │ ├── idle_bg2.png │ │ ├── insensitive_bg2.png │ │ ├── music_hover.png │ │ ├── music_idle.png │ │ ├── music_insensitive.png │ │ ├── play_hover.png │ │ ├── play_idle.png │ │ ├── play_insensitive.png │ │ ├── selected_bg2.png │ │ ├── talk_hover.png │ │ ├── talk_idle.png │ │ └── talk_insensitive.png │ ├── fonts │ │ └── Fantasque │ │ │ ├── FantasqueSansMono-Bold.ttf │ │ │ ├── FantasqueSansMono-BoldItalic.ttf │ │ │ ├── FantasqueSansMono-Italic.ttf │ │ │ ├── FantasqueSansMono-Regular.ttf │ │ │ └── OFL.txt │ ├── icon.ico │ ├── images │ │ ├── EVENT │ │ │ ├── mr_cow.png │ │ │ ├── pointy_stick.png │ │ │ ├── sayo_drawing.png │ │ │ ├── spe1.png │ │ │ └── spe2.png │ │ ├── acs │ │ │ ├── chibi.png │ │ │ └── otter.png │ │ ├── atmosphere │ │ │ └── dim │ │ │ │ ├── dim_heavy.png │ │ │ │ ├── dim_light.png │ │ │ │ └── dim_medium.png │ │ ├── dark_day_room.png │ │ ├── dark_room.png │ │ ├── food │ │ │ └── cookies.png │ │ ├── gui_prefs_hover.png │ │ ├── gui_prefs_idle.png │ │ ├── minigames │ │ │ ├── BNC_EE.png │ │ │ ├── checkerboard.png │ │ │ ├── checkers_kingB.png │ │ │ ├── checkers_kingW.png │ │ │ ├── checkers_manB.png │ │ │ ├── checkers_manW.png │ │ │ ├── checkers_selected.png │ │ │ ├── checkers_takeable.png │ │ │ ├── line.png │ │ │ ├── line_blue.png │ │ │ ├── line_red.png │ │ │ └── reversi_board.png │ │ ├── s_kill.png │ │ ├── s_kill2.png │ │ ├── s_kill_bg.png │ │ ├── s_kill_bg2.png │ │ ├── spaceroom.png │ │ ├── spaceroom_bg.png │ │ └── spaceroom_static.png │ ├── logo_bg.png │ ├── logo_fg.png │ ├── m_frame.png │ ├── masks │ │ ├── sky_day.png │ │ ├── sky_night.png │ │ └── sky_sunset.png │ ├── mod_extra_images │ │ ├── achievements.png │ │ ├── bsod_qr_code.png │ │ └── gallery.png │ ├── mus_zzz_c2.ogg │ ├── nightmare_monik_chibi.png │ ├── nightmare_monika.png │ ├── nightmare_monika_smile.png │ ├── nightmare_monika_v2.png │ ├── nightmare_monika_v3.png │ ├── nightmare_nat.png │ ├── nightmare_nat_chibi.png │ ├── nightmare_sayo.png │ ├── nightmare_sayo_2.png │ ├── nightmare_sayo_chibi.png │ ├── nightmare_sayo_chibiV2.png │ ├── nightmare_sayo_chibi_size.png │ ├── nightmare_yuri.png │ ├── nightmare_yuri_chibi.png │ ├── poem_stuff │ │ └── d_day.png │ ├── rooms │ │ ├── bedroom │ │ │ ├── bedroom-day.png │ │ │ └── bedroom-night.png │ │ ├── d25room │ │ │ ├── d25room-day.png │ │ │ └── d25room-night.png │ │ └── spaceroom │ │ │ ├── spaceroom-day.png │ │ │ └── spaceroom-night.png │ ├── sayori │ │ ├── sayor base.psd │ │ ├── sayor exps.psd │ │ ├── sitting │ │ │ ├── accessory │ │ │ │ └── fae_none │ │ │ │ │ └── sitting.png │ │ │ ├── arms │ │ │ │ ├── base │ │ │ │ │ ├── back-arm.png │ │ │ │ │ ├── cb.png │ │ │ │ │ ├── cookie b.png │ │ │ │ │ ├── cookie.png │ │ │ │ │ ├── double-point.png │ │ │ │ │ ├── empty.png │ │ │ │ │ ├── folded.png │ │ │ │ │ ├── hand-restingtop.png │ │ │ │ │ ├── left-fingers-touching.png │ │ │ │ │ ├── left-index-point.png │ │ │ │ │ ├── left-table-rest.png │ │ │ │ │ ├── right-finger-pup-ext.png │ │ │ │ │ ├── right-fist.png │ │ │ │ │ ├── right-table-rest.png │ │ │ │ │ └── unknown.png │ │ │ │ ├── fae_hoodie │ │ │ │ │ ├── back-arm.png │ │ │ │ │ ├── cb.png │ │ │ │ │ ├── cookie.png │ │ │ │ │ ├── crossed_thonk.png │ │ │ │ │ ├── double-point.png │ │ │ │ │ ├── empty.png │ │ │ │ │ ├── folded.png │ │ │ │ │ ├── hand-restingtop.png │ │ │ │ │ ├── left-fingers-touching.png │ │ │ │ │ ├── left-index-point.png │ │ │ │ │ ├── left-table-rest.png │ │ │ │ │ ├── right-finger-pup-ext.png │ │ │ │ │ ├── right-fist.png │ │ │ │ │ ├── right-table-rest.png │ │ │ │ │ └── unknown.png │ │ │ │ └── fae_uniform │ │ │ │ │ ├── back-arm.png │ │ │ │ │ ├── cb.png │ │ │ │ │ ├── cookie.png │ │ │ │ │ ├── crossed_thonk.png │ │ │ │ │ ├── double-point.png │ │ │ │ │ ├── empty.png │ │ │ │ │ ├── folded.png │ │ │ │ │ ├── hand-restingtop.png │ │ │ │ │ ├── left-fingers-touching.png │ │ │ │ │ ├── left-index-point.png │ │ │ │ │ ├── left-table-rest.png │ │ │ │ │ ├── right-finger-pup-ext.png │ │ │ │ │ ├── right-fist.png │ │ │ │ │ ├── right-table-rest.png │ │ │ │ │ └── unknown.png │ │ │ ├── backarms │ │ │ │ ├── base │ │ │ │ │ ├── a.png │ │ │ │ │ └── b.png │ │ │ │ ├── fae_hoodie │ │ │ │ │ ├── a.png │ │ │ │ │ └── b.png │ │ │ │ └── fae_uniform │ │ │ │ │ ├── a.png │ │ │ │ │ └── b.png │ │ │ ├── body │ │ │ │ ├── 1.png │ │ │ │ ├── blush │ │ │ │ │ ├── blushing.png │ │ │ │ │ ├── default_cheeks.png │ │ │ │ │ ├── eye-redness.png │ │ │ │ │ └── gloomy.png │ │ │ │ ├── fae_hoodie │ │ │ │ │ └── 1.png │ │ │ │ └── fae_uniform │ │ │ │ │ └── 1.png │ │ │ ├── clothes │ │ │ │ └── fae_scarf │ │ │ │ │ └── scarf.png │ │ │ ├── eyebrows │ │ │ │ ├── angry.png │ │ │ │ ├── arched.png │ │ │ │ ├── furrowed.png │ │ │ │ ├── info.txt │ │ │ │ ├── normal.png │ │ │ │ ├── numb.png │ │ │ │ ├── sad.png │ │ │ │ ├── sus.png │ │ │ │ └── unamused.png │ │ │ ├── eyes │ │ │ │ ├── averted.png │ │ │ │ ├── closed-happy.png │ │ │ │ ├── closed-sad.png │ │ │ │ ├── crazy.png │ │ │ │ ├── crumbs.png │ │ │ │ ├── d_tears.png │ │ │ │ ├── dead.png │ │ │ │ ├── f1.png │ │ │ │ ├── happy_d_tears.png │ │ │ │ ├── look-left.png │ │ │ │ ├── midblink.png │ │ │ │ ├── normal-eyes.png │ │ │ │ ├── open-wide.png │ │ │ │ ├── pooled_tears.png │ │ │ │ ├── sad_d_tears.png │ │ │ │ ├── semi-wide.png │ │ │ │ ├── sparkle.png │ │ │ │ ├── squint.png │ │ │ │ ├── sweat-drop.png │ │ │ │ ├── unamused-eyes.png │ │ │ │ ├── waaaa.png │ │ │ │ └── wink.png │ │ │ ├── eyewear │ │ │ │ └── fae_none │ │ │ │ │ └── sitting.png │ │ │ ├── hair │ │ │ │ ├── bow.png │ │ │ │ ├── bow │ │ │ │ │ └── a.png │ │ │ │ ├── fae_bow │ │ │ │ │ └── a.png │ │ │ │ ├── fae_bowless │ │ │ │ │ └── a.png │ │ │ │ ├── fae_plain │ │ │ │ │ └── a.png │ │ │ │ ├── info.txt │ │ │ │ └── plain │ │ │ │ │ └── a.png │ │ │ ├── headgear │ │ │ │ └── fae_none │ │ │ │ │ └── sitting.png │ │ │ ├── mouth │ │ │ │ ├── GRIN.png │ │ │ │ ├── O_MOUTH.png │ │ │ │ ├── ^.png │ │ │ │ ├── ajar.png │ │ │ │ ├── big-frown.png │ │ │ │ ├── big-open.png │ │ │ │ ├── big-smile.png │ │ │ │ ├── big_frown.png │ │ │ │ ├── blep.png │ │ │ │ ├── delicate-agape.png │ │ │ │ ├── drool-frown.png │ │ │ │ ├── drool.png │ │ │ │ ├── drool_frown.png │ │ │ │ ├── frown.png │ │ │ │ ├── glub.png │ │ │ │ ├── normal-smile.png │ │ │ │ ├── open.png │ │ │ │ ├── pout.png │ │ │ │ ├── unamused.png │ │ │ │ ├── waaaa.png │ │ │ │ └── weird.png │ │ │ ├── necklace │ │ │ │ ├── fae_none │ │ │ │ │ └── sitting.png │ │ │ │ └── fae_scarf │ │ │ │ │ └── sitting.png │ │ │ └── skin │ │ │ │ ├── c.png │ │ │ │ ├── crumbs.png │ │ │ │ ├── d.png │ │ │ │ ├── e.png │ │ │ │ ├── ec.png │ │ │ │ ├── f.png │ │ │ │ ├── fc.png │ │ │ │ ├── over eyes │ │ │ │ ├── crumbs.png │ │ │ │ └── sweat drop.png │ │ │ │ └── under eyes │ │ │ │ ├── eye redness.png │ │ │ │ └── gloomy.png │ │ └── table │ │ │ ├── chair.png │ │ │ ├── cookies.png │ │ │ ├── desk.png │ │ │ ├── desk_sh.png │ │ │ └── note.png │ └── sfx │ │ ├── audio │ │ ├── capture.wav │ │ ├── check.wav │ │ ├── checkmate.wav │ │ ├── draw.wav │ │ ├── flip_board.wav │ │ ├── move.wav │ │ └── promotion.wav │ │ ├── kissing.ogg │ │ ├── ttt_circle.ogg │ │ └── ttt_cross.ogg ├── mod_extras │ ├── README.md │ ├── achievements.rpy │ ├── bsod.rpy │ ├── extras_screen.rpy │ ├── gallery.rpy │ ├── lockdown_check.rpy │ └── pronouns.rpy ├── python-packages │ ├── Queue.py │ ├── binaries.txt │ ├── chardet │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── big5freq.py │ │ ├── big5freq.pyc │ │ ├── big5prober.py │ │ ├── big5prober.pyc │ │ ├── chardistribution.py │ │ ├── chardistribution.pyc │ │ ├── charsetgroupprober.py │ │ ├── charsetgroupprober.pyc │ │ ├── charsetprober.py │ │ ├── charsetprober.pyc │ │ ├── cli │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── chardetect.py │ │ │ └── chardetect.pyc │ │ ├── codingstatemachine.py │ │ ├── codingstatemachine.pyc │ │ ├── compat.py │ │ ├── compat.pyc │ │ ├── cp949prober.py │ │ ├── cp949prober.pyc │ │ ├── enums.py │ │ ├── enums.pyc │ │ ├── escprober.py │ │ ├── escprober.pyc │ │ ├── escsm.py │ │ ├── escsm.pyc │ │ ├── eucjpprober.py │ │ ├── eucjpprober.pyc │ │ ├── euckrfreq.py │ │ ├── euckrfreq.pyc │ │ ├── euckrprober.py │ │ ├── euckrprober.pyc │ │ ├── euctwfreq.py │ │ ├── euctwfreq.pyc │ │ ├── euctwprober.py │ │ ├── euctwprober.pyc │ │ ├── gb2312freq.py │ │ ├── gb2312freq.pyc │ │ ├── gb2312prober.py │ │ ├── gb2312prober.pyc │ │ ├── hebrewprober.py │ │ ├── hebrewprober.pyc │ │ ├── jisfreq.py │ │ ├── jisfreq.pyc │ │ ├── jpcntx.py │ │ ├── jpcntx.pyc │ │ ├── langbulgarianmodel.py │ │ ├── langbulgarianmodel.pyc │ │ ├── langcyrillicmodel.py │ │ ├── langcyrillicmodel.pyc │ │ ├── langgreekmodel.py │ │ ├── langgreekmodel.pyc │ │ ├── langhebrewmodel.py │ │ ├── langhebrewmodel.pyc │ │ ├── langhungarianmodel.py │ │ ├── langhungarianmodel.pyc │ │ ├── langthaimodel.py │ │ ├── langthaimodel.pyc │ │ ├── langturkishmodel.py │ │ ├── langturkishmodel.pyc │ │ ├── latin1prober.py │ │ ├── latin1prober.pyc │ │ ├── mbcharsetprober.py │ │ ├── mbcharsetprober.pyc │ │ ├── mbcsgroupprober.py │ │ ├── mbcsgroupprober.pyc │ │ ├── mbcssm.py │ │ ├── mbcssm.pyc │ │ ├── sbcharsetprober.py │ │ ├── sbcharsetprober.pyc │ │ ├── sbcsgroupprober.py │ │ ├── sbcsgroupprober.pyc │ │ ├── sjisprober.py │ │ ├── sjisprober.pyc │ │ ├── universaldetector.py │ │ ├── universaldetector.pyc │ │ ├── utf8prober.py │ │ ├── utf8prober.pyc │ │ ├── version.py │ │ └── version.pyc │ ├── easter.py │ ├── enum │ │ ├── LICENSE │ │ ├── README │ │ ├── __init__.py │ │ └── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ └── __init__.cpython-39.pyc │ ├── future │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── backports │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── _markupbase.py │ │ │ ├── _markupbase.pyc │ │ │ ├── datetime.py │ │ │ ├── datetime.pyc │ │ │ ├── email │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── _encoded_words.py │ │ │ │ ├── _encoded_words.pyc │ │ │ │ ├── _header_value_parser.py │ │ │ │ ├── _header_value_parser.pyc │ │ │ │ ├── _parseaddr.py │ │ │ │ ├── _parseaddr.pyc │ │ │ │ ├── _policybase.py │ │ │ │ ├── _policybase.pyc │ │ │ │ ├── base64mime.py │ │ │ │ ├── base64mime.pyc │ │ │ │ ├── charset.py │ │ │ │ ├── charset.pyc │ │ │ │ ├── encoders.py │ │ │ │ ├── encoders.pyc │ │ │ │ ├── errors.py │ │ │ │ ├── errors.pyc │ │ │ │ ├── feedparser.py │ │ │ │ ├── feedparser.pyc │ │ │ │ ├── generator.py │ │ │ │ ├── generator.pyc │ │ │ │ ├── header.py │ │ │ │ ├── header.pyc │ │ │ │ ├── headerregistry.py │ │ │ │ ├── headerregistry.pyc │ │ │ │ ├── iterators.py │ │ │ │ ├── iterators.pyc │ │ │ │ ├── message.py │ │ │ │ ├── message.pyc │ │ │ │ ├── mime │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __init__.pyc │ │ │ │ │ ├── application.py │ │ │ │ │ ├── application.pyc │ │ │ │ │ ├── audio.py │ │ │ │ │ ├── audio.pyc │ │ │ │ │ ├── base.py │ │ │ │ │ ├── base.pyc │ │ │ │ │ ├── image.py │ │ │ │ │ ├── image.pyc │ │ │ │ │ ├── message.py │ │ │ │ │ ├── message.pyc │ │ │ │ │ ├── multipart.py │ │ │ │ │ ├── multipart.pyc │ │ │ │ │ ├── nonmultipart.py │ │ │ │ │ ├── nonmultipart.pyc │ │ │ │ │ ├── text.py │ │ │ │ │ └── text.pyc │ │ │ │ ├── parser.py │ │ │ │ ├── parser.pyc │ │ │ │ ├── policy.py │ │ │ │ ├── policy.pyc │ │ │ │ ├── quoprimime.py │ │ │ │ ├── quoprimime.pyc │ │ │ │ ├── utils.py │ │ │ │ └── utils.pyc │ │ │ ├── html │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── entities.py │ │ │ │ ├── entities.pyc │ │ │ │ ├── parser.py │ │ │ │ └── parser.pyc │ │ │ ├── http │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── client.py │ │ │ │ ├── client.pyc │ │ │ │ ├── cookiejar.py │ │ │ │ ├── cookiejar.pyc │ │ │ │ ├── cookies.py │ │ │ │ ├── cookies.pyc │ │ │ │ ├── server.py │ │ │ │ └── server.pyc │ │ │ ├── misc.py │ │ │ ├── misc.pyc │ │ │ ├── socket.py │ │ │ ├── socket.pyc │ │ │ ├── socketserver.py │ │ │ ├── socketserver.pyc │ │ │ ├── test │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── badcert.pem │ │ │ │ ├── badkey.pem │ │ │ │ ├── dh512.pem │ │ │ │ ├── https_svn_python_org_root.pem │ │ │ │ ├── keycert.passwd.pem │ │ │ │ ├── keycert.pem │ │ │ │ ├── keycert2.pem │ │ │ │ ├── nokia.pem │ │ │ │ ├── nullbytecert.pem │ │ │ │ ├── nullcert.pem │ │ │ │ ├── pystone.py │ │ │ │ ├── pystone.pyc │ │ │ │ ├── sha256.pem │ │ │ │ ├── ssl_cert.pem │ │ │ │ ├── ssl_key.passwd.pem │ │ │ │ ├── ssl_key.pem │ │ │ │ ├── ssl_servers.py │ │ │ │ ├── ssl_servers.pyc │ │ │ │ ├── support.py │ │ │ │ └── support.pyc │ │ │ ├── total_ordering.py │ │ │ ├── total_ordering.pyc │ │ │ ├── urllib │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── error.py │ │ │ │ ├── error.pyc │ │ │ │ ├── parse.py │ │ │ │ ├── parse.pyc │ │ │ │ ├── request.py │ │ │ │ ├── request.pyc │ │ │ │ ├── response.py │ │ │ │ ├── response.pyc │ │ │ │ ├── robotparser.py │ │ │ │ └── robotparser.pyc │ │ │ └── xmlrpc │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── client.py │ │ │ │ ├── client.pyc │ │ │ │ ├── server.py │ │ │ │ └── server.pyc │ │ ├── builtins │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── disabled.py │ │ │ ├── disabled.pyc │ │ │ ├── iterators.py │ │ │ ├── iterators.pyc │ │ │ ├── misc.py │ │ │ ├── misc.pyc │ │ │ ├── newnext.py │ │ │ ├── newnext.pyc │ │ │ ├── newround.py │ │ │ ├── newround.pyc │ │ │ ├── newsuper.py │ │ │ └── newsuper.pyc │ │ ├── moves │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── _dummy_thread.py │ │ │ ├── _dummy_thread.pyc │ │ │ ├── _markupbase.py │ │ │ ├── _markupbase.pyc │ │ │ ├── _thread.py │ │ │ ├── _thread.pyc │ │ │ ├── builtins.py │ │ │ ├── builtins.pyc │ │ │ ├── collections.py │ │ │ ├── collections.pyc │ │ │ ├── configparser.py │ │ │ ├── configparser.pyc │ │ │ ├── copyreg.py │ │ │ ├── copyreg.pyc │ │ │ ├── dbm │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── dumb.py │ │ │ │ ├── dumb.pyc │ │ │ │ ├── gnu.py │ │ │ │ ├── gnu.pyc │ │ │ │ ├── ndbm.py │ │ │ │ └── ndbm.pyc │ │ │ ├── html │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── entities.py │ │ │ │ ├── entities.pyc │ │ │ │ ├── parser.py │ │ │ │ └── parser.pyc │ │ │ ├── http │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── client.py │ │ │ │ ├── client.pyc │ │ │ │ ├── cookiejar.py │ │ │ │ ├── cookiejar.pyc │ │ │ │ ├── cookies.py │ │ │ │ ├── cookies.pyc │ │ │ │ ├── server.py │ │ │ │ └── server.pyc │ │ │ ├── itertools.py │ │ │ ├── itertools.pyc │ │ │ ├── pickle.py │ │ │ ├── pickle.pyc │ │ │ ├── queue.py │ │ │ ├── queue.pyc │ │ │ ├── reprlib.py │ │ │ ├── reprlib.pyc │ │ │ ├── socketserver.py │ │ │ ├── socketserver.pyc │ │ │ ├── subprocess.py │ │ │ ├── subprocess.pyc │ │ │ ├── sys.py │ │ │ ├── sys.pyc │ │ │ ├── test │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── support.py │ │ │ │ └── support.pyc │ │ │ ├── tkinter │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── colorchooser.py │ │ │ │ ├── colorchooser.pyc │ │ │ │ ├── commondialog.py │ │ │ │ ├── commondialog.pyc │ │ │ │ ├── constants.py │ │ │ │ ├── constants.pyc │ │ │ │ ├── dialog.py │ │ │ │ ├── dialog.pyc │ │ │ │ ├── dnd.py │ │ │ │ ├── dnd.pyc │ │ │ │ ├── filedialog.py │ │ │ │ ├── filedialog.pyc │ │ │ │ ├── font.py │ │ │ │ ├── font.pyc │ │ │ │ ├── messagebox.py │ │ │ │ ├── messagebox.pyc │ │ │ │ ├── scrolledtext.py │ │ │ │ ├── scrolledtext.pyc │ │ │ │ ├── simpledialog.py │ │ │ │ ├── simpledialog.pyc │ │ │ │ ├── tix.py │ │ │ │ ├── tix.pyc │ │ │ │ ├── ttk.py │ │ │ │ └── ttk.pyc │ │ │ ├── urllib │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── error.py │ │ │ │ ├── error.pyc │ │ │ │ ├── parse.py │ │ │ │ ├── parse.pyc │ │ │ │ ├── request.py │ │ │ │ ├── request.pyc │ │ │ │ ├── response.py │ │ │ │ ├── response.pyc │ │ │ │ ├── robotparser.py │ │ │ │ └── robotparser.pyc │ │ │ ├── winreg.py │ │ │ ├── winreg.pyc │ │ │ └── xmlrpc │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── client.py │ │ │ │ ├── client.pyc │ │ │ │ ├── server.py │ │ │ │ └── server.pyc │ │ ├── standard_library │ │ │ ├── __init__.py │ │ │ └── __init__.pyc │ │ ├── tests │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── base.py │ │ │ └── base.pyc │ │ ├── types │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── newbytes.py │ │ │ ├── newbytes.pyc │ │ │ ├── newdict.py │ │ │ ├── newdict.pyc │ │ │ ├── newint.py │ │ │ ├── newint.pyc │ │ │ ├── newlist.py │ │ │ ├── newlist.pyc │ │ │ ├── newmemoryview.py │ │ │ ├── newmemoryview.pyc │ │ │ ├── newobject.py │ │ │ ├── newobject.pyc │ │ │ ├── newopen.py │ │ │ ├── newopen.pyc │ │ │ ├── newrange.py │ │ │ ├── newrange.pyc │ │ │ ├── newstr.py │ │ │ └── newstr.pyc │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── surrogateescape.py │ │ │ └── surrogateescape.pyc │ ├── idna │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── codec.py │ │ ├── codec.pyc │ │ ├── compat.py │ │ ├── compat.pyc │ │ ├── core.py │ │ ├── core.pyc │ │ ├── idnadata.py │ │ ├── idnadata.pyc │ │ ├── intranges.py │ │ ├── intranges.pyc │ │ ├── package_data.py │ │ ├── package_data.pyc │ │ ├── uts46data.py │ │ └── uts46data.pyc │ ├── mutagen │ │ ├── __init__.py │ │ ├── _compat.py │ │ ├── _constants.py │ │ ├── _file.py │ │ ├── _senf │ │ │ ├── README.rst │ │ │ ├── __init__.py │ │ │ ├── _argv.py │ │ │ ├── _compat.py │ │ │ ├── _environ.py │ │ │ ├── _fsnative.py │ │ │ ├── _print.py │ │ │ ├── _stdlib.py │ │ │ ├── _temp.py │ │ │ ├── _winansi.py │ │ │ └── _winapi.py │ │ ├── _tags.py │ │ ├── _tools │ │ │ ├── __init__.py │ │ │ ├── _util.py │ │ │ ├── mid3cp.py │ │ │ ├── mid3iconv.py │ │ │ ├── mid3v2.py │ │ │ ├── moggsplit.py │ │ │ ├── mutagen_inspect.py │ │ │ └── mutagen_pony.py │ │ ├── _util.py │ │ ├── _vorbis.py │ │ ├── easyid3.py │ │ ├── id3 │ │ │ ├── __init__.py │ │ │ ├── _file.py │ │ │ ├── _frames.py │ │ │ ├── _id3v1.py │ │ │ ├── _specs.py │ │ │ ├── _tags.py │ │ │ └── _util.py │ │ ├── mp3 │ │ │ ├── __init__.py │ │ │ └── _util.py │ │ ├── ogg.py │ │ ├── oggopus.py │ │ └── oggvorbis.py │ ├── plyer-2.1.0.dist-info │ │ ├── INSTALLER │ │ ├── LICENSE │ │ ├── METADATA │ │ ├── RECORD │ │ ├── REQUESTED │ │ ├── WHEEL │ │ └── top_level.txt │ ├── plyer │ │ ├── __init__.py │ │ ├── facades │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── accelerometer.py │ │ │ ├── accelerometer.pyc │ │ │ ├── audio.py │ │ │ ├── audio.pyc │ │ │ ├── barometer.py │ │ │ ├── barometer.pyc │ │ │ ├── battery.py │ │ │ ├── battery.pyc │ │ │ ├── bluetooth.py │ │ │ ├── bluetooth.pyc │ │ │ ├── brightness.py │ │ │ ├── brightness.pyc │ │ │ ├── call.py │ │ │ ├── call.pyc │ │ │ ├── camera.py │ │ │ ├── camera.pyc │ │ │ ├── compass.py │ │ │ ├── compass.pyc │ │ │ ├── cpu.py │ │ │ ├── cpu.pyc │ │ │ ├── email.py │ │ │ ├── email.pyc │ │ │ ├── filechooser.py │ │ │ ├── filechooser.pyc │ │ │ ├── flash.py │ │ │ ├── flash.pyc │ │ │ ├── gps.py │ │ │ ├── gps.pyc │ │ │ ├── gravity.py │ │ │ ├── gravity.pyc │ │ │ ├── gyroscope.py │ │ │ ├── gyroscope.pyc │ │ │ ├── humidity.py │ │ │ ├── humidity.pyc │ │ │ ├── irblaster.py │ │ │ ├── irblaster.pyc │ │ │ ├── keystore.py │ │ │ ├── keystore.pyc │ │ │ ├── light.py │ │ │ ├── light.pyc │ │ │ ├── notification.py │ │ │ ├── notification.pyc │ │ │ ├── orientation.py │ │ │ ├── orientation.pyc │ │ │ ├── processors.py │ │ │ ├── processors.pyc │ │ │ ├── proximity.py │ │ │ ├── proximity.pyc │ │ │ ├── screenshot.py │ │ │ ├── screenshot.pyc │ │ │ ├── sms.py │ │ │ ├── sms.pyc │ │ │ ├── spatialorientation.py │ │ │ ├── spatialorientation.pyc │ │ │ ├── storagepath.py │ │ │ ├── storagepath.pyc │ │ │ ├── stt.py │ │ │ ├── stt.pyc │ │ │ ├── temperature.py │ │ │ ├── temperature.pyc │ │ │ ├── tts.py │ │ │ ├── tts.pyc │ │ │ ├── uniqueid.py │ │ │ ├── uniqueid.pyc │ │ │ ├── vibrator.py │ │ │ ├── vibrator.pyc │ │ │ ├── wifi.py │ │ │ └── wifi.pyc │ │ ├── icon.ico │ │ ├── platforms │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── android │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── accelerometer.py │ │ │ │ ├── accelerometer.pyc │ │ │ │ ├── audio.py │ │ │ │ ├── audio.pyc │ │ │ │ ├── barometer.py │ │ │ │ ├── barometer.pyc │ │ │ │ ├── battery.py │ │ │ │ ├── battery.pyc │ │ │ │ ├── bluetooth.py │ │ │ │ ├── bluetooth.pyc │ │ │ │ ├── brightness.py │ │ │ │ ├── brightness.pyc │ │ │ │ ├── call.py │ │ │ │ ├── call.pyc │ │ │ │ ├── camera.py │ │ │ │ ├── camera.pyc │ │ │ │ ├── compass.py │ │ │ │ ├── compass.pyc │ │ │ │ ├── email.py │ │ │ │ ├── email.pyc │ │ │ │ ├── filechooser.py │ │ │ │ ├── filechooser.pyc │ │ │ │ ├── flash.py │ │ │ │ ├── flash.pyc │ │ │ │ ├── gps.py │ │ │ │ ├── gps.pyc │ │ │ │ ├── gravity.py │ │ │ │ ├── gravity.pyc │ │ │ │ ├── gyroscope.py │ │ │ │ ├── gyroscope.pyc │ │ │ │ ├── humidity.py │ │ │ │ ├── humidity.pyc │ │ │ │ ├── irblaster.py │ │ │ │ ├── irblaster.pyc │ │ │ │ ├── keystore.py │ │ │ │ ├── keystore.pyc │ │ │ │ ├── light.py │ │ │ │ ├── light.pyc │ │ │ │ ├── notification.py │ │ │ │ ├── notification.pyc │ │ │ │ ├── orientation.py │ │ │ │ ├── orientation.pyc │ │ │ │ ├── proximity.py │ │ │ │ ├── proximity.pyc │ │ │ │ ├── sms.py │ │ │ │ ├── sms.pyc │ │ │ │ ├── spatialorientation.py │ │ │ │ ├── spatialorientation.pyc │ │ │ │ ├── storagepath.py │ │ │ │ ├── storagepath.pyc │ │ │ │ ├── stt.py │ │ │ │ ├── stt.pyc │ │ │ │ ├── temperature.py │ │ │ │ ├── temperature.pyc │ │ │ │ ├── tts.py │ │ │ │ ├── tts.pyc │ │ │ │ ├── uniqueid.py │ │ │ │ ├── uniqueid.pyc │ │ │ │ ├── vibrator.py │ │ │ │ └── vibrator.pyc │ │ │ ├── ios │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── accelerometer.py │ │ │ │ ├── accelerometer.pyc │ │ │ │ ├── barometer.py │ │ │ │ ├── barometer.pyc │ │ │ │ ├── battery.py │ │ │ │ ├── battery.pyc │ │ │ │ ├── brightness.py │ │ │ │ ├── brightness.pyc │ │ │ │ ├── call.py │ │ │ │ ├── call.pyc │ │ │ │ ├── camera.py │ │ │ │ ├── camera.pyc │ │ │ │ ├── compass.py │ │ │ │ ├── compass.pyc │ │ │ │ ├── email.py │ │ │ │ ├── email.pyc │ │ │ │ ├── filechooser.py │ │ │ │ ├── filechooser.pyc │ │ │ │ ├── flash.py │ │ │ │ ├── flash.pyc │ │ │ │ ├── gps.py │ │ │ │ ├── gps.pyc │ │ │ │ ├── gravity.py │ │ │ │ ├── gravity.pyc │ │ │ │ ├── gyroscope.py │ │ │ │ ├── gyroscope.pyc │ │ │ │ ├── keystore.py │ │ │ │ ├── keystore.pyc │ │ │ │ ├── sms.py │ │ │ │ ├── sms.pyc │ │ │ │ ├── spatialorientation.py │ │ │ │ ├── spatialorientation.pyc │ │ │ │ ├── storagepath.py │ │ │ │ ├── storagepath.pyc │ │ │ │ ├── tts.py │ │ │ │ ├── tts.pyc │ │ │ │ ├── uniqueid.py │ │ │ │ ├── uniqueid.pyc │ │ │ │ ├── vibrator.py │ │ │ │ └── vibrator.pyc │ │ │ ├── linux │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── accelerometer.py │ │ │ │ ├── accelerometer.pyc │ │ │ │ ├── battery.py │ │ │ │ ├── battery.pyc │ │ │ │ ├── brightness.py │ │ │ │ ├── brightness.pyc │ │ │ │ ├── cpu.py │ │ │ │ ├── cpu.pyc │ │ │ │ ├── email.py │ │ │ │ ├── email.pyc │ │ │ │ ├── filechooser.py │ │ │ │ ├── filechooser.pyc │ │ │ │ ├── keystore.py │ │ │ │ ├── keystore.pyc │ │ │ │ ├── notification.py │ │ │ │ ├── notification.pyc │ │ │ │ ├── orientation.py │ │ │ │ ├── orientation.pyc │ │ │ │ ├── processors.py │ │ │ │ ├── processors.pyc │ │ │ │ ├── screenshot.py │ │ │ │ ├── screenshot.pyc │ │ │ │ ├── storagepath.py │ │ │ │ ├── storagepath.pyc │ │ │ │ ├── tts.py │ │ │ │ ├── tts.pyc │ │ │ │ ├── uniqueid.py │ │ │ │ ├── uniqueid.pyc │ │ │ │ └── wifi.py │ │ │ ├── macosx │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── accelerometer.py │ │ │ │ ├── accelerometer.pyc │ │ │ │ ├── audio.py │ │ │ │ ├── audio.pyc │ │ │ │ ├── battery.py │ │ │ │ ├── battery.pyc │ │ │ │ ├── bluetooth.py │ │ │ │ ├── bluetooth.pyc │ │ │ │ ├── cpu.py │ │ │ │ ├── cpu.pyc │ │ │ │ ├── email.py │ │ │ │ ├── email.pyc │ │ │ │ ├── filechooser.py │ │ │ │ ├── filechooser.pyc │ │ │ │ ├── keystore.py │ │ │ │ ├── keystore.pyc │ │ │ │ ├── libs │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __init__.pyc │ │ │ │ │ ├── osx_motion_sensor.py │ │ │ │ │ ├── osx_motion_sensor.pyc │ │ │ │ │ ├── osx_paths.py │ │ │ │ │ └── osx_paths.pyc │ │ │ │ ├── notification.py │ │ │ │ ├── notification.pyc │ │ │ │ ├── screenshot.py │ │ │ │ ├── screenshot.pyc │ │ │ │ ├── storagepath.py │ │ │ │ ├── storagepath.pyc │ │ │ │ ├── tts.py │ │ │ │ ├── tts.pyc │ │ │ │ ├── uniqueid.py │ │ │ │ ├── uniqueid.pyc │ │ │ │ ├── wifi.py │ │ │ │ └── wifi.pyc │ │ │ └── win │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── audio.py │ │ │ │ ├── audio.pyc │ │ │ │ ├── battery.py │ │ │ │ ├── battery.pyc │ │ │ │ ├── cpu.py │ │ │ │ ├── cpu.pyc │ │ │ │ ├── email.py │ │ │ │ ├── email.pyc │ │ │ │ ├── filechooser.py │ │ │ │ ├── filechooser.pyc │ │ │ │ ├── keystore.py │ │ │ │ ├── keystore.pyc │ │ │ │ ├── libs │ │ │ │ ├── YS.chr │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── balloontip.py │ │ │ │ ├── balloontip.pyc │ │ │ │ ├── batterystatus.py │ │ │ │ ├── batterystatus.pyc │ │ │ │ ├── icon.ico │ │ │ │ ├── wifi_defs.py │ │ │ │ ├── wifi_defs.pyc │ │ │ │ ├── win_api_defs.py │ │ │ │ └── win_api_defs.pyc │ │ │ │ ├── notification.py │ │ │ │ ├── notification.pyc │ │ │ │ ├── screenshot.py │ │ │ │ ├── screenshot.pyc │ │ │ │ ├── storagepath.py │ │ │ │ ├── storagepath.pyc │ │ │ │ ├── tts.py │ │ │ │ ├── tts.pyc │ │ │ │ ├── uniqueid.py │ │ │ │ ├── uniqueid.pyc │ │ │ │ ├── wifi.py │ │ │ │ └── wifi.pyc │ │ └── utils.py │ ├── pprint │ │ └── __init__.py │ ├── pygetwindow │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── _pygetwindow_macos.cpython-310.pyc │ │ │ └── _pygetwindow_win.cpython-310.pyc │ │ ├── _pygetwindow_macos.py │ │ └── _pygetwindow_win.py │ ├── pypresence │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── baseclient.cpython-310.pyc │ │ │ ├── client.cpython-310.pyc │ │ │ ├── exceptions.cpython-310.pyc │ │ │ ├── payloads.cpython-310.pyc │ │ │ ├── presence.cpython-310.pyc │ │ │ └── utils.cpython-310.pyc │ │ ├── baseclient.py │ │ ├── client.py │ │ ├── exceptions.py │ │ ├── payloads.py │ │ ├── presence.py │ │ └── utils.py │ ├── pyrect │ │ ├── __init__.py │ │ └── __pycache__ │ │ │ └── __init__.cpython-310.pyc │ ├── requests │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── __version__.py │ │ ├── __version__.pyc │ │ ├── _internal_utils.py │ │ ├── _internal_utils.pyc │ │ ├── adapters.py │ │ ├── adapters.pyc │ │ ├── api.py │ │ ├── api.pyc │ │ ├── auth.py │ │ ├── auth.pyc │ │ ├── certs.py │ │ ├── certs.pyc │ │ ├── compat.py │ │ ├── compat.pyc │ │ ├── cookies.py │ │ ├── cookies.pyc │ │ ├── exceptions.py │ │ ├── exceptions.pyc │ │ ├── help.py │ │ ├── help.pyc │ │ ├── hooks.py │ │ ├── hooks.pyc │ │ ├── models.py │ │ ├── models.pyc │ │ ├── packages.py │ │ ├── packages.pyc │ │ ├── sessions.py │ │ ├── sessions.pyc │ │ ├── status_codes.py │ │ ├── status_codes.pyc │ │ ├── structures.py │ │ ├── structures.pyc │ │ ├── utils.py │ │ └── utils.pyc │ ├── six.py │ ├── tinytag.py │ ├── urllib3 │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── _collections.py │ │ ├── _collections.pyc │ │ ├── _version.py │ │ ├── _version.pyc │ │ ├── connection.py │ │ ├── connection.pyc │ │ ├── connectionpool.py │ │ ├── connectionpool.pyc │ │ ├── contrib │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── _appengine_environ.py │ │ │ ├── _appengine_environ.pyc │ │ │ ├── _securetransport │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── bindings.py │ │ │ │ ├── bindings.pyc │ │ │ │ ├── low_level.py │ │ │ │ └── low_level.pyc │ │ │ ├── appengine.py │ │ │ ├── appengine.pyc │ │ │ ├── ntlmpool.py │ │ │ ├── ntlmpool.pyc │ │ │ ├── pyopenssl.py │ │ │ ├── pyopenssl.pyc │ │ │ ├── securetransport.py │ │ │ ├── securetransport.pyc │ │ │ ├── socks.py │ │ │ └── socks.pyc │ │ ├── exceptions.py │ │ ├── exceptions.pyc │ │ ├── fields.py │ │ ├── fields.pyc │ │ ├── filepost.py │ │ ├── filepost.pyc │ │ ├── packages │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── backports │ │ │ │ ├── __init__.py │ │ │ │ ├── __init__.pyc │ │ │ │ ├── makefile.py │ │ │ │ └── makefile.pyc │ │ │ ├── six.py │ │ │ └── six.pyc │ │ ├── poolmanager.py │ │ ├── poolmanager.pyc │ │ ├── request.py │ │ ├── request.pyc │ │ ├── response.py │ │ ├── response.pyc │ │ └── util │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── connection.py │ │ │ ├── connection.pyc │ │ │ ├── proxy.py │ │ │ ├── proxy.pyc │ │ │ ├── queue.py │ │ │ ├── queue.pyc │ │ │ ├── request.py │ │ │ ├── request.pyc │ │ │ ├── response.py │ │ │ ├── response.pyc │ │ │ ├── retry.py │ │ │ ├── retry.pyc │ │ │ ├── ssl_.py │ │ │ ├── ssl_.pyc │ │ │ ├── ssl_match_hostname.py │ │ │ ├── ssl_match_hostname.pyc │ │ │ ├── ssltransport.py │ │ │ ├── ssltransport.pyc │ │ │ ├── timeout.py │ │ │ ├── timeout.pyc │ │ │ ├── url.py │ │ │ ├── url.pyc │ │ │ ├── wait.py │ │ │ └── wait.pyc │ └── uuid.py └── renpy-version.txt ├── icon.ico ├── submodding.md └── transfer.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/.gitignore -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/README.md -------------------------------------------------------------------------------- /STYLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/STYLE.md -------------------------------------------------------------------------------- /game/RPASongMetadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/RPASongMetadata.json -------------------------------------------------------------------------------- /game/additional/bgs.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/bgs.rpy -------------------------------------------------------------------------------- /game/additional/console.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/console.rpy -------------------------------------------------------------------------------- /game/additional/game-handler.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/game-handler.rpy -------------------------------------------------------------------------------- /game/additional/glitchtext.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/glitchtext.rpy -------------------------------------------------------------------------------- /game/additional/mg_bnc.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/mg_bnc.rpy -------------------------------------------------------------------------------- /game/additional/mg_reversi.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/mg_reversi.rpy -------------------------------------------------------------------------------- /game/additional/mg_ttt.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/mg_ttt.rpy -------------------------------------------------------------------------------- /game/additional/music.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/music.rpy -------------------------------------------------------------------------------- /game/additional/notification_engine.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/notification_engine.rpy -------------------------------------------------------------------------------- /game/additional/rpc.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/rpc.rpy -------------------------------------------------------------------------------- /game/additional/time.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/time.rpy -------------------------------------------------------------------------------- /game/additional/weather.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/weather.rpy -------------------------------------------------------------------------------- /game/additional/zz_submods.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/additional/zz_submods.rpy -------------------------------------------------------------------------------- /game/cache/shaders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/cache/shaders.txt -------------------------------------------------------------------------------- /game/core/__imports__.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/__imports__.rpy -------------------------------------------------------------------------------- /game/core/definitions.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/definitions.rpy -------------------------------------------------------------------------------- /game/core/effects.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/effects.rpy -------------------------------------------------------------------------------- /game/core/exceptions.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/exceptions.rpy -------------------------------------------------------------------------------- /game/core/expr.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/expr.rpy -------------------------------------------------------------------------------- /game/core/gifting.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/gifting.rpy -------------------------------------------------------------------------------- /game/core/gui.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/gui.rpy -------------------------------------------------------------------------------- /game/core/main-gui.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/main-gui.rpy -------------------------------------------------------------------------------- /game/core/menu_events.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/menu_events.rpy -------------------------------------------------------------------------------- /game/core/options.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/options.rpy -------------------------------------------------------------------------------- /game/core/outifts.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/outifts.rpy -------------------------------------------------------------------------------- /game/core/poetry.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/poetry.rpy -------------------------------------------------------------------------------- /game/core/preferences.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/preferences.rpy -------------------------------------------------------------------------------- /game/core/renpy_patches.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/renpy_patches.rpy -------------------------------------------------------------------------------- /game/core/sayori.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/sayori.rpy -------------------------------------------------------------------------------- /game/core/screens.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/screens.rpy -------------------------------------------------------------------------------- /game/core/script-ch30.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/script-ch30.rpy -------------------------------------------------------------------------------- /game/core/script.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/script.rpy -------------------------------------------------------------------------------- /game/core/splash.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/splash.rpy -------------------------------------------------------------------------------- /game/core/styles.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/styles.rpy -------------------------------------------------------------------------------- /game/core/transforms.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/transforms.rpy -------------------------------------------------------------------------------- /game/core/utilities.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/utilities.rpy -------------------------------------------------------------------------------- /game/core/zz_config.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/zz_config.rpy -------------------------------------------------------------------------------- /game/core/zz_interactions.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/zz_interactions.rpy -------------------------------------------------------------------------------- /game/core/zz_weather.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/core/zz_weather.rpy -------------------------------------------------------------------------------- /game/dialogs/handler.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/handler.rpy -------------------------------------------------------------------------------- /game/dialogs/naming.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/naming.rpy -------------------------------------------------------------------------------- /game/dialogs/quips.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/quips.rpy -------------------------------------------------------------------------------- /game/dialogs/script-affection.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-affection.rpy -------------------------------------------------------------------------------- /game/dialogs/script-compliments.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-compliments.rpy -------------------------------------------------------------------------------- /game/dialogs/script-events.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-events.rpy -------------------------------------------------------------------------------- /game/dialogs/script-farewells.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-farewells.rpy -------------------------------------------------------------------------------- /game/dialogs/script-fun-facts.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-fun-facts.rpy -------------------------------------------------------------------------------- /game/dialogs/script-greetings.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-greetings.rpy -------------------------------------------------------------------------------- /game/dialogs/script-holidays.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-holidays.rpy -------------------------------------------------------------------------------- /game/dialogs/script-introduction.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-introduction.rpy -------------------------------------------------------------------------------- /game/dialogs/script-moods.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-moods.rpy -------------------------------------------------------------------------------- /game/dialogs/script-poemresponses.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-poemresponses.rpy -------------------------------------------------------------------------------- /game/dialogs/script-regrets.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-regrets.rpy -------------------------------------------------------------------------------- /game/dialogs/script-special-events.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-special-events.rpy -------------------------------------------------------------------------------- /game/dialogs/script-topics.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/dialogs/script-topics.rpy -------------------------------------------------------------------------------- /game/gui/scrollbar/horizontal_poem_bar_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/gui/scrollbar/horizontal_poem_bar_d.png -------------------------------------------------------------------------------- /game/gui/scrollbar/vertical_poem_bar_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/gui/scrollbar/vertical_poem_bar_d.png -------------------------------------------------------------------------------- /game/mod_assets/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/Logo.png -------------------------------------------------------------------------------- /game/mod_assets/bgm/Slepyori_-_Loop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/bgm/Slepyori_-_Loop.ogg -------------------------------------------------------------------------------- /game/mod_assets/bgm/s1_ac.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/bgm/s1_ac.ogg -------------------------------------------------------------------------------- /game/mod_assets/buttons/hover_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/hover_bg2.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/idle_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/idle_bg2.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/insensitive_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/insensitive_bg2.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/music_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/music_hover.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/music_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/music_idle.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/music_insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/music_insensitive.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/play_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/play_hover.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/play_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/play_idle.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/play_insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/play_insensitive.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/selected_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/selected_bg2.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/talk_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/talk_hover.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/talk_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/talk_idle.png -------------------------------------------------------------------------------- /game/mod_assets/buttons/talk_insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/buttons/talk_insensitive.png -------------------------------------------------------------------------------- /game/mod_assets/fonts/Fantasque/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/fonts/Fantasque/OFL.txt -------------------------------------------------------------------------------- /game/mod_assets/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/icon.ico -------------------------------------------------------------------------------- /game/mod_assets/images/EVENT/mr_cow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/EVENT/mr_cow.png -------------------------------------------------------------------------------- /game/mod_assets/images/EVENT/pointy_stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/EVENT/pointy_stick.png -------------------------------------------------------------------------------- /game/mod_assets/images/EVENT/sayo_drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/EVENT/sayo_drawing.png -------------------------------------------------------------------------------- /game/mod_assets/images/EVENT/spe1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/EVENT/spe1.png -------------------------------------------------------------------------------- /game/mod_assets/images/EVENT/spe2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/EVENT/spe2.png -------------------------------------------------------------------------------- /game/mod_assets/images/acs/chibi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/acs/chibi.png -------------------------------------------------------------------------------- /game/mod_assets/images/acs/otter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/acs/otter.png -------------------------------------------------------------------------------- /game/mod_assets/images/atmosphere/dim/dim_heavy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/atmosphere/dim/dim_heavy.png -------------------------------------------------------------------------------- /game/mod_assets/images/atmosphere/dim/dim_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/atmosphere/dim/dim_light.png -------------------------------------------------------------------------------- /game/mod_assets/images/atmosphere/dim/dim_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/atmosphere/dim/dim_medium.png -------------------------------------------------------------------------------- /game/mod_assets/images/dark_day_room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/dark_day_room.png -------------------------------------------------------------------------------- /game/mod_assets/images/dark_room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/dark_room.png -------------------------------------------------------------------------------- /game/mod_assets/images/food/cookies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/food/cookies.png -------------------------------------------------------------------------------- /game/mod_assets/images/gui_prefs_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/gui_prefs_hover.png -------------------------------------------------------------------------------- /game/mod_assets/images/gui_prefs_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/gui_prefs_idle.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/BNC_EE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/BNC_EE.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/checkerboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/checkerboard.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/checkers_kingB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/checkers_kingB.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/checkers_kingW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/checkers_kingW.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/checkers_manB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/checkers_manB.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/checkers_manW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/checkers_manW.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/line.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/line_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/line_blue.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/line_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/line_red.png -------------------------------------------------------------------------------- /game/mod_assets/images/minigames/reversi_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/minigames/reversi_board.png -------------------------------------------------------------------------------- /game/mod_assets/images/s_kill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/s_kill.png -------------------------------------------------------------------------------- /game/mod_assets/images/s_kill2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/s_kill2.png -------------------------------------------------------------------------------- /game/mod_assets/images/s_kill_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/s_kill_bg.png -------------------------------------------------------------------------------- /game/mod_assets/images/s_kill_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/s_kill_bg2.png -------------------------------------------------------------------------------- /game/mod_assets/images/spaceroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/spaceroom.png -------------------------------------------------------------------------------- /game/mod_assets/images/spaceroom_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/spaceroom_bg.png -------------------------------------------------------------------------------- /game/mod_assets/images/spaceroom_static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/images/spaceroom_static.png -------------------------------------------------------------------------------- /game/mod_assets/logo_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/logo_bg.png -------------------------------------------------------------------------------- /game/mod_assets/logo_fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/logo_fg.png -------------------------------------------------------------------------------- /game/mod_assets/m_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/m_frame.png -------------------------------------------------------------------------------- /game/mod_assets/masks/sky_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/masks/sky_day.png -------------------------------------------------------------------------------- /game/mod_assets/masks/sky_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/masks/sky_night.png -------------------------------------------------------------------------------- /game/mod_assets/masks/sky_sunset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/masks/sky_sunset.png -------------------------------------------------------------------------------- /game/mod_assets/mod_extra_images/achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/mod_extra_images/achievements.png -------------------------------------------------------------------------------- /game/mod_assets/mod_extra_images/bsod_qr_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/mod_extra_images/bsod_qr_code.png -------------------------------------------------------------------------------- /game/mod_assets/mod_extra_images/gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/mod_extra_images/gallery.png -------------------------------------------------------------------------------- /game/mod_assets/mus_zzz_c2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/mus_zzz_c2.ogg -------------------------------------------------------------------------------- /game/mod_assets/nightmare_monik_chibi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_monik_chibi.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_monika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_monika.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_monika_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_monika_smile.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_monika_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_monika_v2.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_monika_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_monika_v3.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_nat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_nat.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_nat_chibi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_nat_chibi.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_sayo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_sayo.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_sayo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_sayo_2.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_sayo_chibi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_sayo_chibi.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_sayo_chibiV2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_sayo_chibiV2.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_sayo_chibi_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_sayo_chibi_size.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_yuri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_yuri.png -------------------------------------------------------------------------------- /game/mod_assets/nightmare_yuri_chibi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/nightmare_yuri_chibi.png -------------------------------------------------------------------------------- /game/mod_assets/poem_stuff/d_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/poem_stuff/d_day.png -------------------------------------------------------------------------------- /game/mod_assets/rooms/bedroom/bedroom-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/rooms/bedroom/bedroom-day.png -------------------------------------------------------------------------------- /game/mod_assets/rooms/bedroom/bedroom-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/rooms/bedroom/bedroom-night.png -------------------------------------------------------------------------------- /game/mod_assets/rooms/d25room/d25room-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/rooms/d25room/d25room-day.png -------------------------------------------------------------------------------- /game/mod_assets/rooms/d25room/d25room-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/rooms/d25room/d25room-night.png -------------------------------------------------------------------------------- /game/mod_assets/rooms/spaceroom/spaceroom-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/rooms/spaceroom/spaceroom-day.png -------------------------------------------------------------------------------- /game/mod_assets/rooms/spaceroom/spaceroom-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/rooms/spaceroom/spaceroom-night.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sayor base.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sayor base.psd -------------------------------------------------------------------------------- /game/mod_assets/sayori/sayor exps.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sayor exps.psd -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/back-arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/back-arm.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/cb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/cb.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/cookie b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/cookie b.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/cookie.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/empty.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/folded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/folded.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/base/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/base/unknown.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/arms/fae_hoodie/cb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/arms/fae_hoodie/cb.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/backarms/base/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/backarms/base/a.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/backarms/base/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/backarms/base/b.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/body/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/body/1.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/body/blush/gloomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/body/blush/gloomy.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/body/fae_hoodie/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/body/fae_hoodie/1.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/body/fae_uniform/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/body/fae_uniform/1.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/angry.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/arched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/arched.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/furrowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/furrowed.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/info.txt: -------------------------------------------------------------------------------- 1 | "f" furrowed 2 | "n" = numb -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/normal.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/numb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/numb.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/sad.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/sus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/sus.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyebrows/unamused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyebrows/unamused.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/averted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/averted.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/closed-happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/closed-happy.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/closed-sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/closed-sad.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/crazy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/crazy.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/crumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/crumbs.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/d_tears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/d_tears.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/dead.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/f1.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/happy_d_tears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/happy_d_tears.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/look-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/look-left.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/midblink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/midblink.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/normal-eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/normal-eyes.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/open-wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/open-wide.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/pooled_tears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/pooled_tears.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/sad_d_tears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/sad_d_tears.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/semi-wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/semi-wide.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/sparkle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/sparkle.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/squint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/squint.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/sweat-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/sweat-drop.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/unamused-eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/unamused-eyes.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/waaaa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/waaaa.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/eyes/wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/eyes/wink.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/bow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/bow.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/bow/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/bow/a.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/fae_bow/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/fae_bow/a.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/fae_bowless/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/fae_bowless/a.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/fae_plain/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/fae_plain/a.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/info.txt -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/hair/plain/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/hair/plain/a.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/GRIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/GRIN.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/O_MOUTH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/O_MOUTH.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/^.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/^.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/ajar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/ajar.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/big-frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/big-frown.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/big-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/big-open.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/big-smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/big-smile.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/big_frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/big_frown.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/blep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/blep.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/drool-frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/drool-frown.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/drool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/drool.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/drool_frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/drool_frown.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/frown.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/glub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/glub.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/normal-smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/normal-smile.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/open.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/pout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/pout.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/unamused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/unamused.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/waaaa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/waaaa.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/mouth/weird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/mouth/weird.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/c.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/crumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/crumbs.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/d.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/e.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/ec.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/f.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/sitting/skin/fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/sitting/skin/fc.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/table/chair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/table/chair.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/table/cookies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/table/cookies.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/table/desk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/table/desk.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/table/desk_sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/table/desk_sh.png -------------------------------------------------------------------------------- /game/mod_assets/sayori/table/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sayori/table/note.png -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/capture.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/capture.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/check.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/check.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/checkmate.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/checkmate.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/draw.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/draw.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/flip_board.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/flip_board.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/move.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/move.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/audio/promotion.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/audio/promotion.wav -------------------------------------------------------------------------------- /game/mod_assets/sfx/kissing.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/kissing.ogg -------------------------------------------------------------------------------- /game/mod_assets/sfx/ttt_circle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/ttt_circle.ogg -------------------------------------------------------------------------------- /game/mod_assets/sfx/ttt_cross.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_assets/sfx/ttt_cross.ogg -------------------------------------------------------------------------------- /game/mod_extras/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/README.md -------------------------------------------------------------------------------- /game/mod_extras/achievements.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/achievements.rpy -------------------------------------------------------------------------------- /game/mod_extras/bsod.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/bsod.rpy -------------------------------------------------------------------------------- /game/mod_extras/extras_screen.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/extras_screen.rpy -------------------------------------------------------------------------------- /game/mod_extras/gallery.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/gallery.rpy -------------------------------------------------------------------------------- /game/mod_extras/lockdown_check.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/lockdown_check.rpy -------------------------------------------------------------------------------- /game/mod_extras/pronouns.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/mod_extras/pronouns.rpy -------------------------------------------------------------------------------- /game/python-packages/Queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/Queue.py -------------------------------------------------------------------------------- /game/python-packages/binaries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/binaries.txt -------------------------------------------------------------------------------- /game/python-packages/chardet/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/__init__.py -------------------------------------------------------------------------------- /game/python-packages/chardet/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/big5freq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/big5freq.py -------------------------------------------------------------------------------- /game/python-packages/chardet/big5freq.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/big5freq.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/big5prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/big5prober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/big5prober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/big5prober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/chardistribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/chardistribution.py -------------------------------------------------------------------------------- /game/python-packages/chardet/chardistribution.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/chardistribution.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/charsetgroupprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/charsetgroupprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/charsetgroupprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/charsetgroupprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/charsetprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/charsetprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/charsetprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/charsetprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/cli/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /game/python-packages/chardet/cli/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/cli/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/cli/chardetect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/cli/chardetect.py -------------------------------------------------------------------------------- /game/python-packages/chardet/cli/chardetect.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/cli/chardetect.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/codingstatemachine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/codingstatemachine.py -------------------------------------------------------------------------------- /game/python-packages/chardet/codingstatemachine.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/codingstatemachine.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/compat.py -------------------------------------------------------------------------------- /game/python-packages/chardet/compat.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/compat.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/cp949prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/cp949prober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/cp949prober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/cp949prober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/enums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/enums.py -------------------------------------------------------------------------------- /game/python-packages/chardet/enums.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/enums.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/escprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/escprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/escprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/escprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/escsm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/escsm.py -------------------------------------------------------------------------------- /game/python-packages/chardet/escsm.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/escsm.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/eucjpprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/eucjpprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/eucjpprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/eucjpprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/euckrfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euckrfreq.py -------------------------------------------------------------------------------- /game/python-packages/chardet/euckrfreq.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euckrfreq.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/euckrprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euckrprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/euckrprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euckrprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/euctwfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euctwfreq.py -------------------------------------------------------------------------------- /game/python-packages/chardet/euctwfreq.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euctwfreq.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/euctwprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euctwprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/euctwprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/euctwprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/gb2312freq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/gb2312freq.py -------------------------------------------------------------------------------- /game/python-packages/chardet/gb2312freq.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/gb2312freq.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/gb2312prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/gb2312prober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/gb2312prober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/gb2312prober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/hebrewprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/hebrewprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/hebrewprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/hebrewprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/jisfreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/jisfreq.py -------------------------------------------------------------------------------- /game/python-packages/chardet/jisfreq.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/jisfreq.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/jpcntx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/jpcntx.py -------------------------------------------------------------------------------- /game/python-packages/chardet/jpcntx.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/jpcntx.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langbulgarianmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langbulgarianmodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langbulgarianmodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langbulgarianmodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langcyrillicmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langcyrillicmodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langcyrillicmodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langcyrillicmodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langgreekmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langgreekmodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langgreekmodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langgreekmodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langhebrewmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langhebrewmodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langhebrewmodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langhebrewmodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langhungarianmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langhungarianmodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langhungarianmodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langhungarianmodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langthaimodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langthaimodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langthaimodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langthaimodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/langturkishmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langturkishmodel.py -------------------------------------------------------------------------------- /game/python-packages/chardet/langturkishmodel.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/langturkishmodel.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/latin1prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/latin1prober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/latin1prober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/latin1prober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/mbcharsetprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/mbcharsetprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/mbcharsetprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/mbcharsetprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/mbcsgroupprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/mbcsgroupprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/mbcsgroupprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/mbcsgroupprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/mbcssm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/mbcssm.py -------------------------------------------------------------------------------- /game/python-packages/chardet/mbcssm.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/mbcssm.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/sbcharsetprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/sbcharsetprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/sbcharsetprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/sbcharsetprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/sbcsgroupprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/sbcsgroupprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/sbcsgroupprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/sbcsgroupprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/sjisprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/sjisprober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/sjisprober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/sjisprober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/universaldetector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/universaldetector.py -------------------------------------------------------------------------------- /game/python-packages/chardet/universaldetector.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/universaldetector.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/utf8prober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/utf8prober.py -------------------------------------------------------------------------------- /game/python-packages/chardet/utf8prober.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/utf8prober.pyc -------------------------------------------------------------------------------- /game/python-packages/chardet/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/version.py -------------------------------------------------------------------------------- /game/python-packages/chardet/version.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/chardet/version.pyc -------------------------------------------------------------------------------- /game/python-packages/easter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/easter.py -------------------------------------------------------------------------------- /game/python-packages/enum/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/enum/LICENSE -------------------------------------------------------------------------------- /game/python-packages/enum/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/enum/README -------------------------------------------------------------------------------- /game/python-packages/enum/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/enum/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/_markupbase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/_markupbase.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/_markupbase.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/_markupbase.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/datetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/datetime.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/datetime.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/datetime.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/email/errors.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/email/header.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/mime/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/email/parser.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/policy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/email/policy.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/email/utils.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/email/utils.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/email/utils.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/html/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/html/parser.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/html/parser.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/html/parser.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/http/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/future/backports/http/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/http/client.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/http/client.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/http/client.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/http/cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/http/cookies.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/http/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/http/server.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/http/server.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/http/server.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/misc.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/misc.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/misc.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/socket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/socket.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/socket.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/socket.pyc -------------------------------------------------------------------------------- /game/python-packages/future/backports/socketserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/socketserver.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/badkey.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/test/badkey.pem -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/dh512.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/test/dh512.pem -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/nokia.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/test/nokia.pem -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/nullcert.pem: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/pystone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/test/pystone.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/sha256.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/test/sha256.pem -------------------------------------------------------------------------------- /game/python-packages/future/backports/test/support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/test/support.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/urllib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/future/backports/urllib/error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/urllib/error.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/urllib/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/backports/urllib/parse.py -------------------------------------------------------------------------------- /game/python-packages/future/backports/xmlrpc/__init__.py: -------------------------------------------------------------------------------- 1 | # This directory is a Python package. 2 | -------------------------------------------------------------------------------- /game/python-packages/future/builtins/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/builtins/disabled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/disabled.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/disabled.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/disabled.pyc -------------------------------------------------------------------------------- /game/python-packages/future/builtins/iterators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/iterators.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/iterators.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/iterators.pyc -------------------------------------------------------------------------------- /game/python-packages/future/builtins/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/misc.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/misc.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/misc.pyc -------------------------------------------------------------------------------- /game/python-packages/future/builtins/newnext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/newnext.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/newnext.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/newnext.pyc -------------------------------------------------------------------------------- /game/python-packages/future/builtins/newround.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/newround.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/newround.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/newround.pyc -------------------------------------------------------------------------------- /game/python-packages/future/builtins/newsuper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/newsuper.py -------------------------------------------------------------------------------- /game/python-packages/future/builtins/newsuper.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/builtins/newsuper.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/_dummy_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/_dummy_thread.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/_dummy_thread.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/_dummy_thread.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/_markupbase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/_markupbase.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/_markupbase.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/_markupbase.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/_thread.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/_thread.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/_thread.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/builtins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/builtins.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/builtins.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/builtins.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/collections.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/collections.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/collections.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/configparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/configparser.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/configparser.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/configparser.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/copyreg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/copyreg.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/copyreg.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/copyreg.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/dumb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/dumb.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/dumb.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/dumb.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/gnu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/gnu.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/gnu.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/gnu.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/ndbm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/ndbm.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/dbm/ndbm.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/dbm/ndbm.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/html/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/html/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/html/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/html/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/html/entities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/html/entities.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/html/entities.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/html/entities.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/html/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/html/parser.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/html/parser.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/html/parser.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/client.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/client.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/client.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/cookiejar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/cookiejar.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/cookiejar.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/cookiejar.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/cookies.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/cookies.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/cookies.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/server.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/http/server.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/http/server.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/itertools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/itertools.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/itertools.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/itertools.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/pickle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/pickle.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/pickle.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/pickle.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/queue.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/queue.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/queue.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/reprlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/reprlib.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/reprlib.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/reprlib.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/socketserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/socketserver.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/socketserver.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/socketserver.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/subprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/subprocess.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/subprocess.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/subprocess.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/sys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/sys.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/sys.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/sys.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/test/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/test/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/test/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/test/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/test/support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/test/support.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/test/support.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/test/support.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/dialog.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/dialog.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/dialog.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/dnd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/dnd.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/dnd.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/dnd.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/font.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/font.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/font.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/tix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/tix.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/tix.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/tix.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/ttk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/ttk.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/tkinter/ttk.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/tkinter/ttk.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/error.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/error.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/error.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/parse.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/parse.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/parse.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/request.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/request.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/request.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/response.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/urllib/response.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/urllib/response.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/winreg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/winreg.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/winreg.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/winreg.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/xmlrpc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/future/moves/xmlrpc/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/xmlrpc/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/xmlrpc/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/xmlrpc/client.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/xmlrpc/client.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/xmlrpc/client.pyc -------------------------------------------------------------------------------- /game/python-packages/future/moves/xmlrpc/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/xmlrpc/server.py -------------------------------------------------------------------------------- /game/python-packages/future/moves/xmlrpc/server.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/moves/xmlrpc/server.pyc -------------------------------------------------------------------------------- /game/python-packages/future/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/future/tests/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/tests/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/tests/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/tests/base.py -------------------------------------------------------------------------------- /game/python-packages/future/tests/base.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/tests/base.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/types/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newbytes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newbytes.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newbytes.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newbytes.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newdict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newdict.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newdict.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newdict.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newint.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newint.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newint.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newlist.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newlist.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newlist.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newmemoryview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newmemoryview.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newmemoryview.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newmemoryview.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newobject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newobject.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newobject.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newobject.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newopen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newopen.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newopen.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newopen.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newrange.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newrange.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newrange.pyc -------------------------------------------------------------------------------- /game/python-packages/future/types/newstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newstr.py -------------------------------------------------------------------------------- /game/python-packages/future/types/newstr.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/types/newstr.pyc -------------------------------------------------------------------------------- /game/python-packages/future/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/utils/__init__.py -------------------------------------------------------------------------------- /game/python-packages/future/utils/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/utils/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/future/utils/surrogateescape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/utils/surrogateescape.py -------------------------------------------------------------------------------- /game/python-packages/future/utils/surrogateescape.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/future/utils/surrogateescape.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/__init__.py -------------------------------------------------------------------------------- /game/python-packages/idna/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/codec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/codec.py -------------------------------------------------------------------------------- /game/python-packages/idna/codec.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/codec.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/compat.py -------------------------------------------------------------------------------- /game/python-packages/idna/compat.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/compat.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/core.py -------------------------------------------------------------------------------- /game/python-packages/idna/core.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/core.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/idnadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/idnadata.py -------------------------------------------------------------------------------- /game/python-packages/idna/idnadata.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/idnadata.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/intranges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/intranges.py -------------------------------------------------------------------------------- /game/python-packages/idna/intranges.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/intranges.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = '2.10' 2 | 3 | -------------------------------------------------------------------------------- /game/python-packages/idna/package_data.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/package_data.pyc -------------------------------------------------------------------------------- /game/python-packages/idna/uts46data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/uts46data.py -------------------------------------------------------------------------------- /game/python-packages/idna/uts46data.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/idna/uts46data.pyc -------------------------------------------------------------------------------- /game/python-packages/mutagen/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/__init__.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_compat.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_constants.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_file.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/README.rst -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/__init__.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_argv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_argv.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_compat.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_environ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_environ.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_fsnative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_fsnative.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_print.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_print.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_stdlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_stdlib.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_temp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_temp.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_winansi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_winansi.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_senf/_winapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_senf/_winapi.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tags.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tags.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/__init__.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/_util.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/mid3cp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/mid3cp.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/mid3iconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/mid3iconv.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/mid3v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/mid3v2.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/moggsplit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/moggsplit.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_tools/mutagen_pony.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_tools/mutagen_pony.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_util.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/_vorbis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/_vorbis.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/easyid3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/easyid3.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/__init__.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/_file.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/_frames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/_frames.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/_id3v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/_id3v1.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/_specs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/_specs.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/_tags.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/_tags.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/id3/_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/id3/_util.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/mp3/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/mp3/__init__.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/mp3/_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/mp3/_util.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/ogg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/ogg.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/oggopus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/oggopus.py -------------------------------------------------------------------------------- /game/python-packages/mutagen/oggvorbis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/mutagen/oggvorbis.py -------------------------------------------------------------------------------- /game/python-packages/plyer-2.1.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /game/python-packages/plyer-2.1.0.dist-info/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer-2.1.0.dist-info/LICENSE -------------------------------------------------------------------------------- /game/python-packages/plyer-2.1.0.dist-info/RECORD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer-2.1.0.dist-info/RECORD -------------------------------------------------------------------------------- /game/python-packages/plyer-2.1.0.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer-2.1.0.dist-info/WHEEL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer-2.1.0.dist-info/WHEEL -------------------------------------------------------------------------------- /game/python-packages/plyer-2.1.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | plyer 2 | -------------------------------------------------------------------------------- /game/python-packages/plyer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/__init__.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/__init__.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/audio.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/audio.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/audio.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/barometer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/barometer.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/barometer.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/barometer.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/battery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/battery.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/battery.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/battery.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/bluetooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/bluetooth.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/bluetooth.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/bluetooth.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/brightness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/brightness.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/brightness.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/brightness.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/call.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/call.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/call.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/camera.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/camera.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/camera.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/compass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/compass.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/compass.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/compass.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/cpu.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/cpu.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/cpu.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/email.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/email.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/email.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/filechooser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/filechooser.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/filechooser.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/filechooser.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/flash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/flash.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/flash.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/flash.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/gps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/gps.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/gps.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/gps.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/gravity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/gravity.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/gravity.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/gravity.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/gyroscope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/gyroscope.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/gyroscope.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/gyroscope.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/humidity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/humidity.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/humidity.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/humidity.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/irblaster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/irblaster.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/irblaster.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/irblaster.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/keystore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/keystore.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/keystore.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/keystore.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/light.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/light.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/light.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/light.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/notification.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/orientation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/orientation.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/orientation.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/orientation.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/processors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/processors.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/processors.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/processors.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/proximity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/proximity.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/proximity.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/proximity.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/screenshot.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/screenshot.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/screenshot.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/sms.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/sms.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/sms.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/storagepath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/storagepath.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/storagepath.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/storagepath.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/stt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/stt.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/stt.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/stt.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/temperature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/temperature.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/temperature.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/temperature.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/tts.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/tts.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/tts.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/uniqueid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/uniqueid.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/uniqueid.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/uniqueid.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/vibrator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/vibrator.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/vibrator.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/vibrator.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/wifi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/wifi.py -------------------------------------------------------------------------------- /game/python-packages/plyer/facades/wifi.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/facades/wifi.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/icon.ico -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/call.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/call.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/call.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/camera.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/email.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/email.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/email.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/flash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/flash.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/flash.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/flash.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/gps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/gps.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/gps.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/gps.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/sms.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/sms.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/sms.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/tts.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/ios/tts.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/ios/tts.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/linux/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/linux/cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/linux/cpu.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/linux/cpu.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/linux/cpu.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/linux/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/linux/tts.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/linux/tts.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/linux/tts.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/linux/wifi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/linux/wifi.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/macosx/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/macosx/cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/macosx/cpu.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/macosx/libs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/macosx/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/macosx/tts.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/audio.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/audio.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/audio.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/cpu.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/cpu.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/cpu.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/email.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/email.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/email.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/libs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/tts.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/tts.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/tts.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/wifi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/wifi.py -------------------------------------------------------------------------------- /game/python-packages/plyer/platforms/win/wifi.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/platforms/win/wifi.pyc -------------------------------------------------------------------------------- /game/python-packages/plyer/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/plyer/utils.py -------------------------------------------------------------------------------- /game/python-packages/pprint/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pprint/__init__.py -------------------------------------------------------------------------------- /game/python-packages/pygetwindow/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pygetwindow/__init__.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/__init__.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/baseclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/baseclient.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/client.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/exceptions.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/payloads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/payloads.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/presence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/presence.py -------------------------------------------------------------------------------- /game/python-packages/pypresence/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pypresence/utils.py -------------------------------------------------------------------------------- /game/python-packages/pyrect/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/pyrect/__init__.py -------------------------------------------------------------------------------- /game/python-packages/requests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/__init__.py -------------------------------------------------------------------------------- /game/python-packages/requests/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/__version__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/__version__.py -------------------------------------------------------------------------------- /game/python-packages/requests/__version__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/__version__.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/_internal_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/_internal_utils.py -------------------------------------------------------------------------------- /game/python-packages/requests/_internal_utils.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/_internal_utils.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/adapters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/adapters.py -------------------------------------------------------------------------------- /game/python-packages/requests/adapters.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/adapters.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/api.py -------------------------------------------------------------------------------- /game/python-packages/requests/api.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/api.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/auth.py -------------------------------------------------------------------------------- /game/python-packages/requests/auth.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/auth.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/certs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/certs.py -------------------------------------------------------------------------------- /game/python-packages/requests/certs.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/certs.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/compat.py -------------------------------------------------------------------------------- /game/python-packages/requests/compat.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/compat.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/cookies.py -------------------------------------------------------------------------------- /game/python-packages/requests/cookies.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/cookies.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/exceptions.py -------------------------------------------------------------------------------- /game/python-packages/requests/exceptions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/exceptions.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/help.py -------------------------------------------------------------------------------- /game/python-packages/requests/help.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/help.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/hooks.py -------------------------------------------------------------------------------- /game/python-packages/requests/hooks.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/hooks.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/models.py -------------------------------------------------------------------------------- /game/python-packages/requests/models.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/models.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/packages.py -------------------------------------------------------------------------------- /game/python-packages/requests/packages.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/packages.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/sessions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/sessions.py -------------------------------------------------------------------------------- /game/python-packages/requests/sessions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/sessions.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/status_codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/status_codes.py -------------------------------------------------------------------------------- /game/python-packages/requests/status_codes.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/status_codes.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/structures.py -------------------------------------------------------------------------------- /game/python-packages/requests/structures.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/structures.pyc -------------------------------------------------------------------------------- /game/python-packages/requests/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/utils.py -------------------------------------------------------------------------------- /game/python-packages/requests/utils.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/requests/utils.pyc -------------------------------------------------------------------------------- /game/python-packages/six.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/six.py -------------------------------------------------------------------------------- /game/python-packages/tinytag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/tinytag.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/__init__.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/_collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/_collections.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/_collections.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/_collections.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/_version.py: -------------------------------------------------------------------------------- 1 | # This file is protected via CODEOWNERS 2 | __version__ = "1.26.11" 3 | -------------------------------------------------------------------------------- /game/python-packages/urllib3/_version.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/_version.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/connection.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/connection.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/connection.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/connectionpool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/connectionpool.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/connectionpool.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/connectionpool.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/_securetransport/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/appengine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/appengine.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/appengine.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/appengine.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/ntlmpool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/ntlmpool.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/ntlmpool.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/ntlmpool.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/pyopenssl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/pyopenssl.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/pyopenssl.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/pyopenssl.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/socks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/socks.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/contrib/socks.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/contrib/socks.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/exceptions.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/exceptions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/exceptions.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/fields.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/fields.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/fields.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/filepost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/filepost.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/filepost.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/filepost.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/packages/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/urllib3/packages/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/packages/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/packages/backports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /game/python-packages/urllib3/packages/six.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/packages/six.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/packages/six.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/packages/six.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/poolmanager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/poolmanager.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/poolmanager.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/poolmanager.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/request.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/request.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/request.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/response.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/response.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/response.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/__init__.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/__init__.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/connection.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/connection.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/connection.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/proxy.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/proxy.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/proxy.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/queue.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/queue.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/queue.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/request.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/request.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/request.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/response.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/response.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/response.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/retry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/retry.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/retry.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/retry.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/ssl_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/ssl_.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/ssl_.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/ssl_.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/ssltransport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/ssltransport.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/ssltransport.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/ssltransport.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/timeout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/timeout.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/timeout.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/timeout.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/url.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/url.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/url.pyc -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/wait.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/wait.py -------------------------------------------------------------------------------- /game/python-packages/urllib3/util/wait.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/urllib3/util/wait.pyc -------------------------------------------------------------------------------- /game/python-packages/uuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/game/python-packages/uuid.py -------------------------------------------------------------------------------- /game/renpy-version.txt: -------------------------------------------------------------------------------- 1 | 7 -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/icon.ico -------------------------------------------------------------------------------- /submodding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/submodding.md -------------------------------------------------------------------------------- /transfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ForeverAndEverTeam/fae-mod/HEAD/transfer.md --------------------------------------------------------------------------------