Skip to content

vermon-css/quality-boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quality Boost

Trikz macro to jump after a certain amount of time when you throw a flashbang. Maximum speed is expected by default.

It's implemented as a client plugin, so it's loaded by the game without any external software.

Installation

  1. Place macro.dll inside cstrike folder.
  2. Add the -insecure launch option, otherwise the plugin can't be loaded
  3. Type plugin_load macro in the console while in the main menu. Alternatively, you can add +plugin_load macro to the game launch parameters to load it automatically on startup.

Usage

Activate by pressing MOUSE2 button (+attack2).
To change the delay, use macro console command, for example macro 0.08.

For developers

When throwing a grenade, the server logic typically releases it after 0.1 seconds. To achieve maximum vertical speed, it is important to jump at the same time, as the grenade inherits the player's speed. If you jump later, gravity will come into play, and the vertical speed will decrease.

About

CS:S Trikz Macro as a client plugin.

Topics

Resources

Stars

Watchers

Forks