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>
Note: You can turn this control on or off with one click in FS19 Dashboard.
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
Description
List all available commands
showFps
Description
Show frames per second
enableFramerateLimit
Description
Enable/disable frame per second limiter
framerateLimitFPS
Description
Frame per second limit attribute
listEntities
Description
Print detailed entity list
listResources
Description
Print detailed resource list
parallelRenderingAndPhysics
Description
Enable parallel rendering and physics
exit, quit or q
Description
Quits application