home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1996-11_-_Disc_2.10.bin / gameguru / gg_demo.zip / GG.HLP < prev    next >
Text File  |  1996-08-08  |  5KB  |  245 lines

  1. 59
  2. GeneralManuvering in the land of the Guru0
  3. GeneralSome universal constants1
  4. GeneralThe wonderful world of Hex20
  5. GeneralBig and little endians21
  6. GeneralIt's a boolean world22
  7. Main MenuCode Library2
  8. Main MenuKnowledge Base3
  9. Main MenuEnter Code4
  10. Main MenuEdit Settings5
  11. Main MenuAbout6
  12. Main MenuOnline Help8
  13. Main MenuExit 'Da Guru7
  14. Advanced MenuOverview9
  15. Advanced MenuFile Association10
  16. Advanced MenuHex Editor11
  17. Advanced MenuCode Generation12
  18. File SelectionOverview13
  19. Code LibraryPatching example14
  20. Code LibraryPatch15
  21. Code LibrarySearch16
  22. Knowledge BaseOverview17
  23. Knowledge BaseView18
  24. PatchPatching a file19
  25. Hex EditorJump to location23
  26. Hex EditorSave24
  27. Hex EditorSearch25
  28. Hex EditorCompare26
  29. Hex EditorX-OR27
  30. Hex EditorHex/Decimal28
  31. Hex EditorMask29
  32. Hex EditorMark/Copy30
  33. Hex EditorPaste31
  34. Hex EditorCRC calculator32
  35. Hex EditorBase calculator33
  36. Hex EditorAI table34
  37. Hex EditorModifying data35
  38. Code GenerationNormal code36
  39. Code GenerationSearch code37
  40. Code GenerationLogical code38
  41. Code GenerationAuthent code39
  42. File AssociationOverview40
  43. File AssociationCreate41
  44. File AssociationEdit42
  45. File AssociationClone43
  46. File AssociationComparision offsets44
  47. File AssociationAnother comparison45
  48. File AssociationSave46
  49. File AssociationEditing an association47
  50. File AssociationDelete an association48
  51. Base CalculatorMode switch49
  52. ViewerPrint50
  53. AI TableJump to...51
  54. CRC CalculatorApply52
  55. CRC CalculatorGenerate53
  56. SettingsAdvanced mode54
  57. SettingsMessages55
  58. SettingsScreen savers56
  59. SettingsMini-menu help57
  60. SettingsSave58
  61.  
  62. 59
  63.  
  64. /***************THIS*IS*AS*BIG*AS*IT*CAN*BE****************************/
  65.  
  66.         /* Manuvering in the land of the Guru */
  67. 0
  68. 
  69.         /* Some Universal Constants */
  70. 1
  71. 
  72.         /* Code Library */
  73. 2
  74. 
  75.         /* Knowledge Base */
  76. 3
  77. 
  78.         /* Enter Code */
  79. 4
  80. 
  81.         /* Edit Settings */
  82. 5
  83. 
  84.         /* About */
  85. 6
  86. 
  87.         /* Exit 'Da Guru */
  88. 7
  89. 
  90.         /* Online Help */
  91. 8
  92. 
  93.         /* Advanced Menu overview */
  94. 9
  95. 
  96.         /* File Association */
  97. 10
  98. 
  99.         /* Hex Editor overview */
  100. 11
  101. 
  102.         /* Code Generation overview */
  103. 12
  104. 
  105.         /* File Selection */
  106. 13
  107. 
  108.         /* Patching files using the Code Library */
  109. 14
  110. 
  111.         /* Code Library patch command */
  112. 15
  113. 
  114.         /* Searching the Code Library/Knowledge Base */
  115. 16
  116. 
  117.         /* Knowledge Base overview */
  118. 17
  119. 
  120.         /* Knowledge base View command */
  121. 18
  122. 
  123.         /* Patching a file */
  124. 19
  125. 
  126.         /* The wonderful world of Hex */
  127. 20
  128. 
  129.         /* Big and Little Endians */
  130. 21
  131. 
  132.         /* It's a boolean world */
  133. 22
  134. 
  135.         /* Hex Editor jump to location */
  136. 23
  137. 
  138.         /* Hex Editor save changes */
  139. 24
  140. 
  141.         /* Hex Editor search */
  142. 25
  143. 
  144.         /* Hex Editor compare */
  145. 26
  146. 
  147.         /* Hex Editor X-OR */
  148. 27
  149. 
  150.         /* Hex Editor Hex/Decimal */
  151. 28
  152. 
  153.         /* Hex Editor Mask */
  154. 29
  155. 
  156.         /* Hex Editor Mark/Copy */
  157. 30
  158. 
  159.         /* Hex Editor Paste */
  160. 31
  161. 
  162.         /* Hex Editor CRC calculator */
  163. 32
  164. 
  165.         /* Hex Editor base calculator */
  166. 33
  167. 
  168.         /* Hex Editor AI table */
  169. 34
  170. 
  171.         /* Hex Editor modifying data */
  172. 35
  173. 
  174.         /* Code Generation normal code */
  175. 36
  176. 
  177.         /* Code Generation search code */
  178. 37
  179. 
  180.         /* Code Generation logical code */
  181. 38
  182. 
  183.         /* Code Generation authent code */
  184. 39
  185. 
  186.         /* File Association overview */
  187. 40
  188. 
  189.         /* File association create */
  190. 41
  191. 
  192.         /* File association edit */
  193. 42
  194. 
  195.         /* File association clone */
  196. 43
  197. 
  198.         /* File association offsets */
  199. 44
  200. 
  201.         /* File association another */
  202. 45
  203. 
  204.         /* File association save */
  205. 46
  206. 
  207.         /* File association editing an assoc */
  208. 47
  209. 
  210.         /* File association delete an assoc */
  211. 48
  212. 
  213.         /* Base Calculator mode switch */
  214. 49
  215. 
  216.         /* Viewer print */
  217. 50
  218. 
  219.         /* AI Table jump to... */
  220. 51
  221. 
  222.         /* CRC Calculator Apply */
  223. 52
  224. 
  225.         /* CRC Calculator generate */
  226. 53
  227. 
  228.         /* Settings advanced */
  229. 54
  230. 
  231.         /* Settings messages */
  232. 55
  233. 
  234.         /* Settings screen savers */
  235. 56
  236. 
  237.         /* Settings mini-menu help */
  238. 57
  239. 
  240.         /* Settings save */
  241. 58
  242. 
  243.  
  244. END
  245.