팁/공략 그냥 제가 사용하는 스크립 몇가지 :D
페이지 정보
본문
그냥 올려봅니다
유용한거 있으려나 모르겠지만 도움이 되셨으면 하는 바램이네요 :D
bind [ "+left" //<- 빙글빙글 놀이
bind ] "+right"
bind k "kill"
bind n "shrug" //<- 아마도 메딕이나 필옵이 게이지 없을때 어깨 으쓱하는 모션?
bind p "playdead" //<- 쉬럽이나 이터펍 모드에서 시체놀이
bind LEFTARROW "followprev" //<- 이티프로에선 우클릭을하면 이전사람을 스펙하지만 다른 모드에선 이렇게 해야 가능...
bind RIGHTARROW "follownext"
bind ] "+right"
bind k "kill"
bind n "shrug" //<- 아마도 메딕이나 필옵이 게이지 없을때 어깨 으쓱하는 모션?
bind p "playdead" //<- 쉬럽이나 이터펍 모드에서 시체놀이
bind LEFTARROW "followprev" //<- 이티프로에선 우클릭을하면 이전사람을 스펙하지만 다른 모드에선 이렇게 해야 가능...
bind RIGHTARROW "follownext"
bind F5 "vsay_team thanks"
bind F6 "vsay_team welcome"
bind F7 "vsay_team Sorry"
bind F8 "vsay_team commanddeclined"
bind F6 "vsay_team welcome"
bind F7 "vsay_team Sorry"
bind F8 "vsay_team commanddeclined"
seta b_numPopups "-1" //<- 팝업창의 최대갯수 조절 (-1이 기본?)
seta b_popupStayTime "2000"
seta b_popupFadeTime "2500"
seta b_popupTime "0" //"1000" //<- 이걸 설정하면 팝업이 딜레이 없이 뜹니다. (ETPro에서만 될걸?)
seta b_popupStayTime "2000"
seta b_popupFadeTime "2500"
seta b_popupTime "0" //"1000" //<- 이걸 설정하면 팝업이 딜레이 없이 뜹니다. (ETPro에서만 될걸?)
set fovset1 "set cg_fov 110;set sensitivity 2.00"
set fovset2 "set cg_fov 90;set sensitivity 1.60"
vstr fovset1
bind MOUSE4 "vstr fovtogg"
set fovtogg1 "vstr fovset2;set fovtogg vstr fovtogg2"
set fovtogg2 "vstr fovset1;set fovtogg vstr fovtogg1"
set fovtogg "vstr fovtogg1"
set fovtogg1 "vstr fovset2;set fovtogg vstr fovtogg2"
set fovtogg2 "vstr fovset1;set fovtogg vstr fovtogg1"
set fovtogg "vstr fovtogg1"
//180도 턴 스크립! 일부서버에서 yawspeed를 제한하길래 사용하고 있지 않습니다
//bind MOUSE5 "vstr 180turn"
set 180turn "com_maxfps 50; wait 2; cl_yawspeed 1800; +left; wait 10; -left; com_maxfps 125"
set 180turn "com_maxfps 50; wait 2; cl_yawspeed 1800; +left; wait 10; -left; com_maxfps 125"
//파이어팀창의 투명도 조절. 전 신경쓰이더군요 :D 왠만하면 파이어팀에 안들어가고 들어간다면 0.2로 투명하게 설정해버립니다
bind KP_SLASH "vstr fireteamtogg"
set fireteamtogg1 "set b_fireteamalpha 0.2;set fireteamtogg vstr fireteamtogg2"
set fireteamtogg2 "set b_fireteamalpha 0.8;set fireteamtogg vstr fireteamtogg1"
set fireteamtogg "vstr fireteamtogg1"
vstr fireteamtogg1
set fireteamtogg1 "set b_fireteamalpha 0.2;set fireteamtogg vstr fireteamtogg2"
set fireteamtogg2 "set b_fireteamalpha 0.8;set fireteamtogg vstr fireteamtogg1"
set fireteamtogg "vstr fireteamtogg1"
vstr fireteamtogg1
//그냥 오래앉아 있을때 한번만 누르면 앉아있게 하기. 여러 부작용때문에 잘 사용하지 않습니다
bind o "vstr crotogg"
set crotogg1 "+movedown;set crotogg vstr crotogg2"
set crotogg2 "-movedown;set crotogg vstr crotogg1"
set crotogg "vstr crotogg1"
set crotogg1 "+movedown;set crotogg vstr crotogg2"
set crotogg2 "-movedown;set crotogg vstr crotogg1"
set crotogg "vstr crotogg1"
//mg 잡았을땐 총을 안그려야 편하더군요
bind F10 "vstr drguntogg"
set drguntogg1 "set cg_drawgun 0;set drguntogg vstr drguntogg2"
set drguntogg2 "set cg_drawgun 1;set drguntogg vstr drguntogg1"
set drguntogg "vstr drguntogg1"
vstr drguntogg2
set drguntogg1 "set cg_drawgun 0;set drguntogg vstr drguntogg2"
set drguntogg2 "set cg_drawgun 1;set drguntogg vstr drguntogg1"
set drguntogg "vstr drguntogg1"
vstr drguntogg2
//효과음 볼륨 조절. 음악을들을때 효과음을 낮추는등으로 사용합니다 0.8 기본.
bind KP_HOME "vstr volumedown"
bind KP_UPARROW "vstr volumeup"
set volume0 "set s_volume 0.0;set volumedown vstr volume0;set volumeup vstr volume1;echo ^ZVolume ^70.0, Minimum"
set volume1 "set s_volume 0.1;set volumedown vstr volume0;set volumeup vstr volume2;echo ^ZVolume ^70.1"
set volume2 "set s_volume 0.2;set volumedown vstr volume1;set volumeup vstr volume3;echo ^ZVolume ^70.2"
set volume3 "set s_volume 0.3;set volumedown vstr volume2;set volumeup vstr volume4;echo ^ZVolume ^70.3"
set volume4 "set s_volume 0.4;set volumedown vstr volume3;set volumeup vstr volume5;echo ^ZVolume ^70.4"
set volume5 "set s_volume 0.5;set volumedown vstr volume4;set volumeup vstr volume6;echo ^ZVolume ^70.5"
set volume6 "set s_volume 0.6;set volumedown vstr volume5;set volumeup vstr volume7;echo ^ZVolume ^70.6"
set volume7 "set s_volume 0.7;set volumedown vstr volume6;set volumeup vstr volume8;echo ^ZVolume ^70.7"
set volume8 "set s_volume 0.8;set volumedown vstr volume7;set volumeup vstr volume8;echo ^ZVolume ^70.8, Maximum"
vstr volume3
bind KP_UPARROW "vstr volumeup"
set volume0 "set s_volume 0.0;set volumedown vstr volume0;set volumeup vstr volume1;echo ^ZVolume ^70.0, Minimum"
set volume1 "set s_volume 0.1;set volumedown vstr volume0;set volumeup vstr volume2;echo ^ZVolume ^70.1"
set volume2 "set s_volume 0.2;set volumedown vstr volume1;set volumeup vstr volume3;echo ^ZVolume ^70.2"
set volume3 "set s_volume 0.3;set volumedown vstr volume2;set volumeup vstr volume4;echo ^ZVolume ^70.3"
set volume4 "set s_volume 0.4;set volumedown vstr volume3;set volumeup vstr volume5;echo ^ZVolume ^70.4"
set volume5 "set s_volume 0.5;set volumedown vstr volume4;set volumeup vstr volume6;echo ^ZVolume ^70.5"
set volume6 "set s_volume 0.6;set volumedown vstr volume5;set volumeup vstr volume7;echo ^ZVolume ^70.6"
set volume7 "set s_volume 0.7;set volumedown vstr volume6;set volumeup vstr volume8;echo ^ZVolume ^70.7"
set volume8 "set s_volume 0.8;set volumedown vstr volume7;set volumeup vstr volume8;echo ^ZVolume ^70.8, Maximum"
vstr volume3
//운더바가 듣기 싫을때 킵니다
bind KP_PGUP "vstr globaltogg"
set globaltogg1 "set cg_teamChatsOnly 1;set globaltogg vstr globaltogg2;echo ^ZGlobal Chats [^4Off^Z]"
set globaltogg2 "set cg_teamChatsOnly 0;set globaltogg vstr globaltogg1;echo ^ZGlobal Chats [^1On ^Z]"
vstr globaltogg2
set globaltogg1 "set cg_teamChatsOnly 1;set globaltogg vstr globaltogg2;echo ^ZGlobal Chats [^4Off^Z]"
set globaltogg2 "set cg_teamChatsOnly 0;set globaltogg vstr globaltogg1;echo ^ZGlobal Chats [^1On ^Z]"
vstr globaltogg2
//윈도우키를 누르던가 하는 경우 감마값이 이상하게 변해버립니다. 이때 이걸 눌러주면 1.3으로 복구.
bind uparrow "set r_gamma 1;wait 10;set r_gamma 1.3"
bind uparrow "set r_gamma 1;wait 10;set r_gamma 1.3"
bind downarrow "set r_gamma 1" //덤
//밑에는 흔히 돌아다니는 클래스 선택 스크립이 맘에 안들어서 자작한 것입니다.
//보통 그 스크립을 쓰면 팀챗으로 변경내용을 말하던데
//그게 맘에 안들어서 전 echo로 나오도록 했습니다
//b_popuptime 0 설정이 이때 도움이 됩니다
//| Respawn Point and Class ///////////////////////////////////////////////////////////////////////
//| Used Keys : | Insert Home Page Up |
//| | Delete End Page Down |
//| | |
//| NumLock : RespawnPoint | Default 1 2 |
//| | 3 4 5 |
//| | |
//| KeyPad - : Axis | Panzerfaust Medic MP40 Engineer MP40 |
//| | Engineer K43 FieldOps MP40 CovertOps K43 |
//| | |
//| KeyPad + : Allies | Panzerfaust Medic Thompson Engineer Thompson |
//| | Engineer Garand FieldOps Thompson CovertOps Garand |
//| | |
//| KeyPad * : Spectator |
//| Used Keys : | Insert Home Page Up |
//| | Delete End Page Down |
//| | |
//| NumLock : RespawnPoint | Default 1 2 |
//| | 3 4 5 |
//| | |
//| KeyPad - : Axis | Panzerfaust Medic MP40 Engineer MP40 |
//| | Engineer K43 FieldOps MP40 CovertOps K43 |
//| | |
//| KeyPad + : Allies | Panzerfaust Medic Thompson Engineer Thompson |
//| | Engineer Garand FieldOps Thompson CovertOps Garand |
//| | |
//| KeyPad * : Spectator |
bind KP_NumLock "vstr spawnpt"
bind KP_MINUS "vstr teamaxis;set menu0 vstr teamaxis;echo ^7Team ^1Axis"
bind KP_PLUS "vstr teamallies;set menu0 vstr teamallies;echo ^7Team ^4Allies"
bind * "team s;vstr resetmenu;echo ^ZSpectator"
bind KP_MINUS "vstr teamaxis;set menu0 vstr teamaxis;echo ^7Team ^1Axis"
bind KP_PLUS "vstr teamallies;set menu0 vstr teamallies;echo ^7Team ^4Allies"
bind * "team s;vstr resetmenu;echo ^ZSpectator"
set resetmenu "unbind ins;unbind home;unbind pgup;unbind del;unbind end;unbind pgdn"
vstr resetmenu
vstr resetmenu
set spawnpt "bind ins vstr rspt0;bind home vstr rspt1;bind pgup vstr rspt2;bind del vstr rspt3;bind end vstr rspt4;bind pgdn vstr rspt5"
set teamaxis "bind ins vstr class00;bind home vstr class01;bind pgup vstr class02;bind del vstr class03;bind end vstr class04;bind pgdn vstr class05"
set teamallies "bind ins vstr class10;bind home vstr class11;bind pgup vstr class12;bind del vstr class13;bind end vstr class14;bind pgdn vstr class15"
set teamaxis "bind ins vstr class00;bind home vstr class01;bind pgup vstr class02;bind del vstr class03;bind end vstr class04;bind pgdn vstr class05"
set teamallies "bind ins vstr class10;bind home vstr class11;bind pgup vstr class12;bind del vstr class13;bind end vstr class14;bind pgdn vstr class15"
set rspt0 "setspawnpt 0;vstr menu0;echo ^7Set Respawn Point : ^1Default"
set rspt1 "setspawnpt 1;vstr menu0;echo ^7Set Respawn Point : ^11"
set rspt2 "setspawnpt 2;vstr menu0;echo ^7Set Respawn Point : ^12"
set rspt3 "setspawnpt 3;vstr menu0;echo ^7Set Respawn Point : ^13"
set rspt4 "setspawnpt 4;vstr menu0;echo ^7Set Respawn Point : ^14"
set rspt5 "setspawnpt 5;vstr menu0;echo ^7Set Respawn Point : ^15"
set rspt1 "setspawnpt 1;vstr menu0;echo ^7Set Respawn Point : ^11"
set rspt2 "setspawnpt 2;vstr menu0;echo ^7Set Respawn Point : ^12"
set rspt3 "setspawnpt 3;vstr menu0;echo ^7Set Respawn Point : ^13"
set rspt4 "setspawnpt 4;vstr menu0;echo ^7Set Respawn Point : ^14"
set rspt5 "setspawnpt 5;vstr menu0;echo ^7Set Respawn Point : ^15"
set class00 "team r 0 5;echo ^1Axis ^3Soldier ^7with Panzerfaust"
//set class00 "team r 0 6;echo ^1Axis ^3Soldier ^7With Flame"
//set class00 "team r 0 35;echo ^1Axis ^3Soldier ^7With Mortar"
set class01 "team r 1;echo ^1Axis ^3Medic ^7with MP40"
set class02 "team r 2;echo ^1Axis ^3Engineer ^7with MP40"
set class03 "team r 2 23;echo ^1Axis ^3Engineer ^7with K43"
set class04 "team r 3;echo ^1Axis ^3Field Ops ^7with MP40"
set class05 "team r 4 32;echo ^1Axis ^3Covert Ops ^7with K43"
//set class05 "team r 4 10;echo ^1Axis ^3Covert Ops ^7with Sten"
//set class05 "team r 4 33;echo ^1Axis ^3Covert Ops ^7with FG42"
//set class00 "team r 0 6;echo ^1Axis ^3Soldier ^7With Flame"
//set class00 "team r 0 35;echo ^1Axis ^3Soldier ^7With Mortar"
set class01 "team r 1;echo ^1Axis ^3Medic ^7with MP40"
set class02 "team r 2;echo ^1Axis ^3Engineer ^7with MP40"
set class03 "team r 2 23;echo ^1Axis ^3Engineer ^7with K43"
set class04 "team r 3;echo ^1Axis ^3Field Ops ^7with MP40"
set class05 "team r 4 32;echo ^1Axis ^3Covert Ops ^7with K43"
//set class05 "team r 4 10;echo ^1Axis ^3Covert Ops ^7with Sten"
//set class05 "team r 4 33;echo ^1Axis ^3Covert Ops ^7with FG42"
set class10 "team b 0 5;echo ^4Allies ^3Soldier ^7with Panzerfaust"
//set class10 "team b 0 6;echo ^4Allies ^3Soldier ^7With Flame"
//set class10 "team b 0 35;echo ^4Allies ^3Soldier ^7With Mortar"
set class11 "team b 1;echo ^4Allies ^3Medic ^7with Thompson"
set class12 "team b 2;echo ^4Allies ^3Engineer ^7with Thompson"
set class13 "team b 2 24;echo ^4Allies ^3Engineer ^7with Garand"
set class14 "team b 3;echo ^4Allies ^3Field Ops ^7with Thompson"
set class15 "team b 4 32;echo ^4Allies ^3Covert Ops ^7with Garand"
//set class15 "team b 4 10;echo ^4Allies ^3Covert Ops ^7with Sten"
//set class15 "team b 4 33;echo ^4Allies ^3Covert Ops ^7with FG42"
//set class10 "team b 0 6;echo ^4Allies ^3Soldier ^7With Flame"
//set class10 "team b 0 35;echo ^4Allies ^3Soldier ^7With Mortar"
set class11 "team b 1;echo ^4Allies ^3Medic ^7with Thompson"
set class12 "team b 2;echo ^4Allies ^3Engineer ^7with Thompson"
set class13 "team b 2 24;echo ^4Allies ^3Engineer ^7with Garand"
set class14 "team b 3;echo ^4Allies ^3Field Ops ^7with Thompson"
set class15 "team b 4 32;echo ^4Allies ^3Covert Ops ^7with Garand"
//set class15 "team b 4 10;echo ^4Allies ^3Covert Ops ^7with Sten"
//set class15 "team b 4 33;echo ^4Allies ^3Covert Ops ^7with FG42"
추천0