diff options
author | rafa_99 <raroma09@gmail.com> | 2022-02-27 17:11:24 +0000 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-02-27 17:11:24 +0000 |
commit | f7027dd5e69ebe2ac073033e5328ba5c9bf51283 (patch) | |
tree | 59ed3111543d8412b47bdc3668e6b604ab63939a /installer/installMods.bat | |
parent | b0ae393bf1f4fc27aaa317fc7ae53b1745014aab (diff) |
Added automatic mods installer script and updated paths
Diffstat (limited to 'installer/installMods.bat')
-rwxr-xr-x | installer/installMods.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/installMods.bat b/installer/installMods.bat new file mode 100755 index 0000000..61a874d --- /dev/null +++ b/installer/installMods.bat @@ -0,0 +1,6 @@ +@echo off
+
+copy "%~1" mods.gsc
+Compiler.exe mods.gsc
+del mods.gsc
+move mods-compiled.gsc %LOCALAPPDATA%\Plutonium\storage\t6\scripts\zm\mods.gsc
\ No newline at end of file |