diff --git a/.gitignore b/.gitignore index b6fe8d9..647a115 100644 --- a/.gitignore +++ b/.gitignore @@ -17,12 +17,14 @@ !*.tjs !*.yaml !*.rb +!ns2make.exe # Other Needed Files !.gitignore !README.md !patch-config.txt !GAMEUPDATE.bat +!apply.bat # Ignore previous_patch_sha.txt diff --git a/apply.bat b/apply.bat new file mode 100644 index 0000000..d11c669 --- /dev/null +++ b/apply.bat @@ -0,0 +1,2 @@ +ns2make.exe 00.ns2 -d 00 +PAUSE \ No newline at end of file diff --git a/ns2make.exe b/ns2make.exe new file mode 100644 index 0000000..cf8698b Binary files /dev/null and b/ns2make.exe differ