Update Quick Start

Kyle Austad 2024-10-05 14:55:12 -06:00
parent abfb104c79
commit 0ff208a2ae

@ -14,6 +14,9 @@ The included HUD Class *BP_ShipHUD* contains a lot of the logic for managing sho
If the included arcade-y style pawn controls are to your liking and simply wish to change the mesh than head over to the MSSS folder under *Demo/Pawns* and open *BP_BaseShip*, or create a duplicate of it and open that if you wish to keep the original unchanged. With that blueprint open head to the viewport view and select the *StaticMesh* component on the left list. Then on the right, select the *Static Mesh* dropdown and select your static mesh. For this documentation I am using a free space ship from *Kitbash3D* and their *Mission to Minerva* pack, available in their *Cargo* application. Once your mesh is selected, adjust its rotation and and scale accordingly. When you are happy with the results, open your ship static mesh. If the included arcade-y style pawn controls are to your liking and simply wish to change the mesh than head over to the MSSS folder under *Demo/Pawns* and open *BP_BaseShip*, or create a duplicate of it and open that if you wish to keep the original unchanged. With that blueprint open head to the viewport view and select the *StaticMesh* component on the left list. Then on the right, select the *Static Mesh* dropdown and select your static mesh. For this documentation I am using a free space ship from *Kitbash3D* and their *Mission to Minerva* pack, available in their *Cargo* application. Once your mesh is selected, adjust its rotation and and scale accordingly. When you are happy with the results, open your ship static mesh.
![](https://git.crabinteractive.com/crabdev/MSSS-Documentation/raw/branch/main/Images/QS_StaticMeshSelect.png)
![](https://git.crabinteractive.com/crabdev/MSSS-Documentation/raw/branch/main/Images/QS3.png)
### Setting up mesh sockets ### Setting up mesh sockets
In this step you need to setup sockets for hardpoints/weapons to attach to. So open the *Socket Manager* window in the static mesh editor and create, move and rename your sockets to where and how you want them named. You can use the *Preview Mesh* option to assign a mesh to preview how that mesh will look when equipped to that socket. The included *SM_CrappyTurret* can be used if you don't have a weapon/hardpoint mesh in your project yet. If needed, adjust the sockets relative scale as well if your hardpoint or weapon is not the correct scale in relation to your ship mesh. In this step you need to setup sockets for hardpoints/weapons to attach to. So open the *Socket Manager* window in the static mesh editor and create, move and rename your sockets to where and how you want them named. You can use the *Preview Mesh* option to assign a mesh to preview how that mesh will look when equipped to that socket. The included *SM_CrappyTurret* can be used if you don't have a weapon/hardpoint mesh in your project yet. If needed, adjust the sockets relative scale as well if your hardpoint or weapon is not the correct scale in relation to your ship mesh.