Mode8fx

Results 11 comments of Mode8fx

Seconding this request. I'm working on a Python batch patcher (something that takes a folder of patches as input and applies them to the appropriate roms in your rom directory)...

@HeuristicPerson If you don't mind, that would be great. I wrote a (messy) downloader about a year ago that uses selenium with the Romhacking.net version of Marc's patcher, but I...

@HeuristicPerson Thanks! I was able to combine my old implementation with how you initialized the driver to automate a local copy of Marc's patcher through both Chrome and Firefox. https://github.com/GateGuy/BatchRomPatcher

I’ll look into these in more detail after the weekend, but for now: The USA and Japan versions of Star Wars and Rampart are actually two different games. The No-Intro...

``` ffmpeg version 2021-12-30-git-12f21849e5-essentials_build-www.gyan.dev Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11.2.0 (Rev5, Built by MSYS2 project) configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp...

You can also use MSYS2 on Windows. If I remember correctly, clone the repo with `git clone --recurse-submodules` as specified (that part can be done in a normal command line),...

> > As far as I can tell, you need to decompile an N64 ROM in order to get an ELF file for it. > > I was able to...

> That looks about the same as what I wrote for my TOML file, although make sure that you have the correct relative paths for elf_path and output_func_path (The way...

> You know what _might_ work.... the Ares emulator https://github.com/ares-emulator/ares/tree/master/ares/n64/cartridge > > An extra function to dump an elf file from that could work. > > I honestly don't know,...

> It's not you. I believe that Universal-DB is configured to look for the 3DS file in the newest release. The newest release doesn't have a 3DS version. Oh, that's...