CS2_SpeedometerHUD_WASD 2.0

Totul despre Counter-Strike Sharp. Tutoriale de instalare, scripting in C# si cele mai noi pluginuri pentru serverul tau de CS2.
Post Reply
User avatar
greenie
Full Member
Full Member
Posts: 2389
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Da

CS2_SpeedometerHUD_WASD 2.0

Post by greenie »

CS2_SpeedometerHUD_WASD
This plugin displays the player's current speed and pressed movement keys (WASD, Shift, Ctrl, Space, etc.) in the 3D HUD. The speed is centered above the keys. It works in-game, after death, and in spectator mode (shows the speed and keys of the spectated player). It uses a stable point_orient method to eliminate shaking. An improved jump detection algorithm works for Space and MWHEELDOWN.

Variables
Configuration parameters
css_speedometer_enabled <0/1>, def.=1 – Enable/Disable the plugin.
css_speedometer_hud_channel <0-255>, def.=1 – HUD channel to display.
css_speedometer_hud_x <-100.0 to 100.0>, def.=-2.3 – HUD position along the X axis.
css_speedometer_hud_y <-100.0 to 100.0>, def.=-3.5 – HUD position along the Y axis.
css_speedometer_hud_z <0.0-20.0>, def.=6.7 – HUD position along the Z axis (height).
css_speedometer_font_size <10-100>, def.=40 – Font size.
css_speedometer_font_name (string), def.="Consolas" – Font name.
css_speedometer_units_per_px <0.001-1.0>, def.=0.0057 – Units per pixel for font scaling.
css_speedometer_color <R,G,B>, def.="255,255,255" – HUD color in Red,Green,Blue format (each component 0-255).
css_speedometer_update_interval <0.01-1.0>, def.=0.01 – Speed ​​and keys update interval (seconds).
css_speedometer_show_keys <0/1>, def.=1 – Show pressed movement keys.
css_speedometer_show_spectator <0/1>, def.=1 – Show HUD in spectator mode (who the player is spectating).
css_speedometer_log_level <0-5>, def.=4 – Logging level (0-Trace,1-Debug,2-Info,3-Warning,4-Error,5-Critical).
css_speedometer_text_border_width <0.0-10.0>, def.=0.0 – Text border thickness (0 = no border).
css_speedometer_text_border_height <0.0-10.0>, def.=0.0 – Text border height.
css_speedometer_use_bold_font <0/1>, def.=1 – Use bold font.
css_speedometer_hud_method <0/1>, def.=1 – HUD display method: 1 – point_orient (stable, no shaking), 0 – teleport (fast, but may shake).
css_speedometer_jump_display_time <0.1-1.0>, def.=0.4 – Display time of the JU (jump) indicator after a jump (seconds).
css_speedometer_bunnyhop_window <0.1-1.0>, def.=0.5 – Time during which the next jump is considered a bunnyhop (for the JU indicator).
Teams
Console commands
css_speedometer_help – Show detailed help for the plugin.
css_speedometer_settings – Show current settings and statistics (GameHUD API availability, number of players).
css_speedometer_test – Send a test message to the HUD (available only to the player).
css_speedometer_reload – Reload the configuration from the file and reinitialize the HUD for all players.
css_speedometer_toggle – Enable/disable the speedometer for yourself (individual setting).
css_speedometer_enable – Enable the plugin (globally).
css_speedometer_disable – Disable the plugin (globally).
css_speedometer_setenabled <0/1> – Set css_speedometer_enabled.
css_speedometer_setchannel <0-255> – Set css_speedometer_hud_channel.
css_speedometer_setposition <XY Z> – Set HUD position (X, Y, Z separated by spaces, fractional parts separated by dots).
css_speedometer_setcolor <R,G,B> – Set HUD color (e.g. 255,0,0).
css_speedometer_setfontsize <10-100> – Set css_speedometer_font_size.
css_speedometer_setfontname <name> – Set css_speedometer_font_name.
css_speedometer_setunits <0.001-1.0> – Set css_speedometer_units_per_px.
css_speedometer_setinterval <0.01-1.0> – Set css_speedometer_update_interval.
css_speedometer_setkeys <0/1> – Set css_speedometer_show_keys.
css_speedometer_setspectator <0/1> – Set css_speedometer_show_spectator.
css_speedometer_setloglevel <0-5> – Set css_speedometer_log_level.
css_speedometer_setborder <width> <height> – Set text border (width and height separated by spaces).
css_speedometer_setbold <0/1> – Set css_speedometer_use_bold_font.
css_speedometer_setmethod <0/1> – Set css_speedometer_hud_method (0 – teleport, 1 – point_orient).
css_speedometer_setjumptime <0.1-1.0> – Set css_speedometer_jump_display_time.
css_speedometer_setbhopwindow <0.1-1.0> – Set css_speedometer_bunnyhop_window.

Team nicknames:
css_speedometer_togglekeys – Toggle the display of keys (show_keys).
css_speedometer_togglespectator – Toggle the display in spectator mode (show_spectator).
css_speedometer_togglebold – Toggle the bold font (use_bold_font).
Installation
Full paths should look like this:
game\csgo\addons\counterstrikesharp\plugins\CS2_SpeedometerHUD_WASD\CS2_SpeedometerHUD_WASD.dll
game\csgo\addons\counterstrikesharp\plugins\CS2-GameHUD\CS2-GameHUD.dll
game\csgo\addons\counterstrikesharp\shared\CS2-GameHUDAPI\CS2-GameHUDAPI.dll

https://hlmod.net/resources/cs2_speedom ... 0/download
𝑴𝒂𝒚𝒃𝒆 𝒕𝒉𝒆 𝑬𝒂𝒓𝒕𝒉 𝒊𝒔 𝒕𝒉𝒆 𝑯𝒆𝒍𝒍 𝒐𝒇 𝑨𝒏𝒐𝒕𝒉𝒆𝒓 𝑷𝒍𝒂𝒏𝒆𝒕... ☢️
Post Reply

Return to “Counter-Strike Sharp CS2”