In the spirit of the games ... we bring you GeosportZ

For all your general chit chat, caching or not.
Online
User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

In the spirit of the games ... we bring you GeosportZ

Post by caughtatwork » 26 May 08 8:59 pm

Image

A game for 2008 by Facitman, Cached and caughtatwork.
http://www.cachinggames.com/gz/

If you remember Fleet to Federation (FTF) and River Deep Mountain High (RDMH), you'll enjoy this game just as much, if not more.

Why more? For those in cache poor areas or for those with very high find numbers, this years game has more than a few opportunities for you to get involved.

The 2008 GeosportZ (aka GZ) game is all about geocaching based on the disciplines found in the modern Olympic Games. Try your hand at Equestrian, Marathon, Kayaking, Basketball, Sailing, Triathlon and many, many more disciplines.

There are 30 different disciplines and related challenges to choose from during this game. Some will be easy. Some will be tough. Some may be impossible.

This game does not require you to find a minimum number of caches, but does require you to reach, but not exceed a target of 888 points. Why 888? The Beijing Olympics commences on the 8th August 2008 (080808) and so the good target is the same lucky number, 888. Are you feeling lucky?

Join up and join us.
Last edited by caughtatwork on 26 January 09 12:36 pm, edited 1 time in total.

User avatar
setsujoku
3500 or more caches found
3500 or more caches found
Posts: 1422
Joined: 28 December 04 5:46 pm
Twitter: BGNWP
Location: Athelstone, SA
Contact:

Post by setsujoku » 26 May 08 9:23 pm

signed up!

hopefully points for caching in a different state will be in there, cause thats what i'm planning :D

User avatar
tronador
6500 or more caches found
6500 or more caches found
Posts: 1555
Joined: 04 November 05 10:18 pm
Location: Lidcombe,Sydney, NSW

Post by tronador » 26 May 08 10:20 pm

Bring it on! :D :D :D

User avatar
McPhan
10000 or more caches found
10000 or more caches found
Posts: 725
Joined: 10 September 06 4:35 pm
Location: Holt ACT

Post by McPhan » 27 May 08 7:01 am

So all the puzzles I haven't found can come in handy for getting to the magic number quicker? I'm in.

BTW he maps are still named RDMH.

traineediplomat
4000 or more? I'm officially obsessed.
4000 or more? I'm officially obsessed.
Posts: 614
Joined: 21 April 03 4:32 pm
Location: The World...man...

Post by traineediplomat » 27 May 08 2:31 pm

signed up.

I presume the disciplines etc etc will be revealed closer to 1 Aug.

Online
User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Post by caughtatwork » 27 May 08 4:05 pm

traineediplomat wrote:signed up.

I presume the disciplines etc etc will be revealed closer to 1 Aug.
On the day the games start the disciplines will be revealed.

User avatar
Map Monkey
1050 or more caches found
1050 or more caches found
Posts: 2214
Joined: 08 April 04 3:06 pm
Location: Banana Republic
Contact:

Post by Map Monkey » 27 May 08 5:35 pm

How thorough are you guys with EPO testing? :shock: :P I need all the help i can get. 8)

mm

Online
User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Post by caughtatwork » 27 May 08 5:48 pm

Map Monkey wrote:How thorough are you guys with EPO testing? :shock: :P I need all the help i can get. 8)

mm
If you urinate in a bottle and send it to us, we'll guarantee that we will throw it away as soon as we work out that it's not apple juice :shock:

User avatar
Map Monkey
1050 or more caches found
1050 or more caches found
Posts: 2214
Joined: 08 April 04 3:06 pm
Location: Banana Republic
Contact:

Post by Map Monkey » 27 May 08 6:03 pm

Might have to be tomato juice instead then? :shock: :roll:

ty,
mm

User avatar
THENANKS
1550 or more caches found
1550 or more caches found
Posts: 935
Joined: 14 May 06 9:32 pm
Location: Mt Cotton, Redlands, Qld

Post by THENANKS » 29 May 08 9:06 pm

<center> :P :D :evil: :wink: WE'RE IN! :wink: :evil: :D :P </center>

User avatar
Zytheran
2000 or more caches found
2000 or more caches found
Posts: 961
Joined: 19 May 04 12:08 am
Location: Adelaide, Newton

Here's a crude macro for GSAK

Post by Zytheran » 30 May 08 1:16 am

#*****************************
# Set Usort field to typical points
# A Zytheran Macro for the GeosportZ Competition
# You will need to make the Usort field visible in (V)iew/(A)dd-Delete columns
#*****************************

MacroFlag Type=Clear Range=All
$ThisRecord = 0
Goto Position=Top
While not($_Eol)
$ThisRecord = $ThisRecord + 1
$status = "Now processing: " + "$ThisRecord" + " of " + "$_Count"
ShowStatus msg="$status"

# Convert container to value
$container = 1
If ($d_Container = "Micro")
$container = 2
Endif
If ($d_Container = "Small")
$container = 3
Endif
If ($d_Container = "Regular")
$container = 4
Endif
If ($d_Container = "Large")
$container = 5
Endif

#convert type to value
$cachetype = 1
If ($d_CacheType = "T")
$cachetype = 2
Endif
If ($d_CacheType = "M")
$cachetype = 3
Endif
If ($d_CacheType = "U")
$cachetype = 4
Endif


$points = ($d_Difficulty + $d_Terrain) * ($container + $cachetype)

$d_UserSort= $points

#*****************************
# Filter out caches a long way away
# Change 500 (km) below to any distance you want
#*****************************
If $d_Distance < 500
$d_MacroFlag = True
EndIf

#****************************
# Filter out new dates
#****************************

If $d_PlacedDate > [20080730]
$d_MacroFlag = False
EndIf


GoTo Position=Next
EndWhile

# Now sort the data
Sort by="Usersort" sequence=D

User avatar
setsujoku
3500 or more caches found
3500 or more caches found
Posts: 1422
Joined: 28 December 04 5:46 pm
Twitter: BGNWP
Location: Athelstone, SA
Contact:

Post by setsujoku » 30 May 08 10:42 am

Thanks for the code Z. I ran the macro through, and came up with some interesting results :!:
My top list of caches are:
Onkaparinga River NP - THE GORGE
The Slot
Beyond Ultraviolet
Frequent Flier
RGB2
Peter Is
Onkaparinga River NP - Feral Forest
Ransom
d20
Uber Ripple
Blab Recs
HFL Country Grand Final

I think im glad that ill be in melbourne for part of the comp, to try and score some easier points over there :oops:

User avatar
Big Matt and Shell
6500 or more caches found
6500 or more caches found
Posts: 1905
Joined: 11 February 07 9:53 pm
Twitter: BigMattandShell
Contact:

Post by Big Matt and Shell » 30 May 08 1:42 pm

I'm in! Sounds like a bit of fun.

Online
User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Re: Here's a crude macro for GSAK

Post by caughtatwork » 30 May 08 1:53 pm

Zytheran wrote:The script
Zytheran, do you mind if I copy this script and include it on the website for everyone to use as they see fit?

User avatar
Zytheran
2000 or more caches found
2000 or more caches found
Posts: 961
Joined: 19 May 04 12:08 am
Location: Adelaide, Newton

Re: Here's a crude macro for GSAK

Post by Zytheran » 31 May 08 1:36 am

caughtatwork wrote:
Zytheran wrote:The script
Zytheran, do you mind if I copy this script and include it on the website for everyone to use as they see fit?
Yep, fine by me.

Post Reply