Jump to content

Recommended Posts

Ah, thanks.

Another thing, I typed in the... thing (in prefabs) for my character to not get get walrus aggro (if that's the right word) but it doesn't work. Do you know the correct... thing? (This is my first mod, so I know almost nothing. :p)

Ah, thanks.

Another thing, I typed in the... thing (in prefabs) for my character to not get get walrus aggro (if that's the right word) but it doesn't work. Do you know the correct... thing? (This is my first mod, so I know almost nothing. :razz:)

try adding

inst:AddTag("walrus")

to the fn in the character's prefab. (i did this with merms for my character, so merms just stare at my character :p )

try adding

inst:AddTag("walrus")
to the fn in the character's prefab. (i did this with merms for my character, so merms just stare at my character :p )
That didn't work. I typed it in and the game crashed with the log saying something like Could not load character. Maybe inst:AddTag("walrusfriend") would work?

I know walruses have ("houndfriend") so I thought of that.

Edited by WalrusMan

That didn't work. I typed it in and the game crashed with the log saying something like Could not load character. Maybe inst:AddTag("walrusfriend") would work?

I know walruses have ("houndfriend") so I thought of that.

im not sure how that would work

that might work, but can you send the log thou?

it might of been a typo

@WalrusMan, I'm almost 100% certain that inst:AddTag did not crash your game. 100% of the 'entities' in Don't Starve can have tags. Make sure you aren't adding it to a component or widget as those cannot have tags to my knowledge.

Meh. I typed it under my components along with the ListenForFishingThing.

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...