BeamNG / BeamNGpy

Python API for BeamNG.tech
https://beamng.tech
MIT License
253 stars 45 forks source link

Running BeamNG headless #282

Open Leviathan321 opened 1 week ago

Leviathan321 commented 1 week ago

Is there a way to run BeamNG headless? I would need to run it via ssh on a remote machine without using the GUI. When I run it via ssh it does not produce an error but it also does not run.

aivora-beamng commented 6 days ago

Hi, the way to run BeamNG headless is to run it with these command-line arguments:

BinLinux/BeamNG.tech.x64.exe -gfx null -batch

Unfortunately, the feature is still in early development, so this is not documented and you will run into issues trying to use this headless version of BeamNG. We will update you here when the feature is ready to be used.