• 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

Lord of the Rings - Inventory Sort Order

  • Thread starter Thread starter china_blade at hotmail.co
  • Start date Start date
C

china_blade at hotmail.co

Guest
Hi Folks,

Can anyone tell me how to get my LotR Inventory to list the Releases
in actual release order (Fellowship, Moria, Elf Lords, Towers)
instead of alphabetically (Elf Lords, Fellowship, Moria, Towers).

Best Wishes,

Steve :)
 
--- "zytylgote <china_blade@hotmail.com>" <china_blade@hotmail.com> wrote:
> Hi Folks,
>
> Can anyone tell me how to get my LotR Inventory to list the Releases
> in actual release order (Fellowship, Moria, Elf Lords, Towers)
> instead of alphabetically (Elf Lords, Fellowship, Moria, Towers).

Go to the directory Card Vault is in, then open the data folder.
Open the LotR folder
Open the file lotr.def in wordpad.

Change the episode description from:

<group id="edition" name="Release" width="12" mincount="1" maxcount="1"
alignment="left">
<value id="Promo" name="Promotional" special="1"/>
<value id="Fellowship" name="Fellowship" special="4"/>
<value id="FellowBeta" name="Fellowship Beta Printing" special="5"/>
<value id="Moria" name="Mines of Moria" special="7"/>
<value id="MoriaStart" name="Mines of Moria Starter MRP" special="8"/>
<value id="Lords" name="Elf Lords" special="10"/>
<value id="LordsStart" name="Elf Lords Starter MRP" special="11"/>
<value id="Towers" name="Two Towers" special="13"/>
<value id="Deep" name="Helm's Deep" special="16"/>
<value id="Fangorn" name="Ents of Fangorn" special="19"/>
<value id="Return" name="Return of the King" special="22"/>
<value id="Gondor" name="Siege of Gondor" special="25"/>
<value id="Doom" name="Mount Doom" special="28"/>
</group>

To the following:

<group id="edition" name="Release" width="12" mincount="1" maxcount="1"
alignment="left" sequence="explicit">
<value id="Promo" name="Promotional" special="1" order="1"/>
<value id="Fellowship" name="Fellowship" special="4" order="2"/>
<value id="FellowBeta" name="Fellowship Beta Printing" special="5"
order="3"/>
<value id="Moria" name="Mines of Moria" special="7" order="4"/>
<value id="MoriaStart" name="Mines of Moria Starter MRP" special="8"
order="5"/>
<value id="Lords" name="Elf Lords" special="10" order="6"/>
<value id="LordsStart" name="Elf Lords Starter MRP" special="11"
order="7"/>
<value id="Towers" name="Two Towers" special="13" order="8"/>
<value id="Deep" name="Helm's Deep" special="16" order="9"/>
<value id="Fangorn" name="Ents of Fangorn" special="19" order="10"/>
<value id="Return" name="Return of the King" special="22" order="11"/>
<value id="Gondor" name="Siege of Gondor" special="25" order="12"/>
<value id="Doom" name="Mount Doom" special="28" order="13"/>
</group>

If we all ask nicely, perhaps Mark will add this to the actual data set so you
won't have to make the change every time you download an update :)


=====
---

Kuni Tetsu
Clan War rules guy
Moderator of ClanWar-l

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
 
Sorted!

Many Thanks for the advice.

Steve : )
 
Back
Top