STROOP: Difference between revisions

Jump to navigation Jump to search
1,176 bytes added ,  14 April 2019
Line 200: Line 200:


Variables can be selected by clicking on them. You can hold shift and click on a variable to select the range of variables from the previously selected variable to the currently selected variable. To toggle whether a variable is selected or not without unselecting all variable, click on the variable while holding control. To unselect all variables, click on the variable panel. If you right click on a variable that's selected, then you'll see a different set of options from normal, and these options will affect all selected variables. Options prefixed with "Angle:" only affect angles. Choosing the "Default" value for an option (e.g. Display as Hex) will set that option to how the variable was originally (e.g. its original status of whether it was displaying as hex). Here are these options:
Variables can be selected by clicking on them. You can hold shift and click on a variable to select the range of variables from the previously selected variable to the currently selected variable. To toggle whether a variable is selected or not without unselecting all variable, click on the variable while holding control. To unselect all variables, click on the variable panel. If you right click on a variable that's selected, then you'll see a different set of options from normal, and these options will affect all selected variables. Options prefixed with "Angle:" only affect angles. Choosing the "Default" value for an option (e.g. Display as Hex) will set that option to how the variable was originally (e.g. its original status of whether it was displaying as hex). Here are these options:
* '''Highlight...''': Highlights the variables by giving them a red or custom-colored outline.
* '''Highlight...''': Highlights the variables with a red or custom-colored outline.
* '''Lock...''': Locks the variables' values.
* '''Lock...''': Locks the variables' values.
* '''Fix Address...''': Fixes the addresses of the variables.
* '''Fix Address...''': Fixes the addresses of the variables.
Line 229: Line 229:


There are also many keyboard shortcuts that can be performed on variables, namely by clicking on a variable when holding one or more keys. These are:
There are also many keyboard shortcuts that can be performed on variables, namely by clicking on a variable when holding one or more keys. These are:
* '''Double Click''':
* '''Double Click''': Opens up the Variable Viewer form for the variable, which shows the variable's Name, Type, Base + Offset, N64 Address, and Emulator Address.
* '''Click + Shift + Number''':  
* '''Click + Shift + Number''': Sets the variable's background color to different colors, depending on the number.
* '''Click + Number''':  
* '''Click + Number''': Sets the variable's highlight color to different colors, depending on the number.
* '''Click + S''':  
* '''Click + S''': Adds the variable to the Custom Tab.
* '''Click + T''':  
* '''Click + T''': Adds the variable to the TAS Tab.
* '''Click + M''':  
* '''Click + M''': Adds the variable to the Memory Tab.
* '''Click + P''':  
* '''Click + P''': Adds the variable to a tab of your choosing.
* '''Click + N''':  
* '''Click + N''': Views the variable's value as an address in the Memory Tab.
* '''Click + F''':  
* '''Click + F''': Fixes the address of the variable.
* '''Click + H''':  
* '''Click + H''': Highlights the variable with a red outline.
* '''Click + L''':  
* '''Click + L''': Locks the variable's value.
* '''Click + D''':  
* '''Click + D''': Toggles whether the variable is displayed as hex or decimal.
* '''Click + R''':  
* '''Click + R''': Allows you to rename the variable.
* '''Click + C''':  
* '''Click + C''': Opens up an Advanced Controller for the variable.
* '''Click + B''':  
* '''Click + B''': Opens up an Bit Controller for the variable.
* '''Click + Escape''':  
* '''Click + Escape''': Removes the variable from the Variable Panel.
* '''Click + Backspace''':  
* '''Click + Backspace''': Removes the variable from the Variable Panel.
* '''Click + Delete''':  
* '''Click + Delete''': Removes the variable from the Variable Panel.
* '''Click + X''':  
* '''Click + X''':  
* '''Click + Backtick''':  
* '''Click + Backtick''': Adds the variable to the Var Hack tab.
* '''Click + Z''':  
* '''Click + Z''': Sets the variable value to zero.
* '''Click + Minus''':  
* '''Click + Minus''': Decrements the variable value.
* '''Click + Plus''':  
* '''Click + Plus''': Increments the variable value.
* '''Click + Q''':  
* '''Click + Q''': Sets the variable's background color to a custom color.
* '''Click + O''':
* '''Click + O''': Sets the variable's background color to the last custom color.


== Controllers ==
== Controllers ==

Navigation menu