Skip to content

Latest commit

 

History

History
84 lines (67 loc) · 2.83 KB

FirstSteps_TW.md

File metadata and controls

84 lines (67 loc) · 2.83 KB

Welcome to Princess Studio! Princess Studio is a timeline creation tool.

1. Download and Install DMMGame Player

https://player.games.dmm.com/

2. Download and Install Latest Version of Princess Connect Re Dive

Register a DMM account, and input the following URL in your browser:

dmmgameplayer://priconner/cl/general
# It will ask you if you want to open DMMGamePlayer
Note: You must get passed tutorial and login to my page.
3. Download PrincessStudioLauncher.7z from Release
4. Extraction

Using tools such as Bandizip to extract PrincessStudioLauncher.7z.

5.1 Edit Config

Edit config.json and change:

{
  "Plugins": [
    {
      "PluginName": "PSImGui",
      "Owner": "krulci",
      "Repo": "PSRelease",
-     "Branch": "PSImGui_JP",
+     "Branch": "PSImGui_TW",
      "Version": "v0.0.0.0",
      "Sha1": "Unable to retrieve latest remote commit.",
      "IsLocalPlugin": false,
      "IsPluginEnabled": false
5.2 Run

Run PrincessStudioLauncher.exe

6 Wait Clone

Every time Princess Studio Launcher is started, it will check if there are any update. Wait unitl it is done. Plugins are not included in PrincessStudioLauncher.7z and must be cloned during first launch.

7 Start Game

Click Start and wait until PrincessStudioLauncher start PrincessConnectReDive.

Note: First time and every new release of PrincessConnectReDive will take much longer time to start.
8. Pre-Login

After the game has started, you may now proceed to pre-login.

It will prompt an error with verification code.

9. Verify

Input the verification code to the #verification channel in Discord using the following command:

[/verify](verification_code)
# Number is what is shown in the error prompt in the game.
# Unless the verification code in the prompt is 123456789, do not use 123456789.
# /twverify and /cnverify is for other server
# This guide assume you are Japanese Server user; therefore do not attempt to use commands other than /verify.
10. Login

After you have been verified, you may now login.

Princess Studio UI is only available after login.

You may call Princess Studio's UI using F4 hotkey.

11. Translation
  • To disable translation, toggle Alt+T.

  • Or, turn the Green Enabled into a Red Disabled for XUnity.AutoTranslator in Princess Studio Launcher

12. Gitee

If you reside in China and have difficulty accessing GitHub, make the following changes in config.json

-  "GitUri": "https://github.com/{0}/{1}.git"
+  "GitUri": "https://gitee.com/{0}/{1}.git"