Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Terry on August 24, 2003, 05:00:17 pm

Title: DK Path element
Post by: Terry on August 24, 2003, 05:00:17 pm
I am using DK8.1 and I recently included the path element in my skin.  The default setting in frontend.ini is set up to cycle through 3 different elements, the caption, gamename, and category.  (PathCycles=-1|1|6)

I do not want to cycle through these elements, but just to display the game name.  I have tried setting PathCycles=1, assumig the numbers relate to the dir.ini searchstring and filters numbers.

When I have it set this way, it only displays the caption I have entered in my dir.ini file.  I played around with it a bit, but I can not get just my game name to display unless it is in the cycling format I listed above and actively cycling.

Thanks for any help,

Terry
Title: Re:DK Path element
Post by: Terry on August 24, 2003, 05:04:22 pm
Well I just figured out a way to do it, but I don't know it is the proper way.
I set PathCycles=1|1|1 and it seems to work ok.

Any comments on this method?

Terry
Title: Re:DK Path element
Post by: Howard_Casto on August 24, 2003, 11:35:35 pm
To use path cycles you have to have at least two elements listed, thus the name.  ;)
Title: Re:DK Path element
Post by: Terry on August 25, 2003, 01:23:44 am
How would you disable path cycles to just display the game name in the path element?
Title: Re:DK Path element
Post by: Howard_Casto on August 25, 2003, 02:43:45 pm
How you did it.  As I said, it's path cycles.  It isn't designed to show 1 of anything.  
Title: Re:DK Path element
Post by: Terry on August 25, 2003, 03:08:34 pm
Thanks! :)