Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cave Story Evo request for some issues. #1192

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ports/cave.story-evo/Cave Story-evo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# PORTMASTER: cave.story-evo.zip, Cave Story-evo.sh

XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}

Expand Down Expand Up @@ -32,9 +33,11 @@ if [ ! -f "$GAMEDIR/conf/nxengine/settings.dat" ]; then
# Determine which settings.dat file to use based on the display width
if [ "$DISPLAY_WIDTH" -eq 1920 ]; then
mv -f "$GAMEDIR/conf/nxengine/settings.dat.1920" "$GAMEDIR/conf/nxengine/settings.dat"
elif [ "$DISPLAY_WIDTH" -eq 1280 ]; then
mv -f "$GAMEDIR/conf/nxengine/settings.dat.1280" "$GAMEDIR/conf/nxengine/settings.dat"
elif [ "$DISPLAY_WIDTH" -eq 960 ]; then
mv -f "$GAMEDIR/conf/nxengine/settings.dat.960" "$GAMEDIR/conf/nxengine/settings.dat"
elif [ "$DISPLAY_WIDTH" -eq 1280 ] || [ "$DISPLAY_WIDTH" -eq 854 ]; then
elif [ "$DISPLAY_WIDTH" -eq 854 ]; then
mv -f "$GAMEDIR/conf/nxengine/settings.dat.854" "$GAMEDIR/conf/nxengine/settings.dat"
elif [ "$DISPLAY_WIDTH" -eq 720 ]; then
mv -f "$GAMEDIR/conf/nxengine/settings.dat.720" "$GAMEDIR/conf/nxengine/settings.dat"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 12 additions & 12 deletions ports/cave.story-evo/nxengine-evo/data/lang/korean/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@
"Resume" : "계속 하기",

"available" : "가능",
"Press new key for:" : "Press new key for: ",
"Key already in use by:" : "Key already in use by: ",
"Press new key for:" : "새로운 버튼을 누르세요: ",
"Key already in use by:" : "이미 사용중인 버튼입니다: ",

"Graphics": "그래픽 설정",
"Sound": "오디오 설정",

"SFX volume: ": "SFX 볼륨: ",
"Music volume: ": "BGM 볼륨: ",
"Bind keys": "키 할당 변경",
"Strafing: ": "Strafing: ",
"Strafe": "Strafe",
"Strafing: ": "뒤로 걷기: ",
"Strafe": "뒤로 걷기",

"Resolution: ": "해상도: ",
"Fullscreen: ": "전체 화면: ",
"Animated facepics: ": "애니메이션 초상화: ",
"Animated facepics: ": "움직이는 얼굴사진: ",
"Lights: ": "광원: ",
"On": "켜기",
"Off": "끄기",
"Boss Only": "Boss Only",
"Boss Only": "보스에서만",
"Controls": "컨트롤",
"Music: ": "뮤직: ",
"Tracks: ": "사운드 트랙: ",
"Tracks: ": "오디오 트랙: ",
"Original": "오리지널",
"New": "새로",
"Remastered": "리마스터",
"Sound: ": "사운드: ",
"Music interpolation: ": "Music interpolation:",
"Nearest": "Nearest",
"Linear": "Linear",
"Cubic": "Cubic",
"Music interpolation: ": "음악 보간법: ",
"Nearest": "최근접",
"Linear": "선형",
"Cubic": "입방",
"Language: ": "언어: ",
"Return": "돌아가기",
"Force feedback: ": "포스 피드백: ",
"Force feedback: ": "진동: ",
"Ok: " : "확인: ",
"Cancel: " : "취소: ",
"Left": "왼쪽",
Expand Down
Binary file modified ports/cave.story-evo/nxengine-evo/nxengine-evo
Binary file not shown.
38 changes: 22 additions & 16 deletions ports/cave.story-evo/nxengine-evo/nxengine-evo.gptk
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
back = \"
back = esc
start = \"
a = \"
b = \"
x = \"
y = \"
l1 = \"

a = x
b = z
x = w
y = q

l1 = a
l2 = \"
r1 = \"
r2 = \"

up = \"
down = \"
left = \"
right = \"
r1 = s
r2 = c

up = up
down = down
left = left
right = right

left_analog_up = up
left_analog_down = down
left_analog_left = left
left_analog_right = right

left_analog_up = \"
left_analog_down = \"
left_analog_left = \"
left_analog_right = \"
right_analog_left = a
right_analog_right = s
Binary file modified ports/cave.story-evo/nxengine-evo/nxextract
Binary file not shown.