Skip to content

af-redmscripts/asfallen-killfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Killfeed System

This project is a killfeed system designed for RedM, a modification framework for Red Dead Redemption 2. It provides a real-time killfeed UI that displays player eliminations, showcasing both the killer and the victim in a visually appealing manner.

Features

  • Real-Time Killfeed: Displays information about who killed whom in the game.
  • Dynamic UI: Supports smooth animations and auto-removal of old entries to maintain a clean interface.
  • Customizable Design: Modify the styles, positions, and animations via the provided style.css.
  • Server and Client Integration: Uses client-server communication to ensure accurate kill tracking.
  • Test Command: Quickly test the functionality using a built-in test command.

Requirements

  • RedM with the latest version of the cerulean framework.
  • VORP Core for integration with RedM.

Installation

  1. Clone or download this repository.
  2. Place the files in your RedM resource directory.
  3. Add the resource to your server.cfg:
    ensure asfallen-killfeed
    

File Structure

  • fxmanifest.lua: Resource manifest defining the scripts and assets.
  • client.lua: Handles client-side events, including killfeed updates.
  • server.lua: Manages server-side events and player information.
  • nui/index.html: Main HTML file for the killfeed interface.
  • nui/style.css: Stylesheet for customizing the UI design.
  • nui/script.js: Script for dynamic interactions within the killfeed UI.
  • nui/kill.png: Icon used in the killfeed to represent kills.

Usage

  1. Start the resource on your RedM server.
  2. The killfeed will automatically update when players are eliminated.
  3. To test the system manually, use the /test command in-game:
    /test [killer] [victim]
    
    Replace [killer] and [victim] with the respective player names.

Customization

  • Modify style.css to change the appearance of the killfeed.
  • Edit client.lua and server.lua for advanced logic and features.
  • Replace kill.png with your preferred icon (ensure it matches the required dimensions).

License

This project is released under the MIT License. Feel free to use, modify, and distribute it as per the license terms.


Author: asfallen

Description: Killfeed system for RedM.

Feel free to contribute to this project by submitting pull requests or reporting issues.

About

Kill feed script for RedM PVP servers using Vorp_Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors