1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2025-12-10 03:52:48 +01:00

Update README.md

This commit is contained in:
Hubert Walczak 2023-09-11 18:49:35 +02:00 committed by GitHub
parent ac14df5620
commit 25cd6b7197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ Fullfledged example of the React HUD made for HUD Manager. It has:
- Custom actions
- Keybinds
- Killfeed
- Player cam feed
- Custom Radar
@ -61,11 +60,11 @@ Fullfledged example of the React HUD made for HUD Manager. It has:
# Download
To download it just click here: [DOWNLOAD HUD](https://github.com/lexogrine/csgo-react-hud/releases/latest)
To download it just click here: [DOWNLOAD HUD](https://github.com/lexogrine/cs2-react-hud/releases/latest)
# Instruction
## Setting up
Fork this repo, clone it, and then run `npm install` and `npm start`. HUD should start on the 3500 port. For this to work have HUD Manager opened so it will pass CS:GO data to the HUD.
Fork this repo, clone it, and then run `npm install` and `npm start`. HUD should start on the 3500 port. For this to work have HUD Manager opened so it will pass CS2 data to the HUD.
## Identifying HUD
In `/public` directory edit hud.json so it fits you - fill HUD's name, author, version, specify the radar and killfeed functionalities. At the end replace the thumb.png with your icon :)
@ -140,4 +139,4 @@ The Killfeed component basically just keeps kills in the state during the round,
This killfeed detects who killed whom, if there was an assist (flash assist as well), used weapon, headshot and wallbang.
## Radar
Radar is custom React-based component, made by Hubert Walczak, and is easily editable from css.
Radar is custom React-based component, made by Hubert Walczak, and is easily editable from css.