name "Esp"
bind "TAB" "+showscores"
bind "ENTER" "+attack"
bind "ESCAPE" "cancelselect"
bind "SPACE" "+jump"
bind "MWHEELDOWN" "+jump"
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "`" "toggleconsole"
bind "a" "+moveleft"
bind "b" "buy"
bind "c" "radio3"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "impulse 100"
bind "g" "drop"
bind "h" "+commandmenu"
bind "CAPSLOCK" "+voicerecord"
bind "l" "showbriefing"
bind "m" "chooseteam"
bind "n" "nightvision"
bind "o" "buyequip"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "impulse 201"
bind "u" "messagemode2"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "z" "radio1"
bind "v" "+voicerecord"
bind "ALT" "+strafe"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "F2" "rebuy"
bind "F5" "snapshot"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "PAUSE"
ati_npatch "0"
ati_subdiv "0"
cl_crosshair_size "large"
cl_crosshair_translucent "0"
sensitivity "2.5"
cl_dynamiccrosshair "0"
cl_himodels "0"
cl_lc "1"
rate "25000"
cl_shadows "0"
cl_cmdrate "101"
cl_updaterate "101"
cl_weather "0"
fastsprites "0"
gl_dither "1"
rate "25000"
hud_saytext_internal “1”
hud_takesshots “0”
cl_forwardspeed "400"
gl_monolights "0"
gl_flipmatrix "0"
gl_fog "1"
hisound "1"
hpk_maxsize "4"
hud_capturemouse "1"
net_graph "3"
net_graphpos "2"
m_filter "1"
joystick "0"
lookspring "0.000000"
lookstrafe "0.000000"
s_max_distance "1000"
s_min_distance "5"
r_detailtextures "0"
s_numpolys "200"
s_leafnum "0"
m_forward "1"
r_bmodelhighfrac "5"
net_scale "5"
fps_max "101"
cl_cmdrate "101"
cl_radartype "1"
fps_modem "0.0"
cl_updaterate "101"
ex_interp "0.01"
cl_cmdbackup "2"
ambient_fade "100"
cl_righthand "1"
_cl_autowepswitch "1"
_snd_mixahead "0.1"
gamma "4.0"
brightness "4.0"
+mlook
+jlook
my cs config
时间: 2024-10-24 10:07:27
my cs config的相关文章
VToRay C-S config
Server config: { "inbounds": [{ "port": 20000, //Server Listening Port "protocol": "vmess", "settings": { "clients": [ { "id": "69b1f26e-63c4-48ec-b47b-0fb28a6585db", //User 1
一步一步教你玩转.NET Framework的配置文件app.config
转自https://www.cnblogs.com/tonnie/archive/2010/12/17/appconfig.html 在一般的项目中,为了使你的代码更加灵活,更方便调整,减少不必要的hard code,我们都在config中添加许多配置信息,一般可以选择.NET自带的配置文件形式app.config或者web项目中的web.config来完成配置工作. .NET中提供了几个和配置有关的类来支持用完轻松的完成配置文件的读写设置: System.Configuration.Confi
WCF使用安全证书验证消息加密
首先安装 服务端安全证书 代码如下: // 下面第一行是安装证书,第二行是将证书列入信任 makecert.exe -sr LocalMachine -ss MY -a sha1 -n CN=localhost -sky exchange -pe certmgr.exe -add -r LocalMachine -s My -c -n localhost -r CurrentUser -s TrustedPeople 安装客户端安全证书代友如下 makecert.exe -sr LocalM
WCF: Generate Proxy Class and Configuration file for Client
1. please keep WCF service running 2. and two ways to achive this a. add Service Reference (will not introduce this since there're so many resources on internet) b. use svcutil.exe to generate use svcutil.exe to generate a. open visual studio cmd an
PP66 EEPPPPMM SSyysstteemm AAddmmiinniissttrraattiioonn GGuuiiddee 16 R1
※★◆●PP66 EEPPPPMM SSyysstteemm AAddmmiinniissttrraattiioonn GGuuiiddee 16 R1AApprriill 22001166ContentsPrimavera P6 Administrator Setup Tasks .. 7What's Changed 8Launching the Primavera P6 Administrator 9Launching the Primavera P6 Administrator Local
ASP.NET Web API的安全管道
本篇体验ASP.NET Web API的安全管道.这里的安全管道是指在请求和响应过程中所经历的各个组件或进程,比如有IIS,HttpModule,OWIN,WebAPI,等等.在这个管道中大致分两个阶段,一个是验证阶段,另一个是授权阶段. 在ASP.NET Web API v1版本的时候,安全管道大致是这样的: → Authentication,请求来到IIS中的HttpModule→ Authenticatin, 请求来到API的HttpMessageHandler→ Authorizatio
P6 EPPM Installation and Configuration Guide 16 R1 April 2016
P6 EPPM Installation and Configuration Guide 16 R1 April 2016 Contents About Installing and Configuring P6 EPPM ........................................................ 6 Prerequisites for P6 EPPM Configuration ...............................
WCF初探-1:认识WCF
1.WCF是什么? WindowsCommunication Foundation(WCF)是由微软发展的一组数据通信的应用程序开发接口,它是.NET框架的一部分,由.NET Framework 3.0开始引入,与Windows Presentation Foundation及 Windows Workflow Foundation并行为新一代Windows操作系统以及WinFX的三个重大应用程序开发类库. 在.NETFramework 2.0以及前版本中,微软发展了Web Service(SO
wcf 入门示例
刚开始学习wcf,根据官方网站的说明写下的代码 第一步: 建立一个类库项目GettingStartedLib,首先添加wcf引用System.ServiceModel; 添加接口ICalculator,添加类CalculatorService实现接口ICalculator 代码:ICalculator using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; usin