# BlipCleaner

A RagePluginHook plugin for GTA V that clears map blip clutter with a single keypress.

## Features

- Press a hotkey (default F10) to remove all map blips
- Preserves your waypoint, player blip, and current vehicle blip
- Configurable hotkey via INI file
- Shows cleanup stats (deleted / skipped) in-game

## Requirements

- Grand Theft Auto V
- RagePluginHook (RPH)

## Installation

1. Copy `BlipCleaner.dll` and `BlipCleaner.ini` into your GTA V `plugins` folder (e.g. `Grand Theft Auto V\plugins\`).
2. Launch GTA V through RagePluginHook.

## Configuration

Edit `BlipCleaner.ini` in your `plugins` folder to change the hotkey:

```ini
[Settings]
CleanBlipsKey=F10
CleanBlipsModifier=None
```

Use any .NET `Keys` enum name for the key (e.g. `F9`, `Delete`, `End`). Set the modifier to `None` for no modifier, or `LControlKey`, `LShiftKey`, `LMenu` (Left Alt), etc.

## Usage

Press the configured hotkey (default **F10**) to clean up all blips. Your waypoint, player blip, and current vehicle blip are always kept.

Some blips are stubborn and may not disappear on the first press. Hit the hotkey a few more times to clear them out.

## Author

Gamecock Tomahawk
