Menu

UnderstandingSERTool

Effinhunter

The Simcraft Explorer Reporter tool (SER) takes XML results from SE and generates reports based on the aggregated data.


1. SER basics

%SE_ROOT%\ser -d . -s . -i %SE_ROOT%/profiles/T19M/hunter -x T19M -t "T19M BM ST Trinkets" -f bm_st_trinkets_forum_post.txt --html bm_st_trinkets.html

-d is the destination folder to generate files into. -s is the source folder that XML files from SE can be found in. -i is the input gear profiles that were used in the generation of XML files. -x specifies the prefix that was used in SE. -t indicates the title of outputs that are generated (in HTML or text files). -f is a forum post text that aggregates results. --html specifies the output file in HTML.


2. Adding individual XMLs

%SE_ROOT%\ser -d . -s . -i %SE_ROOT%/profiles/T19M/hunter -x T19M -t "T19M BM ST Trinkets" -f bm_st_trinkets_forum_post.txt --html bm_st_trinkets.html -x Other_xml_ouput1.xml -x Other_xml_output2.xml

You can aggregate individual XML outputs from Simcraft via the -x argument. This would add the two xml files Other_xml_output1.xml and Other_xml_output2.xml to the files that exist in the current directory (the -s option).


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.