vidarsk 1 Posted January 10, 2021 Share Posted January 10, 2021 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 post Share on other sites
ShadowXY 2 Posted January 10, 2021 Share Posted January 10, 2021 3 vs 3 maps.. I didn't know, that they've existed Might there be a possibility for rPvE 6-player maps? That would be awesome! Link to post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now