Jump to content

I collected the old BattleForge patch notes


vidarsk

Recommended Posts

I couldn't find the old BattleForge patch notes easily available anywhere, so I found a page with broken links (www.patches-scrolls.com/battleforge.php) and wrote a oneliner to grab the files from archive.org. I couldn't be bothered to clean it up but it works. The attached file is all the patch notes clumped together. Or they might still be at https://pastebin.pl/view/89c3e35f . Or you could run it yourself on linux/bash to get a file for every patch/hotfix (it's *very* hacky):

Quote

for x in $(curl https://www.patches-scrolls.com/battleforge.php | grep threadid | sed 's/^.*"\(http[^"]*\)".*$/\1/'); do n=3${x#*3}; n=${n%.html}; curl -L "https://web.archive.org/web/20130514040345/$x" | lynx -stdin -dump | awk '/^ *BattleForge (Patch|Hotfix)/,/More patches/' >$n; done

 

BattleForge_patch_notes.txt

Cocofang likes this
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use