+ Reply to Thread
Results 1 to 2 of 2

Thread: Code to get inside TotW:RM's Debug Mode

  1. #1
    Join Date
    May 2008
    Posts
    1
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0

    Code to get inside TotW:RM's Debug Mode

    [Only registered and activated users can see links. ]

    I have snippets of the data from english.arc in the UMD. Some of the data can't be read (I think it's in binary?), but I found some stuff related to a Debug Mode.

    It seems there was one in the menu, which had a LOT of options, such as changing the features of your character (normally restricted once you create it). There was even text that made it sound like it would have been another item in the main menu (IIRC, the game *does* have enough room to fit another one in).

    There also seems to be a "test map", although I dunno if that was just a dummied map, in case the game messed up and couldn't load normally on one of the three maps in the game.

    So anyways, anyone interested in finding the code that will put the debug menu back up, if it still exists (i.e., they removed the code to do it, but left the text)?

  2. #2
    Join Date
    Oct 2005
    Posts
    27
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0
    Quote Originally Posted by Wilhelm View Post
    [Only registered and activated users can see links. ]
    You have to search for the address that controls the menu, if you found that, then you can start searching for a value that gives you access to a hidden menu option...

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123