Skip to content

Releases: jonko0493/SerialLoops

Serial Loops v0.0.9

11 Nov 18:05
0e30d27
Compare
Choose a tag to compare

WSL time

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.9.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.9-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.9

Serial Loops v0.0.8

10 Nov 18:51
0e30d27
Compare
Choose a tag to compare

Another go at flatpak

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.8.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.8-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

Serial Loops v0.0.7

10 Nov 18:14
0e30d27
Compare
Choose a tag to compare

Use real version for flatpak

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.7.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.7-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.7

Serial Loops v0.0.6

10 Nov 17:51
0e30d27
Compare
Choose a tag to compare

Fixes some more stuff

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.6.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.6-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.6

Serial Loops v0.0.5

10 Nov 17:10
0e30d27
Compare
Choose a tag to compare

Better flatpak & deb support maybe

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.5.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.5-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.5

Serial Loops v0.0.4

10 Nov 16:52
0e30d27
Compare
Choose a tag to compare

Better flatpak & deb support maybe

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.4.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.4-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.4

Serial Loops v0.0.3

10 Nov 16:41
0e30d27
Compare
Choose a tag to compare

Now with more refinement

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-linux-x64-0.0.3.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-linux-x64-0.0.3-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.3

Serial Loops v0.0.2

10 Nov 08:41
0e30d27
Compare
Choose a tag to compare

Try again?

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-0.0.2_amd64.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.0.2-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

What's Changed

New Contributors

Full Changelog: https://github.com/jonko0493/SerialLoops/commits/0.0.2

Serial Loops v0.0.1

10 Nov 08:18
0e30d27
Compare
Choose a tag to compare

Test

Installation Notes

To test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Because our application contacts GitHub's servers to check for new releases on launch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

Windows

Simply download the Windows installer application and run it. It will walk you through installation, including installing the necessary dependencies.
Alternatively, you can download the zip file for a portable application; however, dependencies are not included with this option.

macOS

Pick the macOS pkg installer that fits your computer's architecture. Before executing it, you will need to open the Terminal application and run xattr -cr /User/yourusernamehere/Downloads/pkginstallernamehere.pkg,
replacing "yourusernamehere" with your username and "pkginstallernamehere.pkg" with the appropriate pkg installer filename. Running this command makes it so that the pkg installer is runnable even though we don't codesign it.

The pkg installer will guide you through installing Serial Loops and will automatically install the dependencies devkitARM and make if necessary.

Which macOS pkg installer should I choose?

If your Mac is newer, you will probably want the ARM installer. If it is older, you may want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.

Linux

We recommend using the provided flatpak as it is the easiest to use. First, install flatpak if you haven't already. Then, download the flatpak and double click it or run flatpak install on it from the terminal. It will then install itself,
bringing all the necessary dependencies with it.

If you would rather manually install, follow the below instructions:

  • The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-$(Version)_amd64.deb.
  • The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-$(Version)-1.fc39.x86_64.rpm.
  • For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.