• 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

ABCreator add image link

smeevil

New member
Hi there,

I am planning on updating the Confrontation army files to make them current.
At least for Dirz / Scorpion, Wolven and Ram since those are the armies we play / have atm.

Got quite some things working already and getting comfy with the scripting language.

There is just one thing that i cannot seem to get working and that is the image linking for a unit.

In this screenshot you can see what i did (image url is : http://store.rackham-e.com/sites/default/files/catalog/1/c/1c_SCRE01_CLONE_2.jpg )

20100601-guigscuti6k9h5bx4uhbmx9gad.jpg


Could anyone tell me what i might be doing wrong ?

Thanks :)
 
First, open the definition file in ABCreator, and go to the "Info" tab. Change the "URL Root" option (just under "Folder") to:

Code:
http://

Then, set the image URL to:

Code:
store.rackham-e.com/sites/default/files/catalog/1/c/1c_SCRE01_CLONE_2.jpg

ABCreator sticks the two together, but images are only enabled if you specify a URL root in the definition file. I'll investigate why it wasn't giving you an error about this.
 
Works :)

Thanks , i thought i already tried this before as i encountered it in the pdf.
Apparently did something not completely right ;)

The Dirz/Scorpion army file is almost completely updated as this is the one i play myself. following will be Ram and then Wolven.
 
Back
Top