Code Monkey home page Code Monkey logo

fall_guys_ping_estimate's Introduction

Fall Guys Ping Estimate

Reads the IP address of the Fall Guys Server from the player logs. Then directly pings the Fall Guys Server every 5 seconds and presents the stats in an overlay

This is different from other Fall Guys stats collectors which read the ping from the logs. The problem with that approach is the ping is not updated very often in the logs, and the value appears to be more than just an RTT ping, for example it could include processing time on the server, or it could be rounded up to specific numbers. In my experince the ping number in the player logs can not be trusted.

Screenshot

Fall Guys Ping Estimate

Download and Run Executable

If you want a one click executable file, no need to worry about the source code or anything, download and run here (first time you download Windows Defender will need ~10 seconds to scan the file and you may get a warning where you need to click "More info" -> "Run Anyway"): https://github.com/notatallshaw/fall_guys_ping_estimate/releases/download/latest/run_fgpe.exe

Shutdown

Press the X at the leftmost section of the overlay

Collect Stats

You can find statistics of all your Fall Guys sessions by opening File Explorer and pasting in the address bar: %APPDATA%\fgpe

In here you will find a file named stats.csv which you can open with Excel or import in to Google Sheets or many other tools / programming languages

Report Unknown Region / Location

Because the region and location is built manually there will likely be many ip addresses where the region and location are not known. When this happens you will see the IP address displayed instead of the region and locations.

To report this take the following steps:

  1. Open a New Issue: https://github.com/notatallshaw/fall_guys_ping_estimate/issues/new
  2. Put in what details you can, especiailly if you know your Fall Guys Region
  3. Open File Explorer and paste in the address bar %APPDATA%\fgpe and press enter
  4. Drag the file "unknown_ip_addresses.csv" in to the new issues box
  5. Press "Submit new issue"

Install from Source Code

To install you must have Python 3.9+ and run the following command:

python -m pip install git+https://github.com/notatallshaw/fall_guys_ping_estimate.git

Run from Source code

On the command line run:

python -m fgpe

Build Executable

Checkout the source code from git, have Python 3.9+ installed.

Install the package in the git repository:

python -m pip install .

Install Pyinstaller:

python -m pip install pyinstaller

Build the installer (will create an exe at dist\run_fgpe.exe):

pyinstaller installer\run_fgpe.py --clean --add-data "fgpe/data/*;fgpe/data" --noconsole --onefile --icon installer\fall_guy.ico

Icon File

The excellent icon file for the executable was created by "Foxpool": https://pixabay.com/users/foxpool-19974991/

It is listed as "Free for commercial use. No attribution required" and is sourced at: https://pixabay.com/illustrations/fall-guys-fall-guy-guy-6022164/

fall_guys_ping_estimate's People

Contributors

notatallshaw avatar rossdonald avatar soulee-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.