이전에 올린 공략에서는 버튼 2개 눌러야 가능했지만


이제는 버튼 하나로 "딸깍" 가능함.


조준 팁:



거리마다 약간 다르지만


조준한 채로 "카메라 측 전환" (기본값: 마우스 엄지버튼) 누르면 3인칭 좌우 바뀌는데

헬다이버 머리 쯤에 목표를 일치시키고 쏘면 맞음




Config 설정


근접공격

Melee = [

에 추가

  • {
  • trigger = "Press"
  • device_type = "Keyboard"
  • input = "6"
  • threshold = 0
  • input_type = "Button"
  • }


통신 휠 열기

CommunicationWheelOpenBasic = [

에 추가

  • {
  • trigger = "LongPress"
  • device_type = "Keyboard"
  • input = "6"
  • threshold = 0
  • input_type = "Button"
  • }


지도 열기

Map = [

에 추가

  • {
  • trigger = "LongPress"
  • device_type = "Keyboard"
  • input = "6"
  • threshold = 0.05
  • input_type = "Button"
  • }


발사

Fire = [

에 추가

  • {
  • trigger = "LongPress"
  • device_type = "Keyboard"
  • input = "6"
  • threshold = 0.14
  • input_type = "Button"
  • }



6을 길게 누르고 있으면


근접공격 -> 통신휠이 근접공격 캔슬 -> 지도가 통신휠 캔슬 -> 0.14초 뒤 발사