/basic-csgo-hud

Basic unstyled CSGO graphics using nodecg-csgo-manager

Primary LanguageTypeScriptMIT LicenseMIT

Basic CSGO Graphics

Full HUD Basic CSGO HUD that I designed to be basic enough so that you can modify it.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For killfeed and player firing indicators on the mini map:

  • HLAE I recommend understanding what this program does if you haven't used it before

Installing

Installation

  1. Download from releases.
  2. Extract to the nodecg bundles folder so that the file structure is nodecg/bundles/basic-csgo-hud/...

Building for development

  1. Clone the repo into the NodeCG bundles folder

    cd nodecg/bundles
    git clone https://github.com/EwanLyon/basic-csgo-graphics.git
  2. Install NPM packages

    npm install
  3. Run build

    npm run build
  4. Start NodeCG

    npm run start

    or

    cd ../..
    node .
  5. (Optional) If running HLAE type into the CSGO console

    mirv_pgl events whitelist add "player_death"
    mirv_pgl events whitelist add "other_death"
    mirv_pgl events whitelist add "weapon_fire"
    mirv_pgl url "ws://localhost:31337/mirv"
    mirv_pgl start

Roadmap

Currently a lot of code cleanup needs to occur. Expect changes to occur rapidly and break bundles using this.

See the open issues for a list of proposed features (and known issues).

Built With

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details