I'm trying to use tes3cmd (version 0.37v) to automatedly replace text in scripts
tes3cmd modify --type scpt --replace "/old_text/new_text/" plugin.esp
That's working except that the scripts still need to be manually opened, compiled and saved. tes3cmd output reports "SCDT: Bytecode:(compiled script code)" before saving but opening the .esp in the text editor only the uncompiled text is replaced. Is there any known trick to get tes3cmd to compile the modified scripts or any other command line tool that could do the job?