연발로 쏘는 건 중기관 1500rpm 으로 쏘는 법 .config 참조


하지만 이럽터를 저 방식대로 쏘면 발밑에 쏴져서 자폭나니까

달리 안전하게 쓸 단발 전용 민주사격술



손컨으로 하려면 발사-주사기 거의 동시에 누르고 통신휠을 누르면 됨


주사기 모션이 총을 집어넣으면서 사격 후딜을 씹고

통신휠이 주사기 모션을 씹는 원리임.



Config는 설정해둔 키를 짧게 눌렀다 떼면 한발씩 정확하게 나감



공방이나 No 글리치 망호에서 쓰면 그냥 곱게 강퇴당해라... 그정도로 사기적임



-Config 설정-


1. 인게임에서 해야할 것



유저가 변경한 키설정 값은 input_settings.config 파일에 저장되는데

기본값에서 바꾼 적이 없는 키는 해당 목록에서 뜨지 않음.



먼저 인게임에서


발사

빠른 각성제

통신 휠 열기


이 항목들을 건드려서 Config에 뜨게 해야함.




2. Config 파일 경로


게임을 켜둔 채로는 수정이 안되니 일단 게임을 종료하고



(스팀 클라우드 기능이 켜져 있을 경우)


스팀이 설치된 경로로 들어가서

Steam\userdata\유저고유번호\553850\remote\input_settings.config


메모장으로 수정 (Notepad++ 추천)


저장 한 뒤에 게임을 실행할 때는


로컬 저장 데이터를 선택.



(스팀 클라우드 저장 기능을 비활성화 했을 경우)


윈도우키 + R 기능으로 실행 창 띄운 뒤


%AppData%\Arrowhead\Helldivers2\saves 폴더에 들어가면 있는
개인번호_input_settings.config


개인번호_user_settings.config 파일은 다른 파일이니 혼동하지 않도록 주의




3. input_settings.config 수정


여기서 예시는 숫자키 6으로 설정해놨지만 원하는 키로 바꿔 설정하면 됨


파란색으로 표시한 내용을 복사해서 중복키로 추가하면 됨


발사

Fire = [ { trigger = "Hold" device_type = "PadDS" input = "R2" threshold = 0 input_type = "Button" } { trigger = "Hold" device_type = "PadXBOX" input = "XboxRightTrigger" threshold = 0 input_type = "Button" } { trigger = "Hold" device_type = "Mouse" input = "MouseButtonLeft" threshold = 0 input_type = "Button" } { trigger = "Press" device_type = "Keyboard" input = "6" threshold = 0 input_type = "Button" } ]


빠른 각성제

QuickStim = [ { trigger = "Press" device_type = "PadDS" input = "DUp" threshold = 0 input_type = "Button" } { trigger = "Press" device_type = "PadXBOX" input = "XboxUp" threshold = 0 input_type = "Button" } { trigger = "Press" device_type = "Keyboard" input = "v" threshold = 0 input_type = "Button" } { trigger = "LongPress" device_type = "Keyboard" input = "6" threshold = 0 input_type = "Button" } ]


통신 휠 열기

CommunicationWheelOpenBasic = [ { trigger = "LongPress" device_type = "PadDS" input = "R1" threshold = 0.2 input_type = "Button" } { trigger = "LongPress" device_type = "PadXBOX" input = "XboxRightShoulder" threshold = 0.2 input_type = "Button" } { trigger = "LongPress" device_type = "Keyboard" input = "q" threshold = 0.2 input_type = "Button" } { trigger = "Release" device_type = "Keyboard" input = "6" threshold = 0 input_type = "Button" } ]