• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Can't find custom output configuration files

faidlar

New member
Hello,

I want to try my hand at a custom output format and am trying to follow the tutorial in the manual but I can't seem to find the existing folders listed. I am running 3.3b on XP and the default installation folder is no longer c:\ArmyBuilderEX nor are there any sub folders that I can find that look like the ones in the manual. Could someone please point me the right direction?

Thanks,
Faidlar
 
Hello,

A shortcut to the program Files is onthe Army Builder menu Tools\Explore Folders\Program Data Folder. The custom output must be on the .\customoutput directory. Sample ones then on generic and example directory.

regards,

Fred
 
Thanks! Found them and got it working.

Now I have a new question. Is there a way to get user added images into a custom output?
 
Hello,

I never tried this before.
You can try the output of a unit with both added image and original image from the .dat file and have a look at the below fields.

The DTD for the custom output has an element for this, but I never had anything on it.

...
<!ELEMENT images (type*)>

<!ELEMENT type (image*)>
<!ATTLIST type name CDATA #REQUIRED>

<!ELEMENT image EMPTY>
<!ATTLIST image url CDATA #REQUIRED>
<!ATTLIST image sku CDATA #IMPLIED>
...

In roster files, these fields refers to the image db and are not very usefull for output displays. I don't know if it will be the same...

I suppose it not yet availlable. You will need an answer from the wolflair.

Once it is availlable, you will then need to devellop/Modify an XSL file including the image support.

Hope that helps.

Frédéric
 
Back
Top