Skip to content

Commit 8d9173a

Browse files
committed
Remove region unavailable message
1 parent 6089701 commit 8d9173a

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

FCL/src/main/res/layout/ui_multiplayer.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,9 @@
199199
android:layout_height="wrap_content"
200200
android:orientation="vertical" >
201201

202-
<com.tungsten.fcllibrary.component.view.FCLTextView
203-
android:layout_width="match_parent"
204-
android:layout_height="wrap_content"
205-
android:padding="10dp"
206-
android:text="@string/terracotta_warning_region"
207-
android:background="@drawable/bg_container_white"
208-
app:auto_text_tint="true"
209-
app:auto_text_background_tint="true" />
210-
211202
<com.tungsten.fcllibrary.component.view.FCLLinearLayout
212203
android:layout_width="match_parent"
213204
android:layout_height="wrap_content"
214-
android:layout_marginTop="10dp"
215205
android:background="@drawable/bg_container_white"
216206
android:paddingStart="10dp"
217207
android:paddingEnd="10dp"

FCL/src/main/res/values-zh/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@
965965
<string name="terracotta_tutorial_host">房主使用方法:\n\n - 在启动器多人联机主页阅读用户须知后启用联机功能\n - 启动游戏,在游戏内的 FCL 菜单中找到联机菜单并打开\n - 点击“我想当房主”,扫描游戏端口\n - 进入存档,在游戏暂停菜单中打开“对局域网开放”选项\n - 若弹出提示要求申请 VPN 权限,请授予,否则无法正常使用\n - 稍等片刻将自动复制邀请码,若没有自动复制,也可以前往联机菜单复制\n - 将邀请码发送给你的伙伴\n\n注意事项:\n\n - 该软件支持离线账户\n - 该软件支持与 HMCL 和 PCL CE (Terracotta) 互联</string>
966966
<string name="terracotta_tutorial_guest_btn">房客教程</string>
967967
<string name="terracotta_tutorial_guest">房客使用方法:\n\n - 在启动器多人联机主页阅读用户须知后启用联机功能\n - 启动游戏,在游戏内的 FCL 菜单中找到联机菜单并打开\n - 点击“我想当房客”,在输入框内输入房主提供的邀请码,并耐心等待\n - 若弹出提示要求申请 VPN 权限,请授予,否则无法正常使用\n - 显示已加入房间后,在游戏主界面选择多人游戏并刷新,双击进入陶瓦联机大厅\n\n注意事项:\n\n - 该软件支持离线账户\n - 该软件支持与 HMCL 和 PCL CE (Terracotta) 互联\n - 使用备用服务器地址加入游戏时,不支持离线账户,自行解决</string>
968-
<string name="terracotta_warning_region">多人联机目前仅支持中国地区联机,其他地区暂时不支持,若您在中国以外的地区使用此功能,出现任何问题我们均不负责。</string>
969968

970969
<string name="update">更新</string>
971970
<string name="update_netdisk">更新(网盘)</string>

FCL/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,6 @@
10271027
<string name="terracotta_tutorial_host">Host Tutorial:\n\n - Read the user notice in the launcher\'s multiplayer homepage, and then enable the multiplayer function.\n - Launch the game, find the multiplayer menu in the in-game FCL menu, and open it.\n - Click &quot;I want to host a session&quot;, to scan the game port.\n - Open the game and turn on the &quot;Open to LAN&quot; option in the game settings.\n - If a pop-up prompts you to request VPN permissions, please grant; otherwise, it will not work properly.\n - Wait for a moment and the invite code will be automatically copied. If it is not automatically copied, you can also copy it manually in the multiplayer menu.\n - Send the invite code to your friends\n\nNotes:\n\n - This software supports offline accounts.\n - The software supports interconnection with HMCL and PCL CE (Terracotta).</string>
10281028
<string name="terracotta_tutorial_guest_btn">Guest Tutorial</string>
10291029
<string name="terracotta_tutorial_guest">Guest Tutorial:\n\n - Read the user notice in the launcher\'s multiplayer homepage, and then enable the multiplayer function.\n - Launch the game, find the multiplayer menu in the in-game FCL menu, and open it.\n - Click &quot;I want to join a session&quot;, enter the invitation code provided by the host in the input box, and wait patiently.\n - If a pop-up prompts you to request VPN permissions, please grant; otherwise, it will not work properly.\n - After it shows that you have joined the room, select Multiplayer, and double-click Terracotta Lobby.\n\nNotes:\n\n - This software supports offline accounts.\n - The software supports interconnection with HMCL and PCL CE (Terracotta).\n - When joining the game using the backup server address, offline accounts are not supported. Please solve this problem yourself.</string>
1030-
<string name="terracotta_warning_region">Multiplayer is currently only supported in China. Other regions are not yet supported. We are not responsible for any issues that may arise if you use this feature outside of China.</string>
10311030

10321031
<string name="update">Update</string>
10331032
<string name="update_netdisk">Netdisk</string>

0 commit comments

Comments
 (0)