You are viewing a potentially older version of this package. View all versions.
ignah1-TargetToggle-1.0.0 icon

TargetToggle

Agrega un hotkey configurable para switchear entre Closest Enemy y Smart Aim en tiempo real, con un indicador visible en el HUD abajo a la derecha.

By ignah1
Date uploaded 3 months ago
Version 1.0.0
Download link ignah1-TargetToggle-1.0.0.zip
Downloads 44
Dependency string ignah1-TargetToggle-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.738 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.738

README

TargetToggleMod — Megabonk

Mod de BepInEx (IL2CPP) que agrega un hotkey configurable para cambiar entre Closest Enemy y Smart Aim en tiempo real, con un indicador visible en el HUD abajo a la derecha.


📦 Requisitos

Requisito Versión
BepInEx IL2CPP Pack 6.0.738+
.NET SDK (para compilar) 6.0+
Megabonk última versión

🚀 Instalación

  1. Instalá BepInEx IL2CPP en tu carpeta de Megabonk si no lo tenés.

⚙️ Configuración del hotkey

Editá el archivo generado en:

BepInEx/config/com.tuusuario.targettoggle.cfg
[Hotkeys]
## Tecla para alternar el modo de targeting
# Valores válidos: cualquier KeyCode de Unity (T, F, Tab, PageUp, Mouse3, etc.)
ToggleTargetingMode = T

Cambiá T por la tecla que quieras. Podés ver todos los valores posibles en: https://docs.unity3d.com/ScriptReference/KeyCode.html


Aburridow.-