It would be great if there was such parameter. That way I could run multiple autohosts or autohost and client from save location AND read infolog.txt to parse chat messages from players and other info for stats.
Also something like /hidden parameter would be great (to hide minimized spring window completely).
[req]Spring parameter to specify infolog.txt location
Moderator: Moderators
You could set StdoutDebug to 1 in the registry and redirect stdout to your program.
It causes the logoutput, which normally goes just to infolog.txt (and GUI) to stdout (console) too, so starting spring with stdout redirected to your program should work (through a pipe... in POSIX/C or python you'd use e.g. popen() for it).
It causes the logoutput, which normally goes just to infolog.txt (and GUI) to stdout (console) too, so starting spring with stdout redirected to your program should work (through a pipe... in POSIX/C or python you'd use e.g. popen() for it).