Jump to content

Recommended Posts

Posted

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?

image.png.dccf4b4c4e8d97a6fab3c907c8c27fee.png

 

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?

 

 

 

 

Posted
10 minutes ago, Monoman1 said:

You're missing an Auto at the end of the line

 like this?

 

Float Property DamageThreshold = ( 50.0 ) Auto

?

 

 

 

 

Posted
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?)

Posted
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

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...