WeerW3ir Posted April 29, 2023 Posted April 29, 2023 Hello. Recentlyx i was working on some mods again. (even two). and well. i have encountered with a strange error in both mod with scripting. Mod1. So can anybody tell me why this script is unwilling to work? apparently it cries for Float Property DamageThreshold = 50.0 the thing is. if i put the 50 in brackets. like this: ( 50 ) then it cries for '('. So i do not get it. Mod2. basicly a tattoo pack. the code is correct and compiled with that old mod which can create tattoo pack for Skyrim. but the thing is i cannot see it in the game even if i resaved the esp to 44 version. I guess i just need a different script. or different way?
WeerW3ir Posted April 29, 2023 Author Posted April 29, 2023 10 minutes ago, Monoman1 said: You're missing an Auto at the end of the line like this? Float Property DamageThreshold = ( 50.0 ) Auto ?
Monoman1 Posted April 29, 2023 Posted April 29, 2023 9 minutes ago, Weerz said: like this? Float Property DamageThreshold = ( 50.0 ) Auto ? Float Property DamageThreshold = 50.0 Auto
WeerW3ir Posted April 29, 2023 Author Posted April 29, 2023 20 minutes ago, Monoman1 said: Float Property DamageThreshold = 50.0 Auto a Whole new error if i add that. lol F:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\LionElSwitch.psc(5,16): unknown type shield F:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\LionElSwitch.psc(19,19): type mismatch on parameter 1 (did you forget a cast?)
Monoman1 Posted April 29, 2023 Posted April 29, 2023 20 minutes ago, Weerz said: a Whole new error if i add that. lol F:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\LionElSwitch.psc(5,16): unknown type shield F:\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\LionElSwitch.psc(19,19): type mismatch on parameter 1 (did you forget a cast?) No such type as shield Shields are classed as Armor, so Armor Property LionElLunarShield Auto Check I've spelt LionElLunarShield correctly as I can't copy/paste
WeerW3ir Posted April 29, 2023 Author Posted April 29, 2023 59 minutes ago, Monoman1 said: No such type as shield Shields are classed as Armor, so Armor Property LionElLunarShield Auto Check I've spelt LionElLunarShield correctly as I can't copy/paste Oof. So that was the error. Okay. Thank you ^^ Now just the tattoo pack must be fixed and im ready to go
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