change opensim-ode.sh to use the ode engine defined on opensim.ini
parent
5287489a3c
commit
426f2130fc
|
@ -259,6 +259,10 @@
|
|||
;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also
|
||||
; physics = ubODE
|
||||
|
||||
; ubODE and OpenDynamicsEngine does allocate a lot of memory on stack. On linux you may need to increase its limit
|
||||
; script opensim-ode-sh starts opensim setting that limit. You may need to increase it even more on large regions
|
||||
; edit the line ulimit -s 262144, and change this last value
|
||||
|
||||
;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine
|
||||
;; Default script engine to use. Currently, we only have XEngine
|
||||
; DefaultScriptEngine = "XEngine"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
echo "Starting OpenSimulator with ODE. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits"
|
||||
echo "Starting OpenSimulator with ODE or ubOde. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits"
|
||||
ulimit -s 262144
|
||||
mono OpenSim.exe -physics=OpenDynamicsEngine
|
||||
mono OpenSim.exe
|
||||
|
|
Loading…
Reference in New Issue