Documentation: Overview

Editor Main Screen

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

KeyFunction
~ or `Toggle console
F2Show frame rate
F3Toggle frame rate limiter
F4Wireframe mode
F5Toggle debug rendering
F7Toggle camera
F8Toggle 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