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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. iolite iolite Public

    A FFXIV exploration tool, in Rust

    Rust 3

  2. badbeefshell badbeefshell Public

    TypeScript

  3. Convert mtl to source2 vmat Convert 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
    const fs = require("fs");
    4
    
                  
    5
    const folder = "./tgaout";