Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rb authored Jan 18, 2024
1 parent 46505db commit dab08d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ There are multiple methods. It boils down to two distinct methods. In both cas

The following method has been tested with GameMaker IDE: v2023.11.1.129 and Runtime: v2023.11.1.160 - this updated method was made possible as a collaboration between LostAstronaut.com (Apolune 2) and EttinSoft.com (Circus Interstellar)

GameMaker exports two kinds of Linux builds: ZIP and AppImage. You want to use the ZIP method. GameMaker will also spit out a folder "usr" that contains some important files in the ZIP file, along with your assets folder and the game's binary executable.

You need to make your own "unwrapped" AppImage, since AtariVCS-OS does not have FUSE set up properly for the default "user" in its system. So you won't be able to use an AppImage export, which is a standard Linux way of distributing libs and assets and executables in a single file. Instead, you are going to make your own custom one that will make it work fine on Atari VCS OS.

To do this, you need to build first on Ubuntu, then figure out what libs are being used, and include them along with your game, then use the wrapper script below to wrap your game, and tell bundle.ini to run the script rather than your game.
Expand Down

0 comments on commit dab08d3

Please sign in to comment.