Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa authored Dec 7, 2020
1 parent 29ca90e commit a88953d
Showing 1 changed file with 24 additions and 35 deletions.
59 changes: 24 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,51 @@
![Logo](https://imgur.com/EFxGF19.png)

![Author](https://img.shields.io/badge/Author-rtxa-blue "Author") ![Version](https://img.shields.io/badge/Version-Beta%202.4-blue "Version") ![Last Update](https://img.shields.io/badge/Last%20Update-10/07/2020-blue "Last Update")

## ☉ Description
![Author](https://img.shields.io/badge/Author-rtxa-9cf "Author") ![Version](https://img.shields.io/badge/Version-Beta%202.5-blue "Version") ![Last Update](https://img.shields.io/badge/Last%20Update-07/12/2020-blue "Last Update")

AG Mod X is an improved Mini AG alternative made as a plugin for AMX Mod X from the ground. It's easy to add new stuff, make improvements, do changes, etc.

### ☰ Features

- Bugfixed HL inside. Fixes a lot of issues from the original HL and comes with some nice features and improvements.
- Fixes and improvements to the original Mini AG.
- Multi-language support (English and Spanish are included).
- Portability. The mod allows to use other plugins in your server and more because the mod itself is an AMXX plugin.
- Portability/Flexibility. The mod allows to use other plugins in your server and more because the mod itself is an AMXX plugin. You can easily turn it off in case there's an interference with another plugin.
- New gamemodes like **LLHL** or missing ones like **CTF** have been added.
- It's open-source.

### ☰ Improvements
### ☰ Improvements and fixes to the original Mini AG.

- CTF game mode has been ported and with a new style.
- Color codes are now displayed and don't get removed anymore.
- Color codes are now displayed and don't get removed anymore (Always enabled).
- Weapons are now displayed in spectator mode.
- Respawn time is now consistent with all FPS values (no more players spawning instantly by using high FPS).
- No more bug of standing corpses from clients playing with high FPS.
- Now antiflood doesn't get block anymore when game is paused.
- HUD and votes are now displayed in the AG Style.
- Now you can type player's name in cmds like `agallow`, `agkick` or `agforcespectator` partially and without adding color codes.
- New votes have been added.
- Some `sv_ag_dmg_xxx` cvars have been fixed and new commands were added. More info in the [wiki](https://github.com/rtxa/agmodx/wiki).

### 👁 More Info

- The [wiki](https://github.com/rtxa/agmodx/wiki) contains info about the new commands and features added or whatever you wanna know about this MiniAG.
- Check [Projects](https://github.com/rtxa/agmodx/projects) page to see the progress of the *To Do* list.

## ⤓ Download

- **Source** package contains the source code of the mod.
- **Full** package contains compiled plugins with Metamod and AMXX ready to use.

You will find the **Full** package along with the **Source** [here](https://github.com/rtxa/agmodx/releases/).
- Fixed the chat anti-flood not unmuting you when the game was paused.
- *HUD messages and votes* are now displayed with the *AG Style.*
- CMDs like `agallow`, `agkick` or `agforcespectator` now allow to type the player's name partially and without the need to add color codes.
- New votes have been added: `ag_spectalk`, `mp_respawn_fix` and more.
- Fixed some **damage** cvars not working, like the ones from the *crossbow* and the *hand grenade*. Added damage cvar for gauss secondary attack.
- Help commands like `aglistvotes` and `help` have been improved to display in different pages. Avoids too the chance to get disconnect by overflow when there are a lot of commands.

## ⚙ Installation
More info about the new commands and features can be found in the [Wiki](https://github.com/rtxa/agmodx/wiki).

### ☰ Requirements
## ☰ Requirements

- Last HLDS (build 8308) or [ReHLDS](https://github.com/dreamstalker/rehlds/releases) 3.6 or newer (Warning: Last version of ReHLDS for Linux has an auto-aim bug, download version 3.7.0.693 instead).
- [Metamod 1.21.37p](https://github.com/jkivilin/metamod-p/releases) or newer (included and ready to use in the full package).
- [Last AMXX 1.9](https://www.amxmodx.org/downloads-new.php) installed (included and ready to use in the full package).
- HLDS Build 8308 or newer / [ReHLDS](https://github.com/dreamstalker/rehlds/releases) 3.6 or newer (**Warning**: Last version of ReHLDS on Linux has an auto-aim bug, use version 3.7.0.693 instead).
- [Metamod-P v1.21p37](https://github.com/jkivilin/metamod-p/releases) or newer (included and ready to use in the full package).
- [Last AMXX v1.9](https://www.amxmodx.org/downloads-new.php) (included and ready to use in the full package).

### ☰ Instructions
## ⚙ How To Install

- Have a clean installation of Half-Life ready.
- Download the full package (Metamod and AMXX included ready to use). You'll find this in the [Releases](https://github.com/rtxa/agmodx/releases) page.
- Open the package and extract the content of folder 'valve' in your server mod directory (e.g. 'C:\Half-Life\valve'). Replace if asked.
1. Have ready a clean installation of the latest *Half-Life Dedicated Server*.
2. Download the *Full Mod Package* from [here](https://github.com/rtxa/agmodx/releases).
3. Open the package and extract the content inside your server installation. Replace if asked.

Now you are ready to play in your server.
Now turn on your server and enjoy.

## ☆ Thanks to:

- BulliT for his AG Mod and some useful codes.
- Lev for his Bugfixed HL and some useful codes.
- KORD_12.7 for his HL Stocks include for AMXX.
- FlyingCat for his LLHL game mode.

Please, feel free to create any issues or pull requests, any feedback will be appreciated.

0 comments on commit a88953d

Please sign in to comment.