Skip to content

Instantly share code, notes, and snippets.

View AnEnglishman's full-sized avatar
💭
Not knowing how the fuck coding works

AnEnglishman

💭
Not knowing how the fuck coding works
  • Asheville, North Carolina, United States of America
  • 14:07 (UTC -05:00)
View GitHub Profile
@osyu
osyu / gs456scr.py
Last active December 3, 2024 18:32
GS456 (AJ:AA Trilogy) script converter
import argparse
import glob
import json
import os.path
import shutil
import traceback
DESCRIPTION = """Encode and decode GS456 (AJ:AA Trilogy) script files."""
USRHDR_SIZE = 48
@osyu
osyu / asrc31.py
Last active October 25, 2024 21:45
RE Engine ASRC encoder/decoder (for AJ:AA Trilogy)
import argparse
import shutil
import wave
DESCRIPTION = """Encode and decode RE Engine .asrc audio files.
Now with more confusion! For version 31 (AJ:AA Trilogy) only."""
SRCH_INFO = """srch (stub)
id: %d"""
SRCD_INFO = """srcd (data)