Jump to content

FrozenIce94

How to spawn every ship type

Recommended Posts

How to spawn every ship type.

Basic Command: "SpawnShip blueprintPathShip[FString] blueprintPathHull[FString] SpawnDist[float] bAddDecks[bool] bAddSails[bool] bAutoPilotShip[bool]"

blueprintPathShip -> The ships are located in "ShooterGame\Content\Atlas\Vehicles\Ships\"
blueprintPathHull -> The Hull parts are located in "ShooterGame\Content\Atlas\Structures\ShipHulls"
SpawnDist -> Distance to your current position as number eg. 10
bAddDecks -> true if you want to add decks
bAddSails -> true if you want to add sails
bAutoPilotShip -> true if you want to enable autopilot. That means you can drive it in every direction without wind. Driver can press W or S to open the sails. Works until next restart.

Example Sloop:
cheat SpawnShip "Blueprint'/Game/Atlas/Vehicles/Ships/Sloop/Ship_BP_Sloop.Ship_BP_Sloop'" "Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSloop_BP.ShipHullSloop_BP'" 10 true true true

Example Schooner:
cheat SpawnShip "Blueprint'/Game/Atlas/Vehicles/Ships/Schooner/Ship_BP_Schooner.Ship_BP_Schooner'" "Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSchooner_BP.ShipHullSchooner_BP'" 10 true true true

Example Brigantine:
cheat SpawnBrig

Example Galleon:
cheat SpawnShip "Blueprint'/Game/Atlas/Vehicles/Ships/Galleon/Ship_BP_Galleon.Ship_BP_Galleon'" "Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullGalleon_BP.ShipHullGalleon_BP'" 10 true true true

 

Do you want to fly the Airplane or drive the tank. Yes you can 😉

WW2 Airplane - flies to mouse direction

cheat SpawnShip "Blueprint'/Game/Atlas/Devkit/Examples/Airplane/Aircraft_BP_Zephyr.Aircraft_BP_Zephyr'" "Blueprint'/Game/Atlas/Devkit/Examples/Airplane/ShipHull_BP_Hoopoe.ShipHull_BP_Hoopoe'" 10 true true true

Tank - Can Shooooot 

cheat SpawnShip "Blueprint'/Game/Atlas/Devkit/Examples/Tank/Tank_BP.Tank_BP'" "Blueprint'/Game/Atlas/Devkit/Examples/Tank/ShipHull_BP_Tank.ShipHull_BP_Tank'" 10 true true true
   
Airship - laaaaaags, cannot fly  😞 

cheat SpawnShip "Blueprint'/Game/Atlas/Devkit/Examples/Steampunk/Aircraft_BP_Steampunk.Aircraft_BP_Steampunk'" "Blueprint'/Game/Atlas/Devkit/Examples/Steampunk/ShipHull_BP_Steampunk.ShipHull_BP_Steampunk'" 10 true true true
 

I hope that helps you 🙂

FrozenIce94

Edited by FrozenIce94
  • Like 2

Share this post


Link to post
Share on other sites

Does anyone know how to spawn the AoD ship (I mean Ships of the Damned)?

Edited by Sergey

Share this post


Link to post
Share on other sites

Hi new console peasant here lol just wondering, does anybody know if it's possible to spawn in the airship, plane and tank on single player Xbox version?

Thanks in advance 

A lowly sea dog

Sgt Thumbless

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...