diff --git a/public/help-chunithm-server.md b/public/help-chunithm-server.md new file mode 100644 index 0000000..f753de4 --- /dev/null +++ b/public/help-chunithm-server.md @@ -0,0 +1,3 @@ +If you're stuck on this screen, restart the game. + +If the problem persists, check your network configuration diff --git a/public/help-chunithm-server.png b/public/help-chunithm-server.png new file mode 100644 index 0000000..4896d12 Binary files /dev/null and b/public/help-chunithm-server.png differ diff --git a/public/help-finale-chunithm.png b/public/help-finale-chunithm.png new file mode 100644 index 0000000..081f786 Binary files /dev/null and b/public/help-finale-chunithm.png differ diff --git a/public/help-finale-ongeki.png b/public/help-finale-ongeki.png new file mode 100644 index 0000000..2886025 Binary files /dev/null and b/public/help-finale-ongeki.png differ diff --git a/public/help-finale.md b/public/help-finale.md new file mode 100644 index 0000000..44100f6 --- /dev/null +++ b/public/help-finale.md @@ -0,0 +1,8 @@ +You can access this page any time by right-clicking the START button. + +Additional resources: + +- SEGAguide +- two-torial + +## Have fun diff --git a/public/help-ongeki-lever.md b/public/help-ongeki-lever.md new file mode 100644 index 0000000..e405b7c --- /dev/null +++ b/public/help-ongeki-lever.md @@ -0,0 +1,3 @@ +You also have to calibrate the lever, or you may get the error 3301. + +Go to lever settings (レバー設定), move the lever to both edges, then press "end" (終了) and "save" (保存する). diff --git a/public/help-ongeki-lever.png b/public/help-ongeki-lever.png new file mode 100644 index 0000000..bc4dd28 Binary files /dev/null and b/public/help-ongeki-lever.png differ diff --git a/public/help-ongeki-system-processing.md b/public/help-ongeki-system-processing.md new file mode 100644 index 0000000..9e9884c --- /dev/null +++ b/public/help-ongeki-system-processing.md @@ -0,0 +1,3 @@ +You might get stuck on this screen for several minutes. _This is normal_. The game just takes a long time to load data. + +If you install 7EVENDAYSHOLIDAYS/LoadBoost, subsequent launches will be much faster. diff --git a/public/help-ongeki-system-processing.png b/public/help-ongeki-system-processing.png new file mode 100644 index 0000000..1615c04 Binary files /dev/null and b/public/help-ongeki-system-processing.png differ diff --git a/public/help-standard-chunithm.png b/public/help-standard-chunithm.png new file mode 100644 index 0000000..dada506 Binary files /dev/null and b/public/help-standard-chunithm.png differ diff --git a/public/help-standard-ongeki.png b/public/help-standard-ongeki.png new file mode 100644 index 0000000..2781629 Binary files /dev/null and b/public/help-standard-ongeki.png differ diff --git a/public/help-standard.md b/public/help-standard.md new file mode 100644 index 0000000..d1ed7bb --- /dev/null +++ b/public/help-standard.md @@ -0,0 +1,7 @@ +You might get stuck on the following screen: + +
Aグループの基準機から設定を取得
+ +In which case, you should go to the test menu, and in game settings ゲーム設定 switch from "follow the standard machine" 基準機に従う to "standard machine" 基準機. + +The test menu can be accessed with %TESTMENU%. diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 77a69bb..26050fc 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -334,8 +334,8 @@ fn open_window(apph: AppHandle) -> anyhow::Result<()> { let config = apph.config().clone(); tauri::WebviewWindowBuilder::new(&apph, "main", tauri::WebviewUrl::App("index.html".into())) .title(format!("STARTLINER {}", config.version.unwrap_or_default())) - .inner_size(900f64, 480f64) - .min_inner_size(900f64, 480f64) + .inner_size(900f64, 600f64) + .min_inner_size(900f64, 600f64) .build()?; Ok(()) diff --git a/rust/tauri.conf.json b/rust/tauri.conf.json index 3454078..c1ded04 100644 --- a/rust/tauri.conf.json +++ b/rust/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "STARTLINER", - "version": "0.10.1", + "version": "0.11.0", "identifier": "zip.patafour.startliner", "build": { "beforeDevCommand": "bun run dev", diff --git a/src/components/FileEditor.vue b/src/components/FileEditor.vue index ac8804a..f34b20a 100644 --- a/src/components/FileEditor.vue +++ b/src/components/FileEditor.vue @@ -65,7 +65,7 @@ const filePick = async () => {