Difference between revisions of "Help File:Standard Menu"

From Cheat Engine
Jump to navigation Jump to search
 
Line 7: Line 7:
 
; Clear list
 
; Clear list
 
: Clears the address list.
 
: Clears the address list.
 +
 +
; Open Process
 +
 +
; Open File
  
 
; Save
 
; Save
 
: Saves the current cheat table (.CT) to a location of your choice.
 
: Saves the current cheat table (.CT) to a location of your choice.
 +
 +
; Save As...
  
 
; Load
 
; Load
 
: Loads a previously saved cheat table (.CT) into cheat engine.
 
: Loads a previously saved cheat table (.CT) into cheat engine.
 +
 +
; Load scan session
 +
 +
; Save scan session
  
 
; Save current scanresults
 
; 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).
 
: 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
 
; Quit
Line 32: Line 44:
 
== Table ==
 
== Table ==
  
; Show Cheat Table lua script
+
; Show Cheat Table Lua Script
 
: Brings up the lua script associated with the current table.
 
: Brings up the lua script associated with the current table.
  
 
; Create Form
 
; 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.
 
: 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)
 
; Add File(s)
: This lets you add binary files to your cheat table. You can access these files using lua fileTable objects.
+
: 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.
  
  
Line 52: Line 66:
  
  
From this menu you can also simply pick an enumerated process to load.
+
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'''.
  
  
Line 58: Line 73:
 
== Tools ==
 
== 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.
+
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'''.
  
  
Line 66: Line 81:
 
; Cheat Engine Help
 
; Cheat Engine Help
 
: Launches this help file.
 
: 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
 
; About

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.


Links[edit]