Skip to content

Instantly share code, notes, and snippets.

View anein's full-sized avatar
👨‍🚀
Focusing

Alexander N. anein

👨‍🚀
Focusing
View GitHub Profile
@anein
anein / fonts.sh
Created April 14, 2019 12:17
Fonts installation for Clear Linux. Lighter version.
#!/bin/sh
DEST=~/.local/share/fonts
TEMP_DIR=/tmp/fonts_install
font_files="andale32.exe arial32.exe arialb32.exe comic32.exe courie32.exe georgi32.exe impact32.exe times32.exe trebuc32.exe webdin32.exe verdan32.exe wd97vwr32.exe"
download(){
wget -P ${TEMP_DIR} "https://netcologne.dl.sourceforge.net/project/corefonts/the%20fonts/final/$1"
}
@anein
anein / gist:cb9805a93834ca2275525afb164f6241
Created April 14, 2021 11:40
[Tweaks UE] Engine.ini
[SystemSettings]
OneFrameThreadLag=1
[/Script/Engine.Engine]
bDisablePhysXHardwareSupport=False
[/script/engine.garbagecollectionsettings]
TimeBetweenPurgingPendingKillObjects=15
[/Script/Engine.RendererSettings]
#This file is provided by xorg-x11-drv-nvidia
#Do not edit
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "intel"
Option "TearFree" "true"
Option "TripleBuffer" "true"
Option "PrimaryGPU" "yes"
@anein
anein / Fallout76Prefs.ini
Created July 15, 2021 22:44
Fallout 76 preferences
[Display]
iMaxAnisotropy=8
fShadowDistance=60000.0000
fDirShadowDistance=60000.0000
iShadowMapResolution=2048
uiShadowFilter=2
uiOrthoShadowFilter=2
fBlendSplitDirShadow=48.0000
iMaxFocusShadows=4
iMaxDecalsPerFrame=100