From 7da06dc5a905f210ffc584d1f49c7ad8a7377c63 Mon Sep 17 00:00:00 2001 From: Wouter Heerwegh Date: Tue, 4 Oct 2022 22:04:07 +0200 Subject: [PATCH] Correct parameter for custom map loading --- docs/custom-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-mapping.md b/docs/custom-mapping.md index 26176e36..105a510a 100644 --- a/docs/custom-mapping.md +++ b/docs/custom-mapping.md @@ -14,7 +14,7 @@ To load a new map, restart the simulator and give it a new absolute path to the When launching the simulator executable, add the absolute path to the map as a command line argument: -`"$UE4_PROJECT_ROOT/FSOnline/Binaries/Linux/Blocks" FSOnline -CustomMap=""` +`"$UE4_PROJECT_ROOT/FSOnline/Binaries/Linux/Blocks" FSOnline -CustomMapPath=""` The simulator will launch directly into the custom map, skipping the menu entirely.