Starfield Mod talk:Mod File Format/Raw Data
From Starfield Wiki
Hello.
The Tag "RQPK" means "requiredperk" and is set up like this:
0C00ACFC2C000400000000000000
0C is some unknown identifier byte
ACFC2C is in this case "Skill_Piloting"
00 is emtpy
04 is the byte for "Skill magnitude"
The rest are empty bytes / maybe other required perk switches, who knows.
This means that the first identifier byte row is the Perk in question, the second after that is the magnitude. You can change those to for example make stuff buyable in the shipbuilder before leveling the according perk by setting it to 1 (0 is not recommended) ManManBan (talk) 22:54, 3 March 2024 (EST)