PDA

View Full Version : Script to Dump Object Locations/Status to File



MadBilly
Jun 10 2012, 01:50
Hi all,

Is it possible to develop a script to find all object locations and status data at the end of a mission and dump them to a text file?

You see I am interested in operating a sequence of IFL1944 missions with an external campaign system, and I need to work out how to communicate between the campaign system and IFL1944: text files are a start.

Cheers,
MadBilly

Vandrel
Jun 12 2012, 03:03
I'm not so sure the function exists in this engine. There is one present in the VBS2 engine but it's specific to VBS2 and primarily for exporting to LandBuilder through a plugin call. To check you could send a quick mail over to BI Studio Support (http://mailto:support@<hidden>) ( support@<hidden> ) and ask them if the function is present, as I'm not completely sure.

There may be a method of doing a script work around on this but may not yield the same results.

Ebolavirus
Jun 12 2012, 03:44
Use the DynO object grabber. How it grabs is entirely upto you, but It'll dump everything into your report file.

Li0n
Jun 12 2012, 07:22
You can dump any info you want into report file .rpt with command diag_log.

Giallustio
Jun 12 2012, 08:07
You could take a look at my misson "advance and secure"...Or at jayarmalib

MadBilly
Jun 13 2012, 00:53
Thanks all, that has given me some leads.