Jump to content

"write your cartridges to the lowest common denominator" - Not


roolku

Recommended Posts

Recently I keep reading the advice to "write your cartridges to the lowest common denominator" and then going on that since the Garmin players can't display icons, can't display sound, can't use onclick methods etc, they shouldn't be used.

 

This makes me sad as I think authors should make use of all the facilities available to provide an as good as possible Wherigo experience.

 

While it is important that the cartridges are compatible with Oregon and Colorado most shortcomings degrade gracefully or can be easily worked around:

 

1) icons

 

Icons will not be included in the Garmin version of the cartridge (I use *.bmp files for them) so they don't do any harm. On other players they provide a useful visual clue.

 

2) sound

 

While digitised sound will not be played by the Garmin units, you can provide *.fdl alternatives using the same zmedia. The website will only include the compatible soundfile, so you won't bloat the cartridge.

 

http://forums.Groundspeak.com/GC/index.php?showtopic=182038&st=0&p=3250995entry3250995

 

(Remember to not use the PlayAlertSound() function though, but use a custom sound instead.)

 

3) onclick actions

 

Typically you will not need to use them, in the rare case you do you can work around it by having an alternative button actions on the item in question which is disabled as part of the onclick event

 

http://forums.Groundspeak.com/GC/index.php?showtopic=202452&view=findpost&p=3687332

 

4) no actions on zones

 

You can have a dummy item of the same name inside the zone to provide the actions which is only enabled for garmin players as part of the initialisation

 

5) limits on text length

 

I don't see this as a limit. Make the text concise and to the point. You are writing a Wherigo, not a novel.

 

6) limits on zones

 

This is not a limitation on the Garmin players. Many old PDAs have the same problem. If you can't want to restrict your number of zones, there are some options; usually specific to the kind of cartridge you are writing. In my current cartridge I will offer an extra "nightmare" mode that has double the zones for player with non-garmin units. You can also use the user functions provided here:

 

http://forums.Groundspeak.com/GC/index.php?showtopic=224119&st=0&gopid=3966494

 

Anyway - this was just from the top of my head, there is probably more. I realise that it is a little more work, but I think it is worth the effort, especially as the Garmin units are now outdated and in the future Wherigo will be mainly played on mobile phones. Thanks for reading.

Link to comment

In the cartridges I'm building (forever now, but one is almost finished) I use the full options (icons, sounds, whatever). The onClick I avoid, but my opinion is that if the Garmins can't play sounds and display icons, it's their users who are going to loose, not the PDA users...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...