How to Spawn the LPSP Player Character in a Custom Map


In this guide we'll go through the steps required to use the LPSP player character in a custom map, it's super easy, so let's get started.

  • First we want to open the map that we want to spawn it in, for this guide I have created a new empty default world.

  • We need to make sure that the map has a PlayerStart actor, this is where the player will spawn.

  • Next we need to assign the LPSP game mode in the map, it's located here: InfimaGames > LowPolyShooterPack > Core > GameModes

  • We're going to be using the one called BP_LPSP_GM_LPSP, but we can also use BP_LPSP_GM_SpawnMultiplayer if we want it to be replicated.

  • Go to the World Settings and set GameMode Override to BP_LPSP_GM_LPSP.

  • We can also choose which weapon we want the character to spawn with by changing the Default Pawn Class.

    • For this guide I used BP_LPSP_PCH_AR_01

  • And that's it, now it's ready to play!


Last updated

Was this helpful?