Skip to content

Instantly share code, notes, and snippets.

View Ailothaen's full-sized avatar

Ailothaen

View GitHub Profile
@Ailothaen
Ailothaen / discord_emoji_downloader.py
Created July 30, 2023 15:38
Download all Discord emoji/stickers from HAR file
#!/usr/bin/python3
import requests
import argparse, json, os, time
# -------------------------- #
# Functions #
# -------------------------- #
def get_url_info(url):
@Ailothaen
Ailothaen / OriSaveFileFixer.ps1
Created April 2, 2023 13:42
Powershell script (not from me, keeping it here for preservation purposes) that helps "un-softlocking" OATBF savefiles. Does NOT work on Definitive Edition.
##########################################################################
# This Script was created by #
# http://steamcommunity.com/id/MartinLenord #
# For more info or if you have any questions see #
# http://steamcommunity.com/app/261570/discussions/0/618456760272262183/ #
##########################################################################
########################################################################
# WARNING: This script could damage your save file please back them up #
########################################################################
@Ailothaen
Ailothaen / OriSaveFileFixerDE.ps1
Created April 2, 2023 13:41
Powershell script (not from me, keeping it here for preservation purposes) that helps "un-softlocking" OATBF savefiles. Works also on Definitive Edition.
##########################################################################
# This Script was created by #
# http://steamcommunity.com/id/MartinLenord #
# For more info or if you have any questions see #
# http://steamcommunity.com/app/261570/discussions/0/618456760272262183/ #
##########################################################################
########################################################################
# WARNING: This script could damage your save file please back them up #
########################################################################