Lady Rowena on 24/1/2015 at 12:26
First of all, I have tons of this warning that never showed up before:
WARNING: object 3246 is partially or completely out of world, physics deactivated
They are mostly litle objects, i.e. carrots, plates, etc. There are too many of these to check them all. Can I safely ignore the warnings?
I am more worried about these ones, which appear after reloading schemas:
WARNING: More than eight enums for a schema tag: ZombiePart.
WARNING: More than eight enums for a schema tag: Servant.
WARNING: More than eight enums for a schema tag: Guard.
WARNING: More than eight enums for a schema tag: Spider.
INFO: total schema tag count 46 , concept count: 127
INFO: total schema tag value (/ tag state) count 241 (of max 255)
I didn't touch any of the schemas mentioned above. What's happening? Should I worry?
ZylonBane on 24/1/2015 at 12:56
My understanding is that these errors always existed, but original DromEd didn't bother telling you about them.
Yandros on 24/1/2015 at 14:15
Quote Posted by ZylonBane
My understanding is that these errors always existed, but original DromEd didn't bother telling you about them.
This.
john9818a on 24/1/2015 at 20:08
With NewDark monolog became a drama queen. :joke:
The first error you mentioned appeared in the default.rep file when reports were processed but means that those objects are in solid even by a little amount. If you Me Only an area brush, portalize, and then go into game mode you will see a bunch of objects with this error. That's because technically they are in solid space at or beyond the area brush.
Lady Rowena on 25/1/2015 at 15:13
Thanks everyone. :)
And......do you think it's really necessary to fix at least the schemas stuff?
LarryG on 25/1/2015 at 15:17
Yes. And easy.
Lady Rowena on 25/1/2015 at 15:49
Quote Posted by LarryG
Yes. And easy.
If you say so......
Well, I'm not sure to understand what to do....
I.e. for the spider I found this in Hits.sch\BLACKJACK COLLISIONS:
env_tag (Event Collision) (CreatureType Ape Crayman Apparition Burrick Frog Guard Haunt Servant Spider ) (WeaponType Blackjack)
env_tag (Event Collision) (CreatureType Zombie) (WeaponType Blackjack)
should I move the spider entry to the row below this way:
env_tag (Event Collision) (CreatureType Ape Crayman Apparition Burrick Frog Guard Haunt Servant ) (WeaponType Blackjack)
env_tag (Event Collision) (CreatureType Spider Zombie) (WeaponType Blackjack)
? Sorry, I feel a little retarded today. :o
LarryG on 25/1/2015 at 17:58
Yep. Just so. No more than 8 CreatureTypes per line.
Lady Rowena on 25/1/2015 at 20:30
Fixed. Thanks! :thumb: