Skylar Sadlier 61eadc821e - consolidated docker run statements
- you can now control the CPU limit of the running AOT process via changing the contents of /root/aot_cpu_limit (gets it's initial value from the env variable AOT_CPU_LIMIT which if set to zero imposes zero limits)
- set limits on log file sizes
2024-03-07 22:51:44 -07:00

12 lines
411 B
Bash

#!/bin/bash
export DISPLAY=:0
export WINEARCH=win64
export HOME=/root
export LANG=en_US.UTF-8
#export WINEDEBUG="+alsa,+pulse,+winealsa,+winepulse,+d3d,+ddraw,+opengl,+winediag",
cd "/root/prefix32/drive_c/Program Files (x86)/AgeOfTime"
sleep 5
# have to start with wineconsole as wine will cause a crash
# for some weird reason. wine works fine outside of supervisor though strangely
wineconsole AgeOfTime.exe