Starfield
0 of 0

File information

Last updated

Original upload

Created by

Styper

Uploaded by

styperman

Virus scan

Safe to use

About this mod

Simple console command to target the player's home ship. Useful for mods that need to target the ship to change values.

Requirements
Permissions and credits
Changelogs
I needed a simple way to target the player's ship to pair with other console commands that change the ship's values such as speed.
Since the vanilla console has no way like "prid homeship" then I made this Papyrus script to accomplish that.

To target the home ship type in console:

cgf "STP_ShipHelper.PickHomeShip"

To target current ship type in console:
  • Note: Difference with the first command is that this one will work for ships you just stole and are still not your home ship. Player needs to be in the pilot's seat for the command to work, landed or flying.

cgf "STP_ShipHelper.PickCurrentShip"

To try to set your previous home ship as your current home ship:

cgf "STP_ShipHelper.TrySetPreviousHomeShip"


How to install:
  • Copy "STP_ShipHelper.pex" to C:\Users\<your user>\Documents\My Games\Starfield\Data\Scripts




In the future I hope to understand if it's possible to create and alias on the fly, like "player" is an alias for "00000014", then I could get away without using "prid" and just use something like shipRef.setav XXXXXX

Created using CHAMPOLLION and CAPRICA tools to decompile and compile Papyrus scripts.