Skip to content

Geuthur/EVE-Alert-Opensource

Repository files navigation

Eve Online Alert

pre-commit.ci status Code style: black Python package

EVE Alert - Check every 1-3 seconds if the Local has an Enemy or Neutral in System and play a sound if someone is there!

Features

  • Play Sound on Local Detection
  • Easy-Use Interface
  • Start/Stop System
  • Monitoring Region on Picture Mode in real-time (also possible to stream via Discord for friends)
  • Color Detection Mode - If Picture Mode not working for you simply use the Color Detection Mode (needs more ressources)
  • Faction Spawn Detection - Now you can set a Faction Spawn Detection and it will play a sound if a faction is in Site

Usage

  • Simply launch Alert.exe, and a menu will appear. You can configure all your settings there. Afterward, click on "Start."
  • If the Alert doesn't respond to the local chat, you can reduce the detection accuracy or double-check if you've set the region correctly.
  • If both settings are 100% accurate and your interface is not blurred, make sure that your neutral symbol looks like this:
  • You can edit all images & sounds by yourself only the name must be the same

Installation

To create an executable program, you need to download a release version and then run it through the installer in an environment. You also need a Python Version installed on Windows or Linux

Download Version

Go to the releases page to download the latest version.

Install Python

You need Python for Step 3 Here is a Guide to install Python

Windows User:

Install Python you can download it from Python Download

Linux User:

On Linux Python is automaticly installed you can update it with

sudo apt update

Make Build

Note

Ensure you have read/write permissions to this directory

Windows:

installer_window.bat

Linux:

./installer_linux.sh

Now you will find a folder called dist/ where the finished executable program is located.

Detection

Image Detection

  • Neutral: Neutral
  • Enemys: Red

If you want more, simply add more images to the "img/" folder with naming image_1, image_2, image_3, etc.

Color Detection

  • Neutral: Neutral

  • Enemys: Red

  • The Color Mode alert react to all RED Colors

  • You Symbols must look like the upove icons to work.

Detection Modes

ingame no detection ingame2 detection

Ingame / No Detection (Vision Window) / Ingame RED Local / Detection (Vision Window)

Resolution

Note

Resolution Scaling can be a issue

Window

EVE

Showcase

Alert.mp4

Donation

I know it is simple Script, but if you want to support me here: https://www.paypal.com/paypalme/HellRiderZ

Terms

Caution

This is an open-source project without any guarantees. Use it at your own risk. Please ensure that you comply with EVE Online's terms of use and policies. The use of bots or automation may violate the game's terms of service.

Contributing

Contributions are welcome! If you would like to contribute to this project and optimize the code, follow these steps:

  1. Fork the repository by clicking on the "Fork" button at the top right corner of this page.
  2. Clone your forked repository to your local machine.
  3. Make the necessary changes and improvements to the code.
  4. Commit your changes and push them to your forked repository.
  5. Submit a pull request by clicking on the "New pull request" button on the original repository's page.

Please ensure that your contributions adhere to the following guidelines:

  • Follow the existing code style and conventions.
  • Clearly describe the changes you have made in your pull request.
  • Test your changes thoroughly before submitting the pull request.

By contributing to this project, you agree to release your contributions under the MIT License.