Sub Worlds

I've been trying to puzzle this one out.
So far most of it is a LOT like how it's done in Blender with the GoW Plugin. You make your Enter and Exit regions. The Plasma Components for them are located in the Physics catagory. On each one assigned to a region, you can specify if it's Enter or Exit.
But then comes the problem, and I've spent most of today trying to puzzle this one out: With the GoW Plugin, you make an empty and give it the following script:
Where "ElevSubWorld" would be my empty.
Now with the Cyan Plugin and Max, I create a Dummy in Max.......same as Blender's Empty........but...I can't find in the Plasma Components where I define it's "type:" as "Subworld"
There is a "Subworld" component in the Physics catagory, but when I assign it, there is only a one single empty Roll Out box.
After exporting and converting, the elevator doesn't work (the platform leaves me behind, heh). Opening up my prp file in PrpShop, I can see a major difference between one of Cyan's prp and mine as far as the empty goes, the "plHKSubWorld" is NOT being assigned to my empty.........
It's almost like there is something missing from the Plugin for SubWorlds.......
So far most of it is a LOT like how it's done in Blender with the GoW Plugin. You make your Enter and Exit regions. The Plasma Components for them are located in the Physics catagory. On each one assigned to a region, you can specify if it's Enter or Exit.
But then comes the problem, and I've spent most of today trying to puzzle this one out: With the GoW Plugin, you make an empty and give it the following script:
- Code: Select all
ElevSubWorld:
type: subworld
Where "ElevSubWorld" would be my empty.
Now with the Cyan Plugin and Max, I create a Dummy in Max.......same as Blender's Empty........but...I can't find in the Plasma Components where I define it's "type:" as "Subworld"
There is a "Subworld" component in the Physics catagory, but when I assign it, there is only a one single empty Roll Out box.
After exporting and converting, the elevator doesn't work (the platform leaves me behind, heh). Opening up my prp file in PrpShop, I can see a major difference between one of Cyan's prp and mine as far as the empty goes, the "plHKSubWorld" is NOT being assigned to my empty.........
It's almost like there is something missing from the Plugin for SubWorlds.......