you can put it in a batch file to run at startup.
Create a .bat file in the starfield.exe directory, call it whatever you want, ie: MyStartup.bat, and add that line to it and save.
In My docs > My Games >starfield, if it's not already there create StartFieldCustom.ini
If you're creating the file, add this:
otherwise just find the [general] section in the existing file, then add this:
Code:
sStartingConsoleCommand=bat MyStartup
You'll know if it works because you'll see the bat file has been executed when you first open the console.
Standard warning about it disabling achievements etc.
you can also add these to remove a lot of the ship building limits if you want to build some huge ships
Code:
setgs fSpaceshipLandableMaxSizeX 5000
setgs fSpaceshipLandableMaxSizeY 5000
setgs fSpaceshipLandableMaxSizeZ 5000
setgs fSpaceshipLandableSmallSize 5000
setgs fSpaceshipBuilderMaxSizeZ 5000
setgs uSpaceshipBuilderMaxModules 5000
setgs uSpaceshipBuilderModuleHardLimit 5000
and also this if you want to mess around with M class parts: