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

Known issues:

Having a filter on the same source as the OBS plugin that has errors (i.e. doesn't have the relevant plugin installed) will cause shared memory to not initialize properly on the plugin side.

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.8%
  • Shell 4.3%
  • C 3.7%
  • Batchfile 0.2%