I used this bat on a new game, gave myself money, upon arriving to new atlantis, i noticed that the ship build feature does not unlock all possible upgrades or ship parts, not sure how to fix this very few tier b items show up and no tier c items are listed at all when trying to build a new ship from another.
Is there anyway you make a mod that just disables the rank requirements you need to complete to unlock perks? I want to start the game with a complete build but can't do that since the game locks perks behind the rank requirements.
There might be some new script in Starfield Creation Engine which can unlock skill without completing the reqirements. will check and let you know if its possible.
Just thought I would add, there is no max level in this game. Not entirely sure why, but you could go on forever gaining levels for no reason, once you have all the skill trees filled in. Do you know how we go about getting our premium in game stuff, and pre order stuff?
If you just want the perks but no experience. open the file in notepad and remove the first two line.
---SET LEVEL TO 328 --- player.modav experience 9500000
and save the file.
Similarly, if you wish to exclude specific perks from the file, such as the fitness perks, simply delete the 4-repeating "player.addperk xx" lines, like the example below:
14 comments
Just beside the game's main executable.
Do you know how we go about getting our premium in game stuff, and pre order stuff?
---SET LEVEL TO 328 ---
player.modav experience 9500000
and save the file.
Similarly, if you wish to exclude specific perks from the file, such as the fitness perks, simply delete the 4-repeating "player.addperk xx" lines, like the example below:
//FITNESS
player.addperk 002ce2dd
player.addperk 002ce2dd
player.addperk 002ce2dd
player.addperk 002ce2dd
I have labeled everything in the file for convenience, so modifying it should be straightforward.