I am using the PhoenixFDSimulate.ms script to run sims manually form the command line (with no gui).
I am now trying to do a Restore operation from a particular frame. So I modified that script to start the sim like this:
I tried backslashes. I tried escaped (double) backslashes. All of this causes an Error Executing Script, and highlights this line of code, but give no additional info.
How can I start a Restore operation form the command line, restoring from a particular frame?
Thanks.
Based on docs here: https://docs.chaos.com/display/PHX4MAX/MaxScript#MaxScript-StartSim
I am now trying to do a Restore operation from a particular frame. So I modified that script to start the sim like this:
Code:
A_StartSim(PhoenixFDObjectsToSim[i],"G:/MyPath/MAX/sceneassets/PHX/MySim_0930.aur",930)
How can I start a Restore operation form the command line, restoring from a particular frame?
Thanks.
Based on docs here: https://docs.chaos.com/display/PHX4MAX/MaxScript#MaxScript-StartSim
Comment