Skip to content

Commit

Permalink
Correct parameter for custom map loading
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-heerwegh committed Oct 4, 2022
1 parent 7f52b83 commit 7da06dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<path to the custom map here>"`
`"$UE4_PROJECT_ROOT/FSOnline/Binaries/Linux/Blocks" FSOnline -CustomMapPath="<path to the custom map here>"`

The simulator will launch directly into the custom map, skipping the menu entirely.

Expand Down

0 comments on commit 7da06dc

Please sign in to comment.