> For the complete documentation index, see [llms.txt](https://docs.akiraghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akiraghost.com/product-guides/akira-jni/features/visuals/chams.md).

# Chams

The *Chams* module renders player models in custom colors through walls, replacing or supplementing the standard ESP box. Unlike a bounding box, it shows the full player silhouette — you can see exactly what armor they're wearing, where they're looking, and whether they're crouching.

## Mode

The visual style applied to all players covered by Chams (default **Flat Color**):

* **Flat Color** — solid shaded model using the configured colors.
* **Wireframe** — see-through mesh outline of the player model.
* **Texture** — original skin texture with depth-override.
* **Outline** — solid model with a colored border around it.

## Colors

Which colors apply depends on the mode.

### Flat Color mode

Each player category gets a separate color for when they are directly visible versus hidden behind terrain:

* **Visible color** / **Hidden color** — enemy players in the open versus occluded by geometry.
* **Friend visible color** / **Friend hidden color** — friends in the open versus behind walls.
* **Teammate visible color** / **Teammate hidden color** — teammates in the open versus behind walls.

### Wireframe & Outline mode

* **Outline color** — in Wireframe mode this sets the mesh line color; in Outline mode it sets the border drawn around the solid model.
* **Outline width** — in Wireframe mode this controls the pixel width of the mesh lines; in Outline mode it controls how far the border extends from the model edge. From `0.5` to `10.0` (default `2.0`).

## Target selection

Choose which player categories Chams applies to:

* **Apply to enemies** — on by default.
* **Apply to teammates** — off by default.
* **Apply to friends** — off by default.

## Advanced

**Ignore depth for visible** (off by default) disables the depth test for the visible-color pass, so the model is drawn on top of all geometry even when the player is technically in your line of sight. Useful if you want the Chams render to never be obscured.

{% hint style="success" %}
**Recommended:** Chams gives you a massive tactical edge over a plain ESP box — you can read armor, facing direction, and held items through walls. Start with **Flat Color** mode, set a bright **Visible color** and a clearly distinct **Hidden color**.
{% endhint %}
