Skip to content

Instantly share code, notes, and snippets.

@requiredinformation
requiredinformation / mvunpack.py
Last active June 10, 2023 12:23
Quick and dirty RPGMaker MV asset decryptor (decrypts www/img/*.rpgmvp and www/audio/*.rpgmvo)
#!/usr/bin/env python3
import glob
import json
import sys
import shutil
import os
#this might change, not sure, but probably not since 16 is a great number
HEADER_LENGTH = 16
@voluntas
voluntas / webrtc_sfu_dev.rst
Last active June 27, 2024 00:30
WebRTC SFU コトハジメ

WebRTC SFU コトハジメ

日時:2023-12-03
作:voluntas
バージョン:2023.1
url:https://voluntas.github.io

この記事が良いと思ったらこの記事に Star をお願いします