Basic thirdperson camera plugin for Counter-Strike 2
- Toggleable third-person view (
!customcommand,!thirdperson, orcss_thirdperson) - Smooth camera transitions (optional)
- Admin-only access (optional)
- Configurable messages and behavior
This plugin requires the following dependency: Ray-Trace
- Download the latest release from: https://github.com/KKNecmi/ThirdPerson-Revamped/releases/latest
- Extract the contents of the downloaded ZIP file to the addons/counterstrikesharp/ folder.
- Adjust the config file in the
addons/counterstrikesharp/configs/plugins/ThirdPersonRevamped/directory.
📁 Default Config File (ThirdPersonRevamped.json):
// This configuration was automatically generated by CounterStrikeSharp for plugin 'ThirdPersonRevamped', at 2026/03/25 04:54:56
{
"CustomTPCommand": "tp",
"UseOnlyAdmin": false,
"OnlyAdminFlag": "@css/slay",
"BlockCamera": true,
"UseSmoothCam": true,
"ThirdPersonDistance": 110,
"ThirdPersonHeight": 76,
"StripOnUse": false,
"ConfigVersion": 1
}
