-
Notifications
You must be signed in to change notification settings - Fork 0
DPad Cheats
See also: atk wiki WALL-E Debug Tools
DPad cheats are a series of DPad/Arrow key inputs that can be made on certain screens in the game to execute some action.
// In Ratatouille LEFT and RIGHT are swapped.
enum DPadCheatButton : std::int32_t {
UP = 2,
LEFT = 3,
DOWN = 4,
RIGHT = 5,
END = -1,
};
bool IsDPadCheatPressed(void *_this, ...);
// Example
if (IsDPadCheatPressed(gSomething, UP, UP, RIGHT, DOWN, END))
do_a_cheat();
This menu is unused in the game.
Runs the DisplayFPS
command
Runs the SetAutoCompletion
command
This is the auto-save warning screen during the startup sequence. When you see the string "THE GAME SAVES DATA AUTOMATICALLY AT CERTAIN POINTS. PLEASE DO NOT TURN OFF THE SYSTEM WHILE THE SAVE ICON IS DISPLAYED." on screen, this DPad cheat is accepted. It is named TRCMessage
because displaying a message like this is one of the requirements commonly found on a Technical Requirements Checklist (TRC).
Runs the EnablePopupMenu
command
For FMTK Users and Mod Developers
For FMTK Developers
Asobo BigFile Format Specification
Asobo Classes
Animation_Z
Binary_Z
Bitmap_Z
Camera_Z
CollisionVol_Z
Fonts_Z
GameObj_Z
GenWorld_Z
GwRoad_Z
Keyframer*_Z
Light_Z
LightData_Z
Lod_Z
LodData_Z
Material_Z
MaterialAnim_Z
MaterialObj_Z
Mesh_Z
MeshData_Z
Node_Z
Omni_Z
Particles_Z
ParticlesData_Z
RotShape_Z
RotShapeData_Z
Rtc_Z
Skel_Z
Skin_Z
Sound_Z
Spline_Z
SplineGraph_Z
Surface_Z
SurfaceDatas_Z
UserDefine_Z
Warp_Z
World_Z
WorldRef_Z
Asobo File Format Idioms
Asobo CRC32
Asobo LZ Compression
Asobo Arithmetic Coding Compression
Asobo Save Game File Format Specification
Asobo Audio Formats
TotemTech/ToonTech/Zouna/ACE/BSSTech/Opal Timeline
Zouna Modding Resources
Miscellaneous