some scripts I've wrote

“Humming-Owl” 65aed2681c upload scripts 1 年間 前
README.md 65aed2681c upload scripts 1 年間 前
linux-check.sh 65aed2681c upload scripts 1 年間 前
start.sh 65aed2681c upload scripts 1 年間 前
svgtobw.sh 65aed2681c upload scripts 1 年間 前
windows-check.bat 65aed2681c upload scripts 1 年間 前

README.md

scripts

Scripts I use for some stuff.

  • start.sh (BASH) --> a riivolution XML to gecko codelist type file converter, it optionally prints some information at the end (target, original and pointer options). You have to input the XML file location, the ASM folder path (if appliable) and it will autodetect the regions the XML file was written for (you have to do some manual edits to the output to get an actual gecko codelist file).
  • svgtobw.sh (BASH) --> a script to convert SVG images to a black/white variant (ot was designed for the twitter emoji font). It needs an input folder (original SVG files in there) and it will put the converted SVGs into an output folder.
  • windows-check.bat (BATCH) --> a BAT file to check several dependencies of programs related to SMG (Super Mario Galaxy) modding. Java downloads --> https://adoptium.net/temurin/releases/?version=11
  • linux-check.sh (BASH) --> a BASH script equivalent to the "windows-check.bat" script but for debian-based linux distros.