• 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

Need Help with Authoring Problem

  • Thread starter Thread starter lordbofdar at yahoo.com
  • Start date Start date
L

lordbofdar at yahoo.com

Guest
Hey Guys,
I know this may seem overly simple for most of you, but I am new
to this stuff.
Anyway I need to know how to ad additional sorting options to an
existing file. How is this achieved (if there is a tutorial like
that would be appreciated, otherwise just post a respoinse and it
would be helpful).

Matt "Bofdar" McDonough




------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/WuQolB/TM
--------------------------------------------------------------------~->
 
lordbofdar wrote:

>Hey Guys,
> I know this may seem overly simple for most of you, but I am new
>to this stuff.
> Anyway I need to know how to ad additional sorting options to an
>existing file. How is this achieved (if there is a tutorial like
>that would be appreciated, otherwise just post a respoinse and it
>would be helpful).
>
>
>
Filters are done through tag groups. e.g:

<group id="color" name="Card Color"/>
<value id="Blue"/>
<value id="Green"/>
</group>

the above example (very basic) would allow you to add either (or both)
of the following tags to a card:

<tag group="color" tag="Blue"/>
<tag group="color" tag="Green"/>

this would then allow the user to filter cards with (or without) the
color blue or green.

More info on what exactly you would like to do would help me create a
better example.
You should download the authoring kit and read the docs.
For which game are you updating files?

--
Jim Williamson <jim@timewarpcomics.com <mailto:jim@timewarpcomics.com>>
TimeWarp Comics & Games
(973) 857-9788
www.timewarpcomics.com <http://www.timewarpcomics.com>



------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/WuQolB/TM
--------------------------------------------------------------------~->
 
Thanx for the response to my question. I have downloaded the authoring kit and have been studying it (somewhat). But as I said I am new to this and it is a little overwhelming at first glance.
To answer your questions I am modifying the Star Trek entries (which are not updated as often as I would prefer). I am trying to add the ability to sort out White Border editions. They are distinctified in the card entries but the sorting option does not appear.

Matt "Bofdar" McDonough

Jim Williamson <jim@timewarpcomics.com> wrote:
lordbofdar wrote:

>Hey Guys,
> I know this may seem overly simple for most of you, but I am new
>to this stuff.
> Anyway I need to know how to ad additional sorting options to an
>existing file. How is this achieved (if there is a tutorial like
>that would be appreciated, otherwise just post a respoinse and it
>would be helpful).
>
>
>
Filters are done through tag groups. e.g:






the above example (very basic) would allow you to add either (or both)
of the following tags to a card:




this would then allow the user to filter cards with (or without) the
color blue or green.

More info on what exactly you would like to do would help me create a
better example.
You should download the authoring kit and read the docs.
For which game are you updating files?

--
Jim Williamson >
TimeWarp Comics & Games
(973) 857-9788
www.timewarpcomics.com





Yahoo! Groups Links







---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/WuQolB/TM
--------------------------------------------------------------------~->
 
It could be just a matter of making the tag group visible so that it can be
filtered on by the user. This would be controlled in the definition file
with the specification of the tag group. But since I don't know the Star
Trek files, I can't be sure.

How is the white border indicated for each card within the data files? I
assume by a tag of some sort. What is the tag group and what other tags are
defined in that group?

Thanks, Rob

At 12:37 AM 8/25/2004 -0700, you wrote:
>Thanx for the response to my question. I have downloaded the authoring kit
>and have been studying it (somewhat). But as I said I am new to this and
>it is a little overwhelming at first glance.
>To answer your questions I am modifying the Star Trek entries (which are
>not updated as often as I would prefer). I am trying to add the ability to
>sort out White Border editions. They are distinctified in the card entries
>but the sorting option does not appear.
>
>Matt "Bofdar" McDonough
>
>Jim Williamson <jim@timewarpcomics.com> wrote:
>lordbofdar wrote:
>
> >Hey Guys,
> > I know this may seem overly simple for most of you, but I am new
> >to this stuff.
> > Anyway I need to know how to ad additional sorting options to an
> >existing file. How is this achieved (if there is a tutorial like
> >that would be appreciated, otherwise just post a respoinse and it
> >would be helpful).
> >
> >
> >
>Filters are done through tag groups. e.g:
>
>
>
>
>
>
>the above example (very basic) would allow you to add either (or both)
>of the following tags to a card:
>
>
>
>
>this would then allow the user to filter cards with (or without) the
>color blue or green.
>
>More info on what exactly you would like to do would help me create a
>better example.
>You should download the authoring kit and read the docs.
>For which game are you updating files?


---------------------------------------------------------------------------
Rob Bowes (rob@wolflair.com) (650) 588-8252
Lone Wolf Development www.wolflair.com




------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/WuQolB/TM
--------------------------------------------------------------------~->
 
Back
Top