Skip to content

Instantly share code, notes, and snippets.

View Getty's full-sized avatar
💭
building empires...

Torsten Raudssus Getty

💭
building empires...
View GitHub Profile
He was a freak, an idealist
Against the war, was a pacifist
Did not care about money
Rather dispossessed
Slept, when he could, without a roof
Did not have a regular job
Lived on what he was given
And rejected bourgeois aspirations
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.rtf filter=lfs diff=lfs merge=lfs -text
sub has_conf {
my ( $name, $env_key, $default ) = @_;
my $default_ref = ref $default;
has $name => (
is => 'ro',
lazy => 1,
default => sub {
my ( $self ) = @_;
my $result;
@Getty
Getty / Start_Miscreated.cmd
Created February 16, 2019 04:13
Miscreated Server Setup
@start /high Bin64_dedicated\MiscreatedServer.exe +sv_maxplayers 50 +http_startserver port:64190 +map islands -mis_gameserverid 2401
@Getty
Getty / haproxy.cfg
Created May 29, 2018 19:58
HAProxy config for splitting between Rancher (raw http/https) and a Traefik container (L4 Proxy before L7 Proxy)
defaults
maxconn 1000
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
frontend https
mode tcp
bind *:443
Intermediate/*
Saved/*
Build/*
Binaries/*
Plugins/*/Intermediate/*
Plugins/*/Binaries/*
Plugins/*/*/Intermediate/*
Plugins/*/*/Binaries/*
Plugins/*/*/*/Intermediate/*
Plugins/*/*/*/Binaries/*
@Getty
Getty / .gitignore
Last active October 21, 2017 14:38
Unreal Engine 4 Sample .gitignore
Intermediate/*
Saved/*
Build/*
Binaries/*
Plugins/*/Intermediate/*
Plugins/*/Binaries/*
Plugins/*/*/Intermediate/*
Plugins/*/*/Binaries/*
Plugins/*/*/*/Intermediate/*
Plugins/*/*/*/Binaries/*
has xslate => (
isa => 'Text::Xslate',
is => 'ro',
lazy_build => 1,
);
sub _build_xslate {
my ( $self ) = @_;
my $xslate;
my $obj2dir = sub {
usage: ./.local/Uber Entertainment/Planetary Annihilation/stable/server [options]
| --log-network-traffic : Log network traffic to given file
| --http : Enables http server
| --ubernet-url : Sets UberNet service url
| --monitor-url : Sets UberNet monitor service url
| --ubernet-secret : Sets UberNet secret key for server to server calls
| --lobby-id : Sets the UberNet lobby id
| --server-id : Sets the UberNet server id
| --build-id : Set the build id
| --output-dir : Specify directory to write log files, replays, etc.
Intermediate/*
Saved/*
Build/*
Binaries/*
Plugins/*/Intermediate/*
Plugins/*/Binaries/*
.vs/*
*.VC.db
*.VC.VC.opendb
WROM.sln