When looking into the "why reset" and "techissue" commands breaking I noticed that the paths to the .txt files are inconsistent. Some of the commands (VC.xml:141, Generic.xml:863) have absolute file paths to the .txt files, whereas other commands (SA.xml:389, Generic.xml:849) use relative file paths.
I suspect this may be the reason as to why Soviet was able to generate a successful "techissue" command response today: The mod only version of this command in Generic.xml:849 has the relative file path, whereas the other version (Generic.xml:863) has the absolute file path.
When looking into the "why reset" and "techissue" commands breaking I noticed that the paths to the .txt files are inconsistent. Some of the commands (
VC.xml:141,Generic.xml:863) have absolute file paths to the .txt files, whereas other commands (SA.xml:389,Generic.xml:849) use relative file paths.I suspect this may be the reason as to why Soviet was able to generate a successful "techissue" command response today: The mod only version of this command in
Generic.xml:849has the relative file path, whereas the other version (Generic.xml:863) has the absolute file path.