Jump to content

Recommended Posts

The point is, Do i need to add "fueled" component to make it work?

 

Then i try to copy it form "hats" prefab, And it's crash about "generic_perish".

 

Tell me about generic_perish, Where it come form and how to fix it.

 

thank you :grin:

 

No, you do not need fueled component.

 

    inst:AddComponent("dapperness")
    inst.components.dapperness.dapperness = 5
 
 
or if you are running DLC
 
 
inst.components.equippable.dapperness = 5

 

OH!! I'm Very Thank you VERY VERY THANK YOU SO MUCH!!!!!!!!!

I didn't know about DLC and i just use:

inst:AddComponent("dapperness")
    inst.components.dapperness.dapperness = 5

 

then its will never works. hahaha thx again.

 

oh last question.

should i put all of that in the mod will make it run in any compatible?

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
×
  • Create New...