Discovering propnames/entitynames in Interiors

Hello,

I am trying to map some unknown prop/entity names that can be activated in Interiors using:

ActivateInteriorEntitySet(interior: number, entitySetName: string)

Can someone explain to me how to find these prop/entity names?
Thanks in advance!

Jop

Anyone?

Try this

2 Likes

This is indeed what I was looking for. Sadly some of the props I was looking for are not being activated in the Interior. So I ques they were created in the scrips. Do you know if the decompiled scripts are also available somewhere?

Unfortunately no, but try looking through bob74_ipl or other IPL scripts. You can also just add the props into the ytyp using codewalker and generating a manifest.

1 Like