Scroll to navigation

GODOT3(6) Games GODOT3(6)

NAME

godot - multi-platform 2D and 3D game engine with a feature-rich editor

SYNOPSIS

godot3-server [options] [path to scene or 'project.godot' file]

DESCRIPTION

Godot Engine is an advanced, feature-packed, multi-platform 2D and 3D game engine.
It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.

General options:

Display this help message.
Display the version string.
Use verbose stdout mode.
Quiet mode, silences stdout messages. Errors are still displayed.

Run options:

Start the editor instead of running the scene.
Start the project manager, even if a project is auto-detected.
Quit after the first iteration.
Use a specific locale (<locale> being a two-letter code).
Path to a project (<directory> must contain a 'project.godot' file).
Scan folders upwards for project.godot file.
Path to a pack (.pck) file to load.
Render thread mode ('unsafe', 'safe', 'separate').
Remote filesystem (<host/IP>[:<port>] address).
Password for remote filesystem.
Audio driver ('PulseAudio', 'ALSA', 'Dummy').
Video driver ('GLES3', 'GLES2').

Display options:

Request fullscreen mode.
Request a maximized window.
Request windowed mode.
Request an always-on-top window.
Request window resolution.
Request window position.
Force low-DPI mode (macOS and Windows only).
Disable window creation (Windows only). Useful together with --script.
When vsync is enabled, vsync via the OS' window compositor (Windows only).
Disable vsync via the OS' window compositor (Windows only).

Debug options:

Debug (local stdout debugger).
Breakpoint list as source::line comma-separated pairs, no spaces (use %20 instead).
Enable profiling in the script debugger.
Remote debug (<host/IP>:<port> address).
Show collisions shapes when running the scene.
Show navigation polygons when running the scene.
Simulate high CPU load (delay each frame by <ms> milliseconds).
Force time scale (higher values are faster, 1.0 is normal speed).
Disable render loop so rendering only occurs when called explicitly from script.
Disable crash handler when supported by the platform code.
Force a fixed number of frames per second. This setting disables real-time synchronization.
Print the frames per second to the stdout.

Standalone tools:

Run a script.
Only parse for errors and quit (use with --script).
Export the project using the given preset and matching release template. The preset name should match one defined in export_presets.cfg.
<path> should be absolute or relative to the project directory, and include the filename for the binary (e.g. 'builds/game.exe'). The target directory should exist.
Same as --export, but using the debug template.
Same as --export, but only export the game pack for the given preset. The <path> extension determines whether it will be in PCK or ZIP format.
Dump the engine API reference to the given <path> in XML format, merging if existing files are found.
Disallow dumping the base types (used with --doctool).
Build the scripting solutions (e.g. for C# projects). Implies --editor and requires a valid project to edit.
Generate JSON dump of the Godot API for GDNative bindings.
Run a unit test ('string', 'math', 'physics', 'physics_2d', 'render', 'oa_hash_map', 'gui', 'shaderlang', 'gd_tokenizer', 'gd_parser', 'gd_compiler', 'gd_bytecode', 'ordered_hash_map', 'astar').

FILES

XDG_DATA_CONFIG/godot/ or ~/.config/godot/

User-specific configuration folder, contains persistent editor settings, script and text editor templates and projects metadata.
XDG_DATA_HOME/godot/ or ~/.local/share/godot/
Contains the default configuration and user data folders for Godot-made games (user:// path), as well as export templates.
XDG_DATA_CACHE/godot/ or ~/.cache/godot/
Cache folder for generated thumbnails and scene previews, as well as temporary location for downloads.
/usr/share/doc/godot3-server/
Additional documentation files and detailed licensing information.

SEE ALSO

See the project website at https://godotengine.org and the source code repository at https://github.com/godotengine/godot for more details.

BUGS

Godot Engine is a free and open source project and welcomes any kind of contributions. In particular, you can report issues or make suggestions on Godot's issue tracker at https://github.com/godotengine/godot/issues.

AUTHOR

Man page written by Rémi Verschelde <remi@godotengine.org> on behalf of the Godot Engine development team.

January 2020 godot 3.2