【CS2】SharpTimer 跳跃/滑翔服速度监视插件

我不当学长 管理员组 5月前 478

插件介绍:

  • 此插件可以试试检视玩家当前的地速,操作按键,游玩耗时等信息,非常适用于滑翔/跳跃服

----------------- [Timer, Speedometer and Keys] -----------------

-------------------------- [Players PBs] --------------------------

----------------- [Checkpoints (disabled by default)] -----------------

插件依赖:

安装方法:

命令

命令 功效
!r 将玩家传送回 Spawn
!top 在当前地图上打印前 10 次
!rank 告诉您在当前地图上的排名
!cp 设置检查点
!tp 将玩家传送到最新的检查点
!prevcp 将玩家传送到上一个检查点
!nextcp 将玩家传送到上一个检查点

配置方法:

这个插件配置方法有点复杂,有兴趣可以研究一下,我是没有搞很懂:https://github.com/DEAFPS/SharpTimer/#configuration

  • See for basic plugin configuration (yes you can enable checkpoints there)game/csgo/cfg/SharpTimer/config.cfg

  • This plugin will look for & triggers by default, if the map uses different trigger targetnames or does not have triggers at all (most bhop and deathrun maps dont) you will have to add them into the timer_startzonetimer_endzonemapdata.json

  • To add Map Start and End zones you can simply add the of the triggers in the inside of using and targetnamesmapdata.jsongame/csgo/cfg/SharpTimer/MapStartTriggerMapEndTrigger

    You can look up the trigger targetnames using these offline server commands:

    sv_cheats true
    ent_find trigger_multiple (will list all 'zoning' triggers that mapper/port has put in)
    ent_bbox <targetname> (will draw it in game)
    

    Many maps do not contain any or triggers. As a workaround you can setup the trigger manually be defining its opposite corner coordinates with and ! if you are using the or to get the coordinates you will have to subtract from the Z axis since the coordinates given are at the height of your camera and not your feet! You also need to define the for the command using startzoneendzoneMapStartC1MapStartC2getposcl_showpos 164 unitsRespawnPos!rRespawmPos

    Here is a Example of what the can look like with both map triggers and manual triggers:mapdata.json

{
  "surf_kitsune": {
    "MapStartTrigger": "stage1_start",
    "MapEndTrigger": "stage9_end",
  },
  "surf_beginner": {
    "MapStartTrigger": "stage1_trigger",
    "MapEndTrigger": "end_trigger",
  },
  "surf_boomer": {
    "MapStartTrigger": "zippan_start",
    "MapEndTrigger": "zippan_end",
  },
  "surf_mesa_revo": {
    "MapStartC1": "255.63 -1360 8928",
    "MapStartC2": "-259.002686 -832 8928",
    "MapEndC1": "-393 14047 -13759",
    "MapEndC2": "378.517792 13067.639648 -13759",
    "RespawnPos": "-64 -1040 8992"
  },
  "surf_utopia_njv": {
    "MapStartC1": "-13769 512 12800",
    "MapStartC2": "-14319 -512 12800",
    "MapEndC1": "-13825 -512 -6223",
    "MapEndC2": "-14319 527 -6223",
    "RespawnPos": "-13904 336 12864"
  },
}

参考:DEAFPS/SharpTimer: SharpTimer is a simple Surf/KZ/Bhop/MG/Deathrun/etc. CS2 Timer plugin using CounterStrikeSharp (github.com)

上传的附件:

CSGO插件分享-申明 1、本网站名称:CSGO插件分享-中文站  网址:https://bbs.csgocn.net
2、本站的宗旨在于为CSGO玩家提供一个插件分享的中文资源平台,多数插件来源于SourceMod论坛,并配以中文介绍和安装教程。
3、欢迎有能力的朋友共享有趣的CSGO插件资源。
4、本站资源大多为百度网盘,如发现链接失效,可以点: 这里进行反馈,我们会第一时间更新。
最新回复 (0)
返回