v2 of subs requires running a bat file. I can’t do that, I’m not on Windows! >:[ This would be acceptable with software, but here you could have just added the new ass files.
@Jendrej
\> "v2 of subs requires running a bat file.
That is not true. You only need to be able to apply xdelta patches.
Linux: Use [this](https://mega.nz/#!YcsjwYxZ!ahjRJaZxsv5UDjAqJ4lmQiltgGvbVISpjL8Xv_lOwq4) script. Make sure you have the required programs installed.
Windows: Use the provided batch files.
MacOs: Use either [Homebrew](https://brew.sh/) to install the xdelta package, or directly apply the xdelta patches with [MultiPatch](https://www.romhacking.net/utilities/746/) (The [official site](http://projects.sappharad.com/tools/multipatch.html) does not use TLS).
Also, what kind of idiot includes patches in a batch release? Instead of applying them once before making the torrent, now everyone has to apply them after downloading and if we then delete the now useless archives and text file, we do not show up as complete seeders. Nice.
FYI to anyone using @hozjiwpoo4jt221's Linux script, you will need to have the `unrar`,`xdelta3`, and `crc32` commands already available on your system. Here are the commands to install these for several Linux distros:
* Ubuntu/Debian: `sudo apt install unrar xdelta3 libarchive-zip-perl`
* Fedora/CentOS: `sudo yum install unrar xdelta3 perl-Archive-Zip`
* N.B. You may need to have the RPM Fusion repositories installed in order to install `unrar`; [check the instructions at RPM Fusion's website](https://rpmfusion.org/Configuration).
---
And in case @hozjiwpoo4jt221's link ever goes down, here's a copy of the script (just name it `patch.sh` and put it in this torrent's directory):
```
#!/bin/bash
# p7zip did not work for me
unrar e '[Kira-Fansub]Bokurano_01v2_(DVD_x264_848x480_24fps_AAC) [82739B97].rar' Episode01v2patch.xdelta > /dev/null
unrar e '[Kira-Fansub]Bokurano_02v2_(DVD_x264_848x480_24fps_AAC) [54E0D924].rar' Episode02v2patch.xdelta > /dev/null
unrar e '[Kira-Fansub]Bokurano_03v2_(DVD_x264_848x480_24fps_AAC) [ECAAB77C].mkv.rar' Episode03v2patch.xdelta > /dev/null
xdelta3 -d -s '[Kira-Fansub]Bokurano_01_(DVD_x264_848x480_24fps_AAC) [5841269A].mkv' Episode01v2patch.xdelta '[Kira-Fansub]Bokurano_01v2_(DVD_x264_848x480_24fps_AAC) [82739B97].mkv'
xdelta3 -d -s '[Kira-Fansub]Bokurano_02_(DVD_x264_848x480_24fps_AAC) [16A7EE00].mkv' Episode02v2patch.xdelta '[Kira-Fansub]Bokurano_02v2_(DVD_x264_848x480_24fps_AAC) [54E0D924].mkv'
xdelta3 -d -s '[Kira-Fansub]Bokurano_03_(DVD_x264_848x480_24fps_AAC) [B977ADBE].mkv' Episode03v2patch.xdelta '[Kira-Fansub]Bokurano_03v2_(DVD_x264_848x480_24fps_AAC) [ECAAB77C].mkv'
crc32 *v2*.mkv && rm Episode0{1,2,3}v2patch.xdelta patch.sh
```
Thanks @hayden2323, the script worked flawlessly on arch linux.
sudo pacman -S unrar xdelta3 perl-archive-zip (same package names as fedora/centos)
cd to wherever bokurano is, chmod +x ./patch.sh, and sh patch.sh
Comments - 7
Jendrej
hozjiwpoo4jt221
hayden2323
shioko
Quake3FTW
Satuura
Kazuma