Skip to content

Instantly share code, notes, and snippets.

@AlexBarbulescu
AlexBarbulescu / Subnautica2-Save-Porter.ps1
Created May 27, 2026 16:21
Subnautica 2 save porter for the Xbox/Game Pass PC build.
<#
Subnautica 2 save porter for the Xbox/Game Pass PC build.
What this does:
- Reads a Subnautica 2 gameplay save, usually a GSWU/GVAS .sav file.
- Renames the top-level SlotName to the Xbox slot name, normally savegame_0.
- Fixes the related Unreal ContainerInfo struct size after the rename.
- Finds the Xbox WGS cloud-save payload for savegame_0.
- Writes a converted local copy first, and only edits WGS when -Apply is used.
- Backs up the WGS account folder before writing.
@AlexBarbulescu
AlexBarbulescu / yt2d.md
Created January 1, 2017 10:17
Another webhook tutorial (YouTube to Discord via IFTTT)

Navigate to: Twitter via IFTTT, Twitter via Zapier or GitHub.

YouTube to Discord via IFTTT and webhook

You just posted a video. You want everyone in your server to know this, eh?

I'll just start from Step 3. You know where Step 1 and Step 2 is, eh?

Step 1 - Register on IFTTT

  1. Go to https://ifttt.com/ and create an account (if you don't already have one).
@AlexBarbulescu
AlexBarbulescu / console
Created November 3, 2016 15:13 — forked from dmitriy-kiriyenko/console
Init.d to start/stop xvfb. Put it into /etc/init.d and chmod it to 755
apt-get install xvfb
apt-get install firefox