credit to https://github.com/rileyzzz/ChumpLib/blob/main/chumplib/src/tzarcfile.cpp for the tzarc v1 file format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add to hosts file: | |
127.0.0.1 simulmedia-apis.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pysteampacker by puyodead1, based on supersteampacker https://github.com/Masquerade64/SuperSteamPacker | |
# pip install vdf requests | |
# this is fucking garbage, but it works | |
# omit --password to use cached credentials (after logging in with it at least once) | |
import argparse | |
import configparser | |
import datetime | |
import os | |
import platform | |
import re |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# trainz 22 tzarc v2 decompressor by Puyodead1 | |
# as far as i know, this is only used in trainz plus but that might have changed? its used in archives from 2023 and later | |
# base information on the tzarc v1 format is from https://github.com/rileyzzz/ChumpLib/blob/main/chumplib/src/tzarcfile.cpp | |
import argparse | |
import zlib | |
# pip install binreader | |
from binreader import BinaryReader | |
# pip install tqdm |
converts .mesh files created from QTQuick3D back to OBJ files.
This was created while reverse engineering a game that uses QT and has assets embedded
This script is very shitty, it works so its good enough
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kilohearts Content Bank Extractor | |
# Puyodead1 | |
# | |
# Why? idk, because I can | |
import argparse | |
import os | |
import pathlib | |
from binreader import BinaryReader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you ever wanted to download the models from international trucks? no? well here you go anyways |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pathlib import Path | |
from typing import List | |
from binreader import BinaryReader | |
class PkgEntry: | |
path_hash: int | |
path_offset: int | |
data_deflated: bool |
This is an unofficial list of all Discord guild features, for an official list refer to the Discord Developer documentation.
Guild Feature | Description |
---|---|
ANIMATED_ICON |
Allows the server to set an animated icon. Used in server boosting, level 1 |
BANNER |
Allows the server to set a banner which is shown at the top of all the channels. Used in server boosting, level 2 |
COMMERCE |
Given to servers with a developer license, allows them to create and use store channels |
COMMUNITY |
Given to servers that enable community in server settings, also gives access to the news feature which allows servers to create announcement channels |
DISCOVERABLE |
Given to servers that enabled discovery guidelines |
ENABLED_DISCOVERABLE_BEFORE |
Given to servers that enabled discovery at any point |
NewerOlder