PDA

View Full Version : Placement flags


Fat D
21st Jul 2005, 4:23 PM
Can someone give me a table that explains what certain values on the placement flags do?
I only need a value for 'can be placed on occupied walls' for now.

Echo
22nd Jul 2005, 5:11 AM
I have a feeling that's not a placement flag setting. You probably want to change values in the flag fields to allow object intersection. You can find this info in the original Objects.package:
Flag field 1:
0: can be stepped over
1: allow object intersection
2: allow object and person intersection
3: can walk
4: allow person intersection
5: in use
6: notified by idle for input
7: Do NOT Use Maya Model Footprint
8: chair facing
9: burning
A: hide for cutaway
B: unused -was fireproof
C: Remove Floor
D: Add Floor if Required
E: Hide Floor
F: Lightning Strikeable

Fat D
22nd Jul 2005, 10:26 AM
and what if we want multiple of those flags?
0, 2, A for example?

Echo
22nd Jul 2005, 12:21 PM
Then set them all. They're flags, you use the set flag command. :)

Fat D
22nd Jul 2005, 12:31 PM
where can I find these settings and which program do I need?

Fat D
23rd Jul 2005, 10:36 PM
ok, got far. now I want to know, which is the right 'flaf group'. 002A (40) doesn't seem to be it.

Echo
24th Jul 2005, 4:52 AM
"My 0x08" is flag field 1.

Fat D
24th Jul 2005, 5:29 AM
thank you.

BTW, is hide for cutaway restricted to wall-hanging objects?