Skip to content

Instantly share code, notes, and snippets.

@Cacodemon345
Cacodemon345 / gist:47dc6984116d87a09eca000bd0fa7676
Last active May 21, 2026 19:37
Instructions on installing Windows NT 4.0 on emulated IBM RS/6000 Notebook 860
@Cacodemon345
Cacodemon345 / x64-uwp-static.cmake
Last active January 31, 2022 08:29
x64 UWP vcpkg static build triplet
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME WindowsStore)
set(VCPKG_CMAKE_SYSTEM_VERSION 10.0)
@Cacodemon345
Cacodemon345 / gloext.spec
Last active July 23, 2020 08:44
Blast Thru GLO file format
Blast Thru GLO file format:
The file is encrypted by default as all bytes in the file has inverted bits. Those must be inverted back.
File format:
The header is just 4 bytes. It's not possible to detect the file.
The file starts with this:
uint32_t numOfFiles; // 4 bytes.
Which is immediately followed by a struct that can be described like this:
struct GloFileInfo
{
uint32_t filenameLength;
@Cacodemon345
Cacodemon345 / gist:171189fcb2505434408b10c8a4d0f3f4
Last active January 3, 2019 18:52
Note about rejected suggestions
If your suggestion doesn't get accepted, then it might be a good idea to start making addons or asking for requests in #addon-request.
Things that won't be in PB:
1. Hexa-Shotgun (6 Barreled shotguns)
2. Swords
3. Bayonets
4. Sledgehammers
5. Ridiculous enemy variatations.