From 1578fcc7f9c97f123000751aa149ba8e2bf2ee6b Mon Sep 17 00:00:00 2001 From: Si Yuan He Date: Tue, 18 Mar 2025 01:15:19 -0400 Subject: [PATCH 1/3] Add small tweaks to tutorial page - switched the order of client & server setup; feels like it makes more sense for server to come first. - added a note about a possible issue with LoopBack Utility (ran into this myself). --- source/pages/Tutorial/dev-client-winrt.rst | 9 +++++++-- source/pages/Tutorial/index.rst | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/source/pages/Tutorial/dev-client-winrt.rst b/source/pages/Tutorial/dev-client-winrt.rst index 4e01fdb..a58da57 100644 --- a/source/pages/Tutorial/dev-client-winrt.rst +++ b/source/pages/Tutorial/dev-client-winrt.rst @@ -8,6 +8,7 @@ Requirements * `Microsoft Visual C++ Runtime Package 12.0 for x86 `_ * A copy of the Brave Frontier package (APPX) for Windows (`Share Drive link `_) * Developer Mode enabled on your system +* Development game server setup and running (see `Setting Up a Development Game Server `_) .. warning:: @@ -16,11 +17,11 @@ Requirements Cloning the Repository ---------------------- -To clone the server repository, run the following command: +To clone the offline-proxy repository, run the following command: :: - git clone --depth=1 https://github.com/decompfrontier/server + git clone --depth=1 https://github.com/decompfrontier/offline-proxy.git Building the Proxy ------------------ @@ -182,6 +183,10 @@ Due to a default limitation in UWP apps, they cannot communicate with localhost, 2. Run the utility and select the Brave Frontier application. 3. Configure it as shown below, then click ``Save Changes`` and restart the game: +.. note:: + + If Loopback Utility reports an error while saving changes, ensure Developer Mode is enabled, Device Portal is enabled, and the ``Restrict to loopback connections only`` option is disabled. + .. image:: ../../images/loopback_win.png diff --git a/source/pages/Tutorial/index.rst b/source/pages/Tutorial/index.rst index d95be2c..3fe3310 100644 --- a/source/pages/Tutorial/index.rst +++ b/source/pages/Tutorial/index.rst @@ -20,6 +20,6 @@ administration stuff. :name: toc-dev-all :maxdepth: 1 - dev-client-winrt dev-server + dev-client-winrt writing-a-new-packet From 5805161351845eb0a5dd9ee197773ca74aad293b Mon Sep 17 00:00:00 2001 From: Si Yuan He Date: Tue, 18 Mar 2025 19:00:59 -0400 Subject: [PATCH 2/3] Tweak git clone command --- source/pages/Tutorial/dev-client-winrt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pages/Tutorial/dev-client-winrt.rst b/source/pages/Tutorial/dev-client-winrt.rst index a58da57..5673b84 100644 --- a/source/pages/Tutorial/dev-client-winrt.rst +++ b/source/pages/Tutorial/dev-client-winrt.rst @@ -21,7 +21,7 @@ To clone the offline-proxy repository, run the following command: :: - git clone --depth=1 https://github.com/decompfrontier/offline-proxy.git + git clone --depth=1 https://github.com/decompfrontier/offline-proxy Building the Proxy ------------------ From b07bc1a112b889862aef0f75313b0eedd192966c Mon Sep 17 00:00:00 2001 From: Si Yuan He Date: Wed, 19 Mar 2025 12:06:24 -0400 Subject: [PATCH 3/3] Remove redundant note on developer mode --- source/pages/Tutorial/dev-client-winrt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pages/Tutorial/dev-client-winrt.rst b/source/pages/Tutorial/dev-client-winrt.rst index 5673b84..5a711e2 100644 --- a/source/pages/Tutorial/dev-client-winrt.rst +++ b/source/pages/Tutorial/dev-client-winrt.rst @@ -185,7 +185,7 @@ Due to a default limitation in UWP apps, they cannot communicate with localhost, .. note:: - If Loopback Utility reports an error while saving changes, ensure Developer Mode is enabled, Device Portal is enabled, and the ``Restrict to loopback connections only`` option is disabled. + If Loopback Utility reports an error while saving changes, ensure Device Portal is enabled, and the ``Restrict to loopback connections only`` option is disabled under Developer settings. .. image:: ../../images/loopback_win.png