Skip to content

Kokoio01/ERLC-Overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERLC Server Overlay

MIT License

This is a simple Flask web application that provides a web overlay to display server and player information for an ERLC (Emergency Response: Liberty County) private server. It uses the policeroleplay.community API.

Features

  • Displays general server information.
  • Shows player counts for each team (Civilian, Police, Sheriff, Fire, DOT).
  • Provides a simple and clean HTML template to visualize the data.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/your-username/ERLC-Overlay.git
    cd ERLC-Overlay
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up your API Key:

    • Rename the .env.example file to .env.
    • Open the .env file and add your API key from the policeroleplay.community website:
      API_KEY="your_api_key_here"
      
  4. Configure OBS:

    • In OBS Studio, add a new "Browser" source.
    • Set the URL to http://localhost:8000.
    • Adjust the width and height as needed.

How to Use

To start the overlay, simply run the following command in the project directory:

python main.py

The application will then be accessible at http://localhost:8000, and the OBS Browser source will become active.

About

A Overlay Sever made for the Roblox Game ERLC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published