This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Settings for steam_app_277890] | |
Description=Settings for steam_app_277890 | |
fullscreen=true | |
fullscreenrule=2 | |
size=2560,1440 | |
sizerule=2 | |
wmclass=steam_app_277890 | |
wmclassmatch=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put the UUID of the btrfs filesystem on which bees is stuck here. | |
sudo systemctl stop beesd@PUT_UUID_HERE.service | |
# Use the right BEESHOME here. | |
vim $BEESHOME/beescrawl.dat | |
# In Vim, run the following command: | |
# :%s/min_transid \(\d\+\) max_transid \(\d\+\)/min_transid \2 max_transid \2/g | |
# Same as before, put the right UUID here. | |
sudo systemctl start beesd@PUT_UUID_HERE.service | |
# If everything worked correctly, bees should start and drop down to 0% CPU usage after a few seconds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import os | |
import subprocess | |
import sys | |
# Map xEdit game ID to Steam App ID | |
GAMES = { | |
'tes3': 22320, | |
'tes4': 22330, | |
'tes5': 72850, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
# find_duplicates.py | |
# License: MIT | |
# | |
# Small script to find duplicate files in the core/override folder for Dragon Age: Origins & Dragon Age II. | |
# Note that this does *not* scan .erf files, only loose files. | |
# | |
# To use it, run it with the path to your core/override folder. | |
import os | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
# fix_dao_dlc.py | |
# License: MIT | |
# | |
# Linux/Proton alternative to 'DLC Transfer To Awakening Patch (UPDATED)' for Dragon Age: Origins by silencer711, written in Python. | |
# See https://www.nexusmods.com/dragonage/mods/5354 for the original. | |
# Original license: 'THIS MOD IS FREELY DISTRIBUTED, AND I GIVE PERMISSION TO ANYONE TO DO ANYTHING WITH IT :)', which I'm interpreting as basically CC0. | |
# | |
# WARNING: I tested this on my game and it seems to work, with the exception that some of my imported DLC items are now missing their name. | |
# They work fine, appear correctly on the character and give the right stats, but their names are blank when equipped and become the internal IDs when unequipped. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download link: https://mega.nz/file/VslTTQhB#S1CxVuMz2fDyi6fgwbQ7zSRF-jF5CuEfXGMlis5a3Hs | |
Retrieved from https://web.archive.org/web/20201107011823/https://www.youtube.com/watch?v=MLjAuKBVNvY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ver | lang | |#files| | blank| |comment| | code | |
-------+--------+---------------------+------+------+------+------+-------+-----+------- | |
v288 | Python | | 12 | | 3472 | | 7528 | | 58512 | |
v289 | Python | | 12 | | 3476 | | 7525 | | 58654 | |
v290 | Python | | 12 | | 3476 | | 7525 | | 58654 | |
v291 | Python | | 14 | | 4138 | | 8128 | | 48002 | |
v291.1 | Python | | 14 | | 4142 | | 8135 | | 48077 | |
v292 | Python | | 14 | | 4416 | | 8640 | | 51582 | |
v293 | Python | | 14 | | 4425 | | 8668 | | 52481 | |
v294 | Python | | 13 | | 4447 | | 8804 | | 53169 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Original: https://aphyr.com/posts/340-reversing-the-technical-interview | |
# Because when the interviewer went “Could you just show me, you know, a regular list? Like in Python?”, | |
# my first thought was "Buddy, this monstrosity could be conjured in Python too". | |
def cons(h, t): | |
return lambda b: h if b else t | |
def nth(l, n): | |
if not l: return None | |
elif n == 0: return l(True) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A Pride in the Castle by 8bitBrute, KatLovesLink | |
https://web.archive.org/web/20220121103703/https://archiveofourown.org/works/32149876?view_adult=true |
NewerOlder