Guest Posted July 10, 2024 Posted July 10, 2024 Guys! Can you help me please a bit. I'm Trying to understand how SPID works but I can't replace an outfit for a follower with it for some reason. Follower Ciri and outfit is Soul hunter Armor In log it returns with error: [ArmorToCiri_DISTR.ini] [0x1FEC] (Soul Hunter Armor.esp) FAIL - formID doesn't exist But I can't find there is a mistake I made. Could someone smart take a brief look please?
traison Posted July 10, 2024 Posted July 10, 2024 Since we're dealing with light plugins that, as far as I know all share the same address space, I would check their form ids in-game rather than in xEdit. For instance, what does the game do with 2 light plugins that both contain a record with the form id 0xfe00d63? Does it move one of them somewhere else, or does it use some other method of distinguishing between them? So verify your formids using the console: help souloutfit 4 Alternatively, try using an absolute formid instead of a relative one (assuming spid supports this): Outfit = 0xfe001fec|Ciri|0xfe00280e|none|none|none|100 If its still not working then my next question would be, does SPID support light plugins? Disclaimer: I haven't used SPID.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now