Skip to content

SmolAlli/AutoSplit64plusLinux

 
 

Repository files navigation

AutoSplit64+ Linux


AS64+

A badly coded linux fork of Autosplit64Plus

Run ./run.sh to open Autosplit64Plus

Requirements

Python 3.11
(AND)
libobs-dev (for the obs plugin)

Currently the only capture method that works is through the obs plugin

Find the obs plugin in /obs-plugin take autosplit64plus-framegrabber.so and place into the /usr/lib/obs-plugins directory (if obs is installed system wide) or ~/.config/obs-studio/plugins

To compile yourself delete the /build directory and run

mkdir build && cd ./build
cmake ..
make

May also need to install libsimde-dev

Building AppImage

To build the AppImage, simply run the build script:

./build_appimage.sh

This will generate AutoSplit64plus-x86_64.AppImage in the root directory.

Using the AppImage

  1. Make it executable: chmod +x AutoSplit64plus-x86_64.AppImage
  2. Run it: ./AutoSplit64plus-x86_64.AppImage

About

Super Mario 64 Auto-Splitter for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.0%
  • CMake 7.9%
  • Shell 4.2%
  • C 3.7%
  • Batchfile 0.2%