Difference between revisions of "Help File:Standard Menu"
Jump to navigation
Jump to search
(Created page with '{| width="100%" cellpadding="2" bgcolor="#C0C0C0" | align="left" | <div align="left"><font class="Arial3">'''Standard menu'''</font></div> | align="right" | <font class="Arial2">…') |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:Help]] | |
− | + | == File == | |
− | |||
− | |||
− | |||
− | + | ; Add scan tab | |
− | + | : Add a new scan tab where you can start a new search which is independent from other searches in the other tabs. | |
− | + | ; Clear list | |
− | + | : Clears the address list. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ; Open Process | |
− | + | ; Open File | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ; Save | |
+ | : Saves the current cheat table (.CT) to a location of your choice. | ||
− | + | ; Save As... | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ; Load | |
+ | : Loads a previously saved cheat table (.CT) into cheat engine. | ||
− | + | ; Load scan session | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ; Save scan session | |
− | + | ; Save current scanresults | |
− | + | : Save the current scan results in the selected tab. You can compare a value to the saved scan results when you are making an unknown value scan (similarly as comparing to fist scan results). | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ; Generate generic trainer lua script from table | |
+ | : Create a trainer from current cheat table | ||
+ | |||
+ | ; Quit | ||
+ | : Close Cheat Engine | ||
+ | |||
+ | |||
+ | |||
+ | == Edit == | ||
+ | |||
+ | ; Settings | ||
+ | : Opens the cheat engine configuration window. | ||
+ | |||
+ | |||
+ | |||
+ | == Table == | ||
+ | |||
+ | ; Show Cheat Table Lua Script | ||
+ | : Brings up the lua script associated with the current table. | ||
+ | |||
+ | ; Create Form | ||
+ | : Creates a new form (a window) that you can design. You can also load an existing form if you like <Formnames> A list of forms that you can show or edit. | ||
+ | |||
+ | ; Resynchronize forms with Lua | ||
+ | |||
+ | ; Add File(s) | ||
+ | : This lets you add binary files to your cheat table. You can access these files using lua <code>fileTable</code> objects. See [https://wiki.cheatengine.org/index.php?title=Lua:findTableFile Lua:findTableFile] for example. | ||
+ | |||
+ | |||
+ | |||
+ | == Process == | ||
+ | |||
+ | ; Open Process window | ||
+ | : Opens the process list window. Just the same as using the Process Picker icon. | ||
+ | |||
+ | ; Create Process | ||
+ | : Opens a windows explorer view, where you can specify a process to load (.EXE file). | ||
+ | |||
+ | |||
+ | From this menu you can also simply pick an enumerated process to load.<br> | ||
+ | You can show/hide Process menu item by check/uncheck <code>Show process list in main menu</code> option from '''Edit->Settings->General Settings'''. | ||
+ | |||
+ | |||
+ | |||
+ | == Tools == | ||
+ | |||
+ | You can access to the tools that you have specified in the settings. This option is not visible if there are no specified tools. To add a Tool, goto '''Edit->Settings->General Settings->Tools'''. | ||
+ | |||
+ | |||
+ | |||
+ | == Help == | ||
+ | |||
+ | ; Cheat Engine Help | ||
+ | : Launches this help file. | ||
+ | |||
+ | ; Lua documentation | ||
+ | Open documentation for using Lua in Cheat Engine. | ||
+ | |||
+ | ; Cheat Engine Tutorial | ||
+ | : Launch Cheat Engine Tutorial. | ||
+ | |||
+ | ; Cheat Engine Tutorial (x86_64) | ||
+ | : Launch Cheat Engine Tutorial for x86_64 architecture. | ||
+ | |||
+ | ; Cheat Engine Tutorial games | ||
+ | : Launch Cheat Engine games. | ||
+ | |||
+ | ; Check for new version | ||
+ | : Check if installed Cheat Engine is up to date and if there is a new version available. | ||
+ | |||
+ | ; About | ||
+ | : Shows CE's about box, containing credits and links. | ||
+ | |||
+ | |||
+ | |||
+ | == Links == | ||
+ | * [[Cheat Engine:Help File|Help File]] | ||
+ | |||
+ | * [[Help_File:Main_Interface|Back]] | ||
+ | |||
+ | * [[Help_File:Select_Process|Next]] |
Latest revision as of 11:14, 6 May 2024
File[edit]
- Add scan tab
- Add a new scan tab where you can start a new search which is independent from other searches in the other tabs.
- Clear list
- Clears the address list.
- Open Process
- Open File
- Save
- Saves the current cheat table (.CT) to a location of your choice.
- Save As...
- Load
- Loads a previously saved cheat table (.CT) into cheat engine.
- Load scan session
- Save scan session
- Save current scanresults
- Save the current scan results in the selected tab. You can compare a value to the saved scan results when you are making an unknown value scan (similarly as comparing to fist scan results).
- Generate generic trainer lua script from table
- Create a trainer from current cheat table
- Quit
- Close Cheat Engine
Edit[edit]
- Settings
- Opens the cheat engine configuration window.
Table[edit]
- Show Cheat Table Lua Script
- Brings up the lua script associated with the current table.
- Create Form
- Creates a new form (a window) that you can design. You can also load an existing form if you like <Formnames> A list of forms that you can show or edit.
- Resynchronize forms with Lua
- Add File(s)
- This lets you add binary files to your cheat table. You can access these files using lua
fileTable
objects. See Lua:findTableFile for example.
Process[edit]
- Open Process window
- Opens the process list window. Just the same as using the Process Picker icon.
- Create Process
- Opens a windows explorer view, where you can specify a process to load (.EXE file).
From this menu you can also simply pick an enumerated process to load.
You can show/hide Process menu item by check/uncheck Show process list in main menu
option from Edit->Settings->General Settings.
Tools[edit]
You can access to the tools that you have specified in the settings. This option is not visible if there are no specified tools. To add a Tool, goto Edit->Settings->General Settings->Tools.
Help[edit]
- Cheat Engine Help
- Launches this help file.
- Lua documentation
Open documentation for using Lua in Cheat Engine.
- Cheat Engine Tutorial
- Launch Cheat Engine Tutorial.
- Cheat Engine Tutorial (x86_64)
- Launch Cheat Engine Tutorial for x86_64 architecture.
- Cheat Engine Tutorial games
- Launch Cheat Engine games.
- Check for new version
- Check if installed Cheat Engine is up to date and if there is a new version available.
- About
- Shows CE's about box, containing credits and links.