Jump to content

Delta68

+Premium Members
  • Posts

    1696
  • Joined

  • Last visited

Everything posted by Delta68

  1. I'll have a go at transferring the map directly tonight. I thought it would be a lot more than 400mb as each map chunk using 'send visible portion' is about 50mb...
  2. Create a set for your destination are and the take a 'backup' on the pda itself. Then load the set for your journey. You can then re-load your backed-up set by double clicking it in file manager
  3. I found that I only needed to set the zones to 'inactive' and 'active'. They can remain 'visible' at all times. (they won't actually be visible if they are not active)
  4. This should be possible as it's about 3Gb and I have a 4Gb card. However, when I try transferring the map it just creates a temp file of about 400k and that's it! Nothing else seems to happen; even after an hour or so of the progress bar being displayed. Anyone else had this problem?
  5. Delta68

    Compile error

    You need to add the .lua file and all the required images to a .zip file. Rename it .gwz and then upload that. Make sure there are no sub directories/folders in teh .zip file as well. Hope this helps
  6. Can you post your .lua file so we can see what's going one? Thanks
  7. Ihre Englisch ist besser als meine Deutsch! When using the builder, you can load a .lua file and use 'Publish to my machine' to compile it. The 'compile a cartridge' is only enabled if you DO NOT load a .lua file into the builder. You can then browse for a .lua file to compile. Does this make sense?
  8. Yeah I can see exactly where you are going wrong. Fore example, your function: function zinputchurch:OnGetInput(input) Church = concvathex(Church) -- #GroupDescription=camp question -- -- #Comment=camp question Comment -- if Wherigo.NoCaseEquals(concathex(Church),"3537") then should be: function zinputchurch:OnGetInput(input) Church = concathex(input) -- #GroupDescription=camp question -- -- #Comment=camp question Comment -- if Wherigo.NoCaseEquals(Church,"3537") then Also, it makes life easier if you use the same variable thoughout; thus: function zinputchurch:OnGetInput(input) var= concathex(input) -- #GroupDescription=camp question -- -- #Comment=camp question Comment -- if Wherigo.NoCaseEquals(var,"3537") then That way you can do a search and replace for all instances of var= "concathex(input)" with var= concathex(input) when the builder messes it up again. I just noticed that your 'Church' one above has a typo in the function name (a stray v) as well which wouldn't help matters!
  9. CONGRATULATIONS TO L8HNB 600 FINDS!! You chose a good 'un for your milestone, the Wye Valley Ghost Train is one of our favourites Mark & Donna
  10. You can compile the edited file using the Builder just do: tools -> compile a cartridge. You can then run the compiled cartridge in the emulator. Do not open the lua file in the builder though as this option will be greyed out. Also, I found that I had to set my pc to US regional settings to prevent the file being knobbled...
  11. Aha! That's it! It has to have a photo! Thanks
  12. I tacked this onto the end of another thread in the Travel Bugs section but I was worried it might be overlooked: Is this functionality still being supported? It works ok for our older trackables but not more recently activated ones for example if I try this one straight in a browser window http://img.geocaching.com/stats/tb.aspx?gu...18-02133bd8fdfa I get this error: but our gingerbread man works fine: http://img.geocaching.com/stats/tb.aspx?gu...df-81f7e04b6d2a Thanks
  13. Is this functionality still being supported? It works ok for our older trackables but not more recently activated ones for example if I try this one straight in a browser window http://img.geocaching.com/stats/tb.aspx?gu...18-02133bd8fdfa I get this error: but our gingerbread man works fine: http://img.geocaching.com/stats/tb.aspx?gu...df-81f7e04b6d2a
  14. I experienced parts of the script going missing when saving. Try setting your PC's regional settings to US This seems to stop a lot of the bugs
  15. In the 'Else' section you can display a message informing the user that the answer is wrong and then re-call the input script again. The alternative to this would be to get the cacher to exit and re-enter the zone to get the event to trigger again. This is messy in my opinion and looks very strange in real life
  16. We only log trigpoints when they appear as GC45CC; can't be bothered with logging trigpoints by themselves on a separate list. If you want GC45CC to move to any particular trigpoint, outforthehunt is very quick in answering emails (allowing for time difference etc). We requested this a couple of weeks ago so a virtual could be included in a set of caches we set...
  17. You can download a list in gpx format from www.trigpointinguk.com
  18. I found I got fewer errors if I set my PC to US regional settings when using the builder.
  19. Yeah I know. But what I want to know is: "Is it accessible in code?"
  20. When a cartridge first runs it shows the player's name. Is this accessible in code? I presume it's a property of Wherigo.Player Thanks
  21. I think I might have found what I was looking for now. Thanks
  22. I think the one with the biggest difference between external dimensions and internal dimensions was the size of a pigeon (ok was as pigeon!) but the cavity for the log was more like a nano... Rest assured it was a plastic pigeon! Yeah, I'd have said that a 1 litre box is a small and an ammo can is a regular
  23. *content deleted as I changed my mind* Sorry
×
×
  • Create New...