From 035364548cd48240e3f8a3873105a3d1fa646e57 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 13 Jan 2026 10:16:59 +0000 Subject: [PATCH] =?UTF-8?q?linux=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux.md b/linux.md index c22c443..f0ea72f 100644 --- a/linux.md +++ b/linux.md @@ -18,7 +18,7 @@ epic launcherでue installerの`option:linux`を再び有効にします。 https://blueprintue.com/blueprint/1iehm6_9/ -次に、cookがなぜか`./Config/Windows/`を優先します。そのためLinux専用のmapを使うことができません。 +次に、cookがなぜか`./Config/Windows/`を優先します。そのためworldscapeを削除したLinux専用のmapを使うことができません。 `Config/DefaultEngine.ini`を修正して、pwshで実行します。 @@ -28,5 +28,5 @@ https://blueprintue.com/blueprint/1iehm6_9/ ``` ```sh -& "C:\Program Files\Epic Games\UE_5.7\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="C:\Users\syui\Documents\Unreal Projects\5.7\Airse\Airse.uproject" -platform=Linux -clientconfig=Development -build -cook -stage -pak -unrealexe="C:\Program Files\Epic Games\UE_5.7\Engine\Binaries\Win64\UnrealEditor-Cmd.exe" +& "C:\Program Files\Epic Games\UE_5.7\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="C:\Users\syui\Documents\Unreal Projects\5.7\Airse\Airse.uproject" -platform=Linux -clientconfig=Development -build -cook -stage -pak -unrealexe="C:\Program Files\Epic Games\UE_5.7\Engine\Binaries\Win64\UnrealEditor-Cmd.exe" -map=/Game/Syui/Airse/World/LVL_Earth_IOS ``` \ No newline at end of file