Skip to content

Instantly share code, notes, and snippets.

View VELD-Dev's full-sized avatar
⚙️
Modding or reverse engineering games...

V E L Δ VELD-Dev

⚙️
Modding or reverse engineering games...
View GitHub Profile
@VELD-Dev
VELD-Dev / ThunderstoreManifestSchema.json
Last active February 15, 2024 22:10
Thunderstore Manifest Schema
{
"$schema": "https://json-schema.org/draft-04/schema#",
"$id": "https://gist.githubusercontent.com/VELD-Dev/696f0cbc06a4ce0098a07153c2622f5c/raw/0098c6ad87e6645f2b2d783de8cc820e1d74e294/ThunderstoreManifestSchema.json",
"description": "Schema for Thunderstore manifest files.",
"properties":
{
"name":
{
"type": "string",
"description": "Name of the mod without spaces. [A-Za-z0-9_]"
@VELD-Dev
VELD-Dev / assetlookup.hexpat
Last active February 1, 2024 14:38
Ratchet & Clank: Future AssetLookup ImHex pattern
#include <std/mem.pat>
#include <std/io.pat>
namespace IGFile {
using IGSection;
using IGAssetPtr;
struct IGHeader
{
be u32 magic;
@VELD-Dev
VELD-Dev / LIST.md
Last active June 7, 2024 15:08
Stardock's Start11 cracks links BLACKLIST (Viruses)