Problem
The mod runs a full linux environment for each computer, so the ability to lean shell, python, or other languages while playing the game is there
Solution
open up devices under /dev or via another binary on the image, one of those two ways would allow any programming language to work with it
Alternatives
lua wrappers are a possibility, albeit the more modern forks don't seem to have documentation on what's different.
Additional context
I tried to use echo, and at current I haven't been able to probe anything on if and how I can use shell to manipulate things
Problem
The mod runs a full linux environment for each computer, so the ability to lean shell, python, or other languages while playing the game is there
Solution
open up devices under /dev or via another binary on the image, one of those two ways would allow any programming language to work with it
Alternatives
lua wrappers are a possibility, albeit the more modern forks don't seem to have documentation on what's different.
Additional context
I tried to use echo, and at current I haven't been able to probe anything on if and how I can use shell to manipulate things