Skip to content
View 0xbbadbeef's full-sized avatar

Block or report 0xbbadbeef

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ioliteiolitePublic

    A FFXIV exploration tool, in Rust

    Rust 13 3

  2. badbeefshellbadbeefshellPublic

    TypeScript

  3. Convert mtl to source2 vmatConvert mtl to source2 vmat
    1
    // assumes this is run with a sibling folder named "tgaout" that has .dds files converted to .tga
    2
    // converting .dds to .tga cann be done with VTFEdit: Convert .dds to .vtf, then the .vtf files to .tga, similar to https://wiki.facepunch.com/sbox/source_1_assets_porting
    3
    constfs=require("fs");
    4
    5
    constfolder="./tgaout";