Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When I upload my project to GitHub deckstop, it stops working

A topic by God of the determination created 35 days ago Views: 98 Replies: 5
Viewing posts 1 to 4

When I upload my project to GitHub, it stops working, "When I launch Game Maker 2, a pop-up window appears asking me to save or update for GmLive."

Developer

What popup window..?

(1 edit)

A change has been made to gmlive

Button 1: Update Button 2: Save

Developer

If this is a public repository, you would want to replace the GMLive script with a copy from the extension when you first download/check out the repository.

If this is a private repository, you can keep GMLive in the repository by removing the scripts ➜ GMLive ➜ .gitignore file using Explorer/Finder.

What happens here is that GameMaker does not have a formal way of using paid extensions in public/open-source projects (as they are in the project folder), so GMLive’s main script is omitted from the repository and a simple “fallback” script is created if the script is missing. That’s what the popup is, though there should also be a regular popup and a message in Output informing you what had just happened.

I'll download gmlive again and let you know if it works tomorrow.

(1 edit)

It's a private repository, I use github desktop to share the work with my colleagues