Skip to content

Commit

Permalink
Merge pull request #340 from FS-Driverless/docs_update
Browse files Browse the repository at this point in the history
Correct parameter for custom map loading
  • Loading branch information
mateusz-lichota authored Oct 18, 2022
2 parents b954153 + 7da06dc commit 2059814
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 2059814

Please sign in to comment.