✅ 소스를 통해 확인됨 Steam 커뮤니티
- 패치 제목: Support configuration for Linux and macOS
- 패치 출시일: 4월 6, 2024
The developer of Battle Marine has released a new update for the game on April 6, 2024. 이 새로운 업데이트에서 확인하거나 변경해야 할 새로운 사항은 다음과 같습니다.. 이 정보는 Steam의 공식 발표에서 직접 선별되었습니다.
- Fixed a problem that could cause rendering errors in some environments.
- Fixed a problem that could cause a crash during ELF relocation.
- Fixed a problem that could cause a crash when exiting the game
- Customization of behavior settings is now supported.
How to customize the operation settings
When you launch Battle Marine after this update, a configuration file called config.json will be generated.
The config.json file is saved under the directory opened by opening the Battle Marine page in the Steam client and selecting “Settings Icon” > “관리하다” > “로컬 파일 찾아보기”.
You can customize the following items:
- graphic.isFullScreen: true = full screen, false = window mode
- graphic.isScanline: true = with screen effects, false = without screen effects
- gaphic.windowHeight: height of the screen in window mode
- gaphic.windowWidth: width of the screen in window mode
- sound.volumeBgm: Volume of background music (0-100)
- sound.volumeSe: Volume of sound effect (0-100)
- keyboard.a: Key code for A button (도약)
- keyboard.b: key code for B button (불)
- keyboard.start: key code for START button (정지시키다)
- keyboard.select: key code for SELECT button (해당 없음)
- keyboard.up: key code for up button
- keyboard.down: key code for down button
- keyboard.left: Key code for left button
- keyboard.right: Key code for right button
- keyboard.reset: Reset button key code
- keyboard.quit: Key code for quit button
The keycode specifies the SDL keycode.
https://wiki.libsdl.org/SDL2/SDLKeycodeLookup
이 새로운 업데이트에 대해 자세히 알아보려면, 위에 언급된 공식 소스를 확인하세요..