Enable development controls
Open the file game.xml and change the value of controls from false to true.
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<game>
...
<development>
<controls>true</controls>
</development>
</game>
Runtime development key short-cuts
Key | Function |
---|---|
~ or ` | Toggle console |
F2 | Show frame rate |
F3 | Toggle frame rate limiter |
F4 | Wireframe mode |
F5 | Toggle debug rendering |
F7 | Toggle camera |
F8 | Toggle stats |
Console command reference
help
DescriptionList all available commands
showFps
DescriptionShow frames per second
enableFramerateLimit
DescriptionEnable/disable frame per second limiter
framerateLimitFPS
DescriptionFrame per second limit attribute
listEntities
DescriptionPrint detailed entity list
listResources
DescriptionPrint detailed resource list
parallelRenderingAndPhysics
DescriptionEnable parallel rendering and physics
exit, quit or q
DescriptionQuits application