Coder Social home page Coder Social logo

wrathzr / cvar-unhide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saul/cvar-unhide

0.0 0.0 0.0 1.8 MB

Plugin to reveal all console variables/commands that are marked as hidden/development-only.

License: MIT License

C++ 78.48% C 0.16% Dockerfile 0.59% Makefile 20.77%

cvar-unhide's Introduction

cvar-unhide CI

This Source Engine plugin reveals all console variables (convars/cvars) that are marked as hidden or development-only. The plugin can also set console variables to arbitrary values, bypassing any hard-coded minimum/maximum. Furthermore, console commands can be 'force dispatched' regardless of whether they are marked as hidden, cheat or development-only.

A list of all console variables/commands that are made available by this plugin can be found in cvarlist-csgo.md and cvarlist-portal2.md.

๐Ÿ’ก

You must add -insecure to CSGO's launch options for the game client to load plugins. The plugin will not load without this command-line argument set.

Supported games

  • Counter-Strike: Global Offensive
  • Portal 2

Installation

  1. Download the latest release of the plugin. Choose the correct release for your game and OS:
    https://github.com/saul/cvar-unhide/releases/latest

  2. Extract the contents of the ZIP to the game's mod folder.

    • ๐Ÿ“‚ $STEAM\steamapps\common\Counter-Strike Global Offensive\csgo for CSGO
    • ๐Ÿ“‚ $STEAM\steamapps\common\Portal 2\portal2 for Portal 2

    After extraction there should be an addons folder in the game folder, e.g. Portal 2\portal2\addons\...

  3. Start the game from Steam.
    โš  CSGO must be launched with -insecure in the launch options. If you don't know how to do this, take a look this Steam Community guide.

Available commands

If you installed the plugin correctly, you should now be able to use the following commands in the console:

  • cvar_set: Set the value of a ConVar regardless of its maximum/minimum values
  • cvar_unhide_all: Unhide all FCVAR_HIDDEN and FCVAR_DEVELOPMENTONLY convars
  • cvarlist_all: List all ConVars. Syntax: [hidden]
  • dump_netprops: Dump all network props. Syntax: [table depth = 1]. A table depth of -1 indicates infinite depth.
  • find_all: Replica of "find". Ignores FCVAR_HIDDEN or FCVAR_DEVELOPMENTONLY flags
  • force_dispatch: Dispatch a command regardless of any hidden, cheat or developmentonly flags
  • hltv_modevents: List all HLTV mod events (game events that are recorded in demos).

cvar-unhide's People

Contributors

saul avatar brikir avatar mruy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.