Skip to content

Instantly share code, notes, and snippets.

@anon5r
Last active September 11, 2023 00:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anon5r/7b2a7f7b1da0ff782a4607b227d75b74 to your computer and use it in GitHub Desktop.
Save anon5r/7b2a7f7b1da0ff782a4607b227d75b74 to your computer and use it in GitHub Desktop.
コナステ版 SOUND VOLTEX EXCEED GEAR起動フロー

Start up flow SOUND VOLTEX EXCEED GEAR for Konaste

Go to launcher page

https://p.eagate.573.jp/game/konasteapp/API/login/login.html?game_id=sdvx

Launcher startup URI is generated

konaste.sdvx://login?tk=cafeffff-ffff-ffff-ffff-ffffffffffff

Start launcher

{{installDir}}\launcher\modules\launcher.exe" "konaste.sdvx://login?tk=cafeffff-ffff-ffff-ffff-ffffffffffff"

When click "Start" from the launcher

error_reporter.exe will be startup, it will be triggered to start application

{{installDir}}\launcher\modules\errorreporter.exe" -t cafeffff-ffff-ffff-ffff-ffffffffffff

Start game application

"{{installDir}}\game\modules\sv6c.exe" -t cafeffff-ffff-ffff-ffff-ffffffffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment