Page 1 of 1
Event dump missing TURN param ...
Posted: Mon Oct 01, 2007 6:20 am
by Szilard
for some event types; eg events with a TURN trigger.
I guess it's too late, but it'd be nice to have an option to dump in the old CSV format.
RE: Event dump missing TURN param ...
Posted: Sun Feb 17, 2008 7:55 pm
by ralphtricky
Can I get a sample that show this? I can't reproduce it.
RE: Event dump missing TURN param ...
Posted: Sun Feb 24, 2008 2:35 am
by Raindem
I ran into this when programming ODD. Some of the values in the XML are zero based (I don't remember if Turn is one of those), and zero values are generally not exported to XML. So a value of 1 in TOAW may not show up in the XML. ODD takes care of the conversion but if you are editing the XML directly it can be misleading.