From 6eb726cc9ada0ba22479a9a85211068cfbb6e472 Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 7 Mar 2025 07:49:47 -0500 Subject: [PATCH] Update dev-server.rst Corrected a confusing step when downloading assets from online. Also noticed not all assets are present on my load of BF last night. I'll make a separate issue for that though. --- source/pages/Tutorial/dev-server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/pages/Tutorial/dev-server.rst b/source/pages/Tutorial/dev-server.rst index 58540dd..9022146 100644 --- a/source/pages/Tutorial/dev-server.rst +++ b/source/pages/Tutorial/dev-server.rst @@ -147,13 +147,13 @@ Complete the server setup by downloading and organizing assets. **Steps**: -1. Download the assets from `21900.zip `_ and place them in the ``server\deploy\system\game_server`` directory. If this folder doesn’t exist, create it. +1. Download the assets from `21900.zip `_. 2. Extract ``assets.zip`` from ``21900.zip`` as shown below: .. image:: ../../images/archive_21900.png -3. Open ``assets.zip`` and extract the ``content`` and ``mst`` folders into ``deploy/game_content``: +3. Open ``assets.zip`` and extract the ``content`` and ``mst`` folders into ``deploy/game_content`` (if this folder doesn't exist make it): .. image:: ../../images/assets_zip.png