Packaging the project
Once you’ve finished the project, it’s good practice to package it so that you have a pure standalone version that doesn’t use the Unreal Engine editor. This will run faster and be more lightweight.
Follow these steps to create the packaged version of the file in Exercise 16.01 – Testing the Third Person template in multiplayer:
- Go to Platforms (to the right of the Play button) | Windows | Package Project.
- Pick a folder to place the packaged build and wait for it to finish.
- Once it has finished, go to the selected folder and open the
Windows
folder inside it. - Right-click on TestMultiplayer.exe and pick Create Shortcut.
- Rename the new shortcut Run Server.
- Right-click on it and pick Properties.
- On the target, append
ThirdPersonMap?Listen -server
, which will create a listen server usingThirdPersonMap
. You should end up with this:"<Packaged Path>\Windows\TestMultiplayer.exe" ...