Free the mouse Replay ClawfootCommands
Home | Changes | Index | Search | Go

Clawfoot Portal

To get to the clawfoot portal, enter 243 ZONE on the remote control, and use the arrow buttons to move down to the text box at the bottom.

Commands

Real Command Synonym key SW Versions Description
WTC OVTVGAHA 919e3b1d 4.1, 4.3, 4.5 Display "In our thoughts and prayers"
TIC TAC TOE AGXOBAAA bc08f74d 3.0, 4.1, 4.3, 4.5 3.0: enable game easter egg on 111 ZONE; 4.1: Display "not so fast..."
JULIE DJTEWSAA 7e1a2d34 3.0, 4.1, 4.3, 4.5 Display "Spencer loves Julie".
ME LIKE COOKIES UCXZVVEA 4ff7114d 3.0, 4.1, 4.3, 4.5 Display a randomly-chosen cookie message.
JOSHUA FZNPLQFA 56d12d37 4.1, 4.3, 4.5 Enable game easter egg on 111 ZONE, and display "Acknowledged".
MODESTO GIRL   46eab022 3.0, 4.1, 4.3, 4.5 Toggle record-dots vs. hearts, and display "I am for you".
  XGYHKZEB d4b52763 4.1, 4.3, 4.5 Toggle KITT mode and display "Hello, Michael" or "Goodbye, Michael"
PLAY CONTINUOUSLY ZPPEKMIB 25e21157 3.0, 4.1, 4.3, 4.5 Add a "Play Continuously" option to the show menus.
SPORTSGUARD ON   85f7f312 3.0, 4.1, 4.3, 4.5 Enable sportsguard.
SPORTSGUARD OFF   8916f62c 3.0, 4.1, 4.3, 4.5 Disable sportsguard.
ENABLE DISK SPINDOWN VLVCTDBA e4a17103 3.0, 4.1, 4.3, 4.5 Enable disk spindown
DISABLE DISK SPINDOWN FUZDARFA b5cce08e 3.0, 4.1, 4.3, 4.5 Disable disk spindown
  HPGJTQBA 490d8b70 4.1, 4.3, 4.5 Enable special timer logging (whatever that is).
  LAJQDNED 0ddc069e 4.1, 4.3, 4.5 Disable special timer logging (whatever that is).
  RKOJMABB 42496179 4.1, 4.3, 4.5 Enable closed captioning while still showing the 243 ZONE dialog.
  CRORIRC 3b05213f 4.3, 4.5 rcs deferred on
  A9Q3VD8 af56ac37 4.3, 4.5 rcs deferred off
  AQKGAUU c9dc5964 4.3, 4.5 guidetool on (extra guide options)
  CTQ3YVK d4f6c78a 4.3, 4.5 guidetool off
  DPLJOLQ de90eed1 4.3, 4.5 speed enhancements on
  DCC53Z6 4a24c455 4.3, 4.5 speed enhancements off
  F32504 74f19ab5 4.3 (230) kfir restart

This list is complete for GaeaSoftware version 4.1 and 4.3 (including the additional command added in 4.3 build 230) and SutterSoftware 3.01 & 3.02; no attempt has been made to list earlier versions. The actual results haven't been tested with 4.3.

Hash Key Function

Thanks to SeanRiddle for discovering the hash key function used in the 2000 and 3000 models. The 4000 uses the same function.
#include <stdio.h>

int rtvchk(char *cfp) 
{
    int result=1,i;

    for(i=0;i<strlen(cfp);i++)
        result=cfp[i]+(result*0x23cd017);

    return(result);
}

Code Samples

Open Questions

Thanks

-- ToddLarason - 08 Mar 2002

Notes

GuideTool's "Copy Show" will likely cause the WatchDog to force your Replay to reboot.



this is missing 5fda1d5b "permission granted", which goes back to 4.1.1. oops.

-- ToddLarason - 18 Oct 2002


there are no additional clawfoot commands or (non-script-driven) magic zone commands in 520450200. it hasn't yet been verified that the existing ones continue to do the same thing, though.

-- ToddLarason - 18 Oct 2002


Your post will appear before this form in chronological order (newest at bottom)

Attachment: Action: Size: Date: Who: Comment:
cfp-check.c action 344 09 Mar 2002 - 03:31 ToddLarason cfp-check.c
cfp-search.c action 1112 09 Mar 2002 - 03:33 ToddLarason cfp-search.c
cfp-search-faster.c action 2144 09 Mar 2002 - 03:33 ToddLarason cfp-search-faster.c

Topic ClawfootCommands . { Edit | Attach | Ref-By | Printable | Diffs | r1.15 | > | r1.14 | > | r1.13 | More }
Revision r1.15 - 14 Jul 2003 - 18:53 GMT - TWikiGuest
Parents: WebHome
Copyright © 2001 by the contributing authors. All material on this collaboration tool is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.