Skip to content

Instantly share code, notes, and snippets.

@Faalagorn
Faalagorn / MangoHud.conf
Last active May 15, 2022 20:33
Faalagorn's MangoHud.conf (2022-05-15)
### MangoHud configuration file
### Uncomment any options you wish to enable. Default options are left uncommented
### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
################ PERFORMANCE #################
### Limit the application FPS. Comma-separated list of one or more FPS values (e.g. 0,30,60). 0 means unlimited (unless VSynced)
fps_limit=60,30,20,15,5,1,0
@Faalagorn
Faalagorn / PKGBUILD
Last active August 15, 2021 07:57
cataclysm-dda-git PKGBUILD for Arch Linux with wayland.patch needed from https://github.com/CleverRaven/Cataclysm-DDA/issues/49886#issuecomment-898884078
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
# Contributor: Klemen Košir <klemen913@gmail.com>
pkgname=cataclysm-dda-git
pkgver=cdda.experimental.2021.08.15.0641.r0.g7835cc2566
_pkgver=0.E
pkgrel=1
pkgdesc="A post-apocalyptic roguelike."
@Faalagorn
Faalagorn / DecryptWindowsProductKey.py
Last active November 8, 2020 22:12 — forked from Spaceghost/DecryptWindowsProductKey.py
A script to decrypt windows product keys written in python
def DecodeKey(rpk):
rpkOffset = 52
i = 28
szPossibleChars = "BCDFGHJKMPQRTVWXY2346789"
szProductKey = ""
while i >= 0:
dwAccumulator = 0
j = 14
while j >= 0:
GameAction [AppID 38400, ActionID 18] : LaunchApp changed task to ShowLaunchOption with ""
GameAction [AppID 38400, ActionID 18] : LaunchApp waiting for user response to ShowLaunchOption ""
GameAction [AppID 38400, ActionID 18] : LaunchApp continues with user response "0"
GameAction [AppID 38400, ActionID 18] : LaunchApp changed task to ProcessingInstallScript with ""
installscript_posix.cpp (357) : Assertion Failed: strCommonRedistForeignInstallPath != ""
installscript_posix.cpp (357) : Assertion Failed: strCommonRedistForeignInstallPath != ""
installscript_posix.cpp (357) : Assertion Failed: strCommonRedistForeignInstallPath != ""
installscript_posix.cpp (357) : Assertion Failed: strCommonRedistForeignInstallPath != ""
steam-dos: screen '0': 1920x1080
steam-dos: screen '1': 1366x768
@Faalagorn
Faalagorn / proton-tkg.cfg
Last active June 22, 2019 13:10
user_settings.py tweaks for proton-tkg
# 'Wine-to-rule-them-all' - Proton-TkG config file
# This is a simplified config file with minimal comments. See ../wine-tkg-git/customization.cfg for more details.
# Some options will be missing from this config file compared to wine-tkg-git as they are enforced.
# PROTON-TKG OPTIONS
# Proton SDL Joystick support, xinput hacks and other gamepad additions. _gamepad_additions depends on _sdl_joy_support.
_sdl_joy_support="true"
_gamepad_additions="true"
@Faalagorn
Faalagorn / config.log
Created May 15, 2019 21:01
TkG faudio 2019-05-15
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Wine configure 4.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../wine-git/configure --prefix=$ORIGIN --libdir=$ORIGIN/lib --with-x --with-gstreamer --with-xattr --with-faudio --disable-tests --without-curses --with-wine64=/tmp/makepkg/proton_dist/src/proton_dist-64-build
## --------- ##
## Platform. ##
@Faalagorn
Faalagorn / .config-wip2019-04-21
Last active April 23, 2019 19:09
TkG 2019-04-21
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.9-21 Kernel Configuration
#
#
# Compiler: gcc (GCC) 8.2.1 20181127
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80201