From 8d5b09b974f256ebc53b20b369e7ef7585430f2a Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Sun, 12 Nov 2023 23:27:46 +0000 Subject: [PATCH] Added env to physics/arm def. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aac9f8..31dadbd 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You can leave the screen session by pressing `ctrl + a` then `d`. Each image has an ARM64 architecture build. Your mileage may vary with these as the server environment was not designed for use outside x86_64. -Currently, **Physics environments do not appear to be natively supported**, and running a server with BulletSim or OpenDynamicsEngine (ODE) will cause a fatal exception. You unfortunately currently have to run the server without physics. This can be achieved with the following OpenSim configuration: +Currently, **Physics environments do not appear to be natively supported**, and running a server with BulletSim or OpenDynamicsEngine (ODE) will cause a fatal exception. You unfortunately currently have to run the server without physics. This can be achieved by setting the environment `-e PHYSICS_ENGINE=basicphysics`, or with the following OpenSim configuration adjustment: ```ini [Startup]