Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Instructor
Original Poster
#1 Old 18th Apr 2017 at 9:30 AM
Default Two objects in the same package - how?
How do you put two objects in the same package?

Specifically, I have an interaction object (complex) and a token object (simple - one OBJD, one OBJf, one NREF and one SLOT entry) - the instance numbers of the four token entries clash with the corresponding interaction object entries.

If it helps, the SLOT entries in both the objects are identical.

Looking at the InTeen_A package (which has two objects), it would seem that all I need to do is export the OBJD and OBJf from the token, add one to both instance numbers and then import them into the interaction object package.

Is this correct, or am I missing something?

TIA

W

Just call me William, definitely not Who-Ward
Advertisement
Lab Assistant
#2 Old 18th Apr 2017 at 12:48 PM Last edited by cedrigo : 18th Apr 2017 at 3:20 PM.
Just change the instance number of your token's OBJD, OBJf and NREF*.
It should be the same instance number for the 3 files, but different from the other object's instance number.

*(you can also delete the token's NREF if you want)

Also make sure to use two different GUIDs in your OBJD files.
Back to top