I hereby claim:
- I am macaylamarvelous81 on github.
- I am jomarm (https://keybase.io/jomarm) on keybase.
- I have a public key ASDbSvwNL5hl2ZCy4-iLFUcNzRe6fB8E-rvYjjAtp_FqdQo
To claim this, I am signing this object:
MK7 EUR Rev 1 v1.2 | |
Made by H4x0rSpooky | |
[Private Matchmake] | |
0029FB48 E12FFF1E | |
002A146C EB0D2AA3 | |
E05EBF00 00000010 | |
E1A01002 E59F2000 | |
E12FFF1E XXXXXXXX |
echo -ne '\e[s\e[5000;5000H' | |
IFS='[;' read -p $'\e[6n' -d R -a pos -rs | |
echo -ne '\e[u' | |
stty cols "${pos[2]}" rows "${pos[1]}" |
I hereby claim:
To claim this, I am signing this object:
private static async Task UploadLevelToSteamWorkshopAsync(string levelName) | |
{ | |
Debug.Log("Uploading..."); | |
//app data path is to the folder | |
//my files are stored in a folder with the same name as the level name | |
string appDataPath = ES3Settings.defaultSettings.FullPath; | |
appDataPath = appDataPath.Replace("SaveFile.es3", levelName); | |
//the preview path is to the image file |
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | |
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/ubuntu | |
{ | |
"name": "Ubuntu", | |
"build": { | |
"dockerfile": "Dockerfile", | |
// Update 'VARIANT' to pick an Ubuntu version: jammy / ubuntu-22.04, focal / ubuntu-20.04, bionic /ubuntu-18.04 | |
// Use ubuntu-22.04 or ubuntu-18.04 on local arm64/Apple Silicon. | |
"args": { "VARIANT": "ubuntu-22.04" } | |
}, |