Blame

d889b5 Ch0wW 2025-03-12 12:08:11 1
# Adrenaline-Gamer
332848 Ch0wW 2025-03-13 18:45:06 2
3
[![](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://patreon.baseq.fr)
d889b5 Ch0wW 2025-03-12 12:08:11 4
90ecab Ch0wW 2025-03-13 18:05:51 5
Adrenaline Gamer is a very flexible modification of Half-Life created by BulliT, allowing players to configure the server their way, with several gamemodes. It has been considered by the community to be the Promod for Half-Life 1.
d889b5 Ch0wW 2025-03-12 12:08:11 6
90ecab Ch0wW 2025-03-13 18:05:51 7
Despite the latest version being 6.6, the community has released an updated client called [**OpenAG**](https://openag.pro/) that brings lots of fixes and also improving the experience.
d889b5 Ch0wW 2025-03-12 12:08:11 8
b82591 Ch0wW 2025-03-12 12:43:19 9
::: info
f44be5 Ch0wW 2025-03-13 18:06:03 10
**Please note that the BaseQ servers use a custom server build of Adrenaline Gamer that also improves the user experience, as well as fixing lots of common issues.**
b82591 Ch0wW 2025-03-12 12:43:19 11
:::
12
517e96 Ch0wW 2025-03-13 17:38:19 13
# HL25 changes
5f42bd Ch0wW 2025-03-13 18:03:10 14
By default, our Adrenaline Gamer Servers partially use several of the [Half-Life 25th Anniversary gameplay update](https://store.steampowered.com/news/app/70/view/6941797379568863069?l=english), which are:
517e96 Ch0wW 2025-03-13 17:38:19 15
- Changes regarding the reloading speed of the Hornet Gun.
16
- Changes regarding the physics of the Hand Grenades.
0ae037 Ch0wW 2025-03-13 18:02:04 17
- Magnum (.357) has a damage increase (from 40 to 50).
517e96 Ch0wW 2025-03-13 17:38:19 18
- MP5 starts with full ammo rather than with 25 bullets.
0ae037 Ch0wW 2025-03-13 18:02:04 19
- Crowbar swings are properly predicted.
517e96 Ch0wW 2025-03-13 17:38:19 20
0ae037 Ch0wW 2025-03-13 18:02:04 21
You can disable these changes to be pre-HL25 through a vote: type `ag_hl25 0` in the console.
d889b5 Ch0wW 2025-03-12 12:08:11 22
a47aa8 Ch0wW 2025-03-12 12:41:04 23
# Topology:
d889b5 Ch0wW 2025-03-12 12:08:11 24
| Type | Description |
25
| -------- | -------- |
26
| ![](./chatcmd.png) | Indicates a chat command. |
27
| ![](./consolecmd.png) | Indicates a console command. |
a47aa8 Ch0wW 2025-03-12 12:41:04 28
29
## Commands
d889b5 Ch0wW 2025-03-12 12:08:11 30
| Command | Type | Description |
31
| -------- | -------- | -------- |
6cea76 Ch0wW 2025-03-12 12:32:00 32
| **agmap** | ![](./chatcmd.png) ![](./consolecmd.png) | Shows the mapvote menu. |
eb0a79 Ch0wW 2025-03-12 12:46:39 33
| **agmap "map"** | ![](./consolecmd.png) | Vote a mapchange (if the map exists). |
0ae037 Ch0wW 2025-03-13 18:02:04 34
| **agstart** | ![](./consolecmd.png) | Vote for a match start. |
35
| **agabort** | ![](./consolecmd.png) | Vote for a match cancellation (only if a match has started!) |
36
| **agpause** | ![](./consolecmd.png) | Pause/Unpause the match (only if a match has started!). |
d889b5 Ch0wW 2025-03-12 12:08:11 37
517e96 Ch0wW 2025-03-13 17:38:19 38
1b5eb7 Ch0wW 2025-03-13 18:14:39 39
# Setinfo improvements
5f470f Ch0wW 2025-03-14 11:19:48 40
Our servers include a few userinfo improvements. By using `setinfo` followed by the userinfo key, you can use a few additional variables:
1b5eb7 Ch0wW 2025-03-13 18:14:39 41
9e18fc Ch0wW 2025-03-13 18:16:54 42
| Userinfo Key | Allowed Values | Description |
1b5eb7 Ch0wW 2025-03-13 18:14:39 43
| -------- | -------- | -------- |
44
| `hud_nomatchinfo` | `0/1/2` | `0`: Displays the server settings popup on top-right of the screen. / `1`: Only displays during pre-matches. `2`: Never display it. |
2c8aa9 Ch0wW 2025-03-13 18:15:57 45
| `joinspectator` | `0/1` | Joins the server as a spectator and not as a player. |
1b5eb7 Ch0wW 2025-03-13 18:14:39 46
a47aa8 Ch0wW 2025-03-12 12:41:04 47
# Training server
0ae037 Ch0wW 2025-03-13 18:02:04 48
[We also have a training server](steam://connect/185.157.244.204:20012), if you want to learn some important things such as Wallgauss spots against bots, or if you need to train on some movement tricks.
a47aa8 Ch0wW 2025-03-12 12:41:04 49
0ae037 Ch0wW 2025-03-13 18:02:04 50
In this server, we purposely disabled the damage between real players. However they can be hurt by bots or by self-damage, although these 2 options can be toggled individually.
d889b5 Ch0wW 2025-03-12 12:08:11 51
eb0a79 Ch0wW 2025-03-12 12:46:39 52
This server uses a home-made modified version of [Teylo's Aim Trainer](https://s.baseq.fr/ag-aim-teylo), which drastically improves the original mod by fixing lots of issues, while also enabling Multiplayer purposes and several individual settings.
a47aa8 Ch0wW 2025-03-12 12:41:04 53
c14af4 Ch0wW 2025-03-13 18:19:40 54
#### Commands
d889b5 Ch0wW 2025-03-12 12:08:11 55
| Command | Type | Description |
56
| -------- | -------- | -------- |
a47aa8 Ch0wW 2025-03-12 12:41:04 57
| **say /train** | ![](./chatcmd.png) | Shows the training menu. |