Starfield Fast Resources
If you hate looking up Item IDs this provides a suite of bat files to quick add resources, perks and ammo.
Provides a suite of scripts to add perks, skills, items and ammo. Because I hate looking up item codes.
Installation
Copy the contents of the `Starfield` folder in the root of your game where `starfield.exe` exists.
Usage
The scripts can be called from the console `~` using the following format.
bat “sfr/<category>/<item_name><amount>”
Note: Ensure that there are quotes. They are important.
Note: The item names have the space omitted so Trauma Pack becomes TraumaPack.
Note: The amount parameter only applies to Aids, Resources, Misc and Food Items.
Note: Values are only in the range between [1-9, 10-90, 100-900]. So that means you can’t do 75 items in one command, you have to add 70 first, then 5.
Examples:
The following adds 10 trauma packs to the inventory
bat “sfr/aid/TraumaPack10”
Adds 70 Aluminium to the inventory (the main point why I built this mod)
bat “sfr/resource/aluminium70”
Adds 300 Zero-G Gimbal to the inventory
bat “sfr/resource/zero-ggimbal300”
Adds Sentinel’s UC Antixeno Spacesuit to the inventory
bat “sfr/spacesuit/SentinelsUCAntixenoSpacesuit” # but sfr/spacesuit/sentinelsucantixenospacesuit works fine as well
Adds the Cellular Generation skill.
bat “sfr/skill/cel!” # uses shortform version of cellularregeneration
Adds 9,000 .27 Caliber to the inventory.
bat “sfr/skill/27c!9000” # uses shortform version of .27caliber9000
Regarding Shortforms
Ammo and skills have shortform versions where you can specify the first three alphanumeric characters of the item and proceeded with a bang (!).
So 15X25CLLShotgunShell becomes 15x!, 1.5KVLZRCartridges becomes 15k!, CaselessShotgunShell becomes cas!, etc.
Categories
Aid
Ammo
Food
Guide
Misc
Resource
Skill
Spacesuit
Weapon