• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

repository

  1. Posho

    Maintaining Framework Dependencies for Multiple Game Projects (Git)?

    Hello there, it's been a while since I posted. How has everyone been? 🙂 I have some doubts in regards of large project maintenance. I'm currently working on a couple frameworks/engines using GML as well as a couple games. So far my approach to working on these is to work on all frameworks and...
  2. floof the stupid fox

    I have no way to access my files from GitHub within my project, despite the files being in my project folder.

    I have been trying to do research on this topic for what feels like hours, and I have no idea why Gamemaker is designed this way. I just received important files from one of my collaborators, and I was going to try to check out what he had done. When I went to open it, the files were nowhere to...
  3. JasrielKraftuur

    SOLVED Changing the Repository of a project and Updating Gamemaker Studio 2

    Hi! I've been trying to figure out how to upload my project to Github for the past week but I keep getting stopped on the same step everywhere. I've looked at several different sites, and they all say to create an external repository first, then you can upload your project to the repository...
  4. S

     Collaboration almost impossible with GitHub

    Hello Everyone I have now tried multiple tools like GitHub, Bit Bucket the vanilla GMS 2 Repository Tool etc. for collaborating with a friend. This is however almost impossible by the fact that creating folders, objects, scripts etc. also add code to the main file and other files. Every time...
  5. FrostyCat

    Android Automated script for installing SDK dependencies (GMS 2.2.3 Windows)

    Automated script for installing SDK dependencies (GMS 2.2.3 Windows) There has been an uptick in SDK-related questions following the removal of Android Support Repository in Android Studio's SDK manager UI. In response, I have written an automated solution that attempts to resolve this. Main...
  6. C

    Question - IDE SourceControlAction:SaveMode: Source Control Add Failed

    I currently have a project that is linked to an online GitHub repository. Now I am trying to make a new local project and immediately upon opening I am prompted with a window that says: "Unable to save the following files (please see the output panel for more details)." The Output panel says...
  7. P

    Android SOLVED Change the order of repositories in build.gradle? Build failure

    Hi, Since yesterday I can't build for android anymore. I looked up the error below and found a solution on stackoverflow. It seems that the google() repository needs to be placed before the jcenter() in the build.gradle. I changed it in the runtime root folder and it worked. Solution link on...
  8. Z

    Discussion GIT: Downloading and Syncing an Existing Project to Other PCs? (Help!)

    Hi all, YoYo has an excellent help file on initially setting up GIT support for a GMS2 project, however, they don't seem to have any info on deploying that project to multiple machines/users. Has anyone figured out the optimal method to sync up team members or multiple computers to a single...
  9. breakmt

    Can I add gradle repository?

    Is there any way to add injection in gradle repositories for extensions? I mean, I need to add this repository: maven { url "https://adcolony.bintray.com/AdColony" } But in extension properties I wee only "Inject in Gradle dependencies". I can use only jcenter()? :(
Top