• 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!

yyc

  1. Kaliam

     GMS2 64bit Future Thinking: Higher precision math

    This is something I have been pondering as of late as it has been a constant difficulty I have been having with the scale of my current project. Specifically I am creating a large Open world real time strategy which is based in space and as such requires lots of room space. This brings me to my...
  2. A

    Linux [Solved] Cannot Connect to Remote Ubuntu Client.

    Hello, I have started to try building my GM game in Ubuntu. The whole build prosess seems to run normally until I get this error. "WARNING: Unable to connect to remote client" And then the build ends. The folder on the target laptop does have to assets but It does not run. The Compiler is...
  3. P

    Android BUG: network_connect_raw not call the async event after connect if using yoyo compiler

    This bug applies the yoyo copiler in combination with android. Android vm and windows yyc works well. The bug found in gamemaker 1.4 and 2.0. Here is my code connection to the network: network_set_config(network_config_connect_timeout, 5000)...
  4. D

    iOS YYC crashing on iOS

    My game runs fine on my iPhone when I compile it normally, but using YYC the game usually just crashes immediately on start. It will only work occasionally. From what I've read, the YYC is more strict with syntax and stuff. Is there a guide somewhere that explains this? I already write my code...
  5. P

    Question - Code [SOLVED] Camera shake not working in YYC build

    I have a very simple camera object that I use to simulate screen-shake. When compiling for iOS or Android using the VM option, the effect performs as expected. Compiling with the YYC results in no shaking. Does anyone have a clue why? Relevant code below: obj_camera.Create shake_amount = 0...
  6. Dragonite

    Legacy GM GMAssetCompiler issues

    So since I (finally) updated to GMs 1.4.1772 recently, I've been running into an annoying error with the YoYo Compiler. It gets to the Writing Chuck . . . AUDO bit and then stops working with the error message "the GMAssetCompiler has encountered a problem, unable to find the specified file."...
  7. Sabnock

    Windows RESOLVED - YYC Compiler issue

    I am receiving the following error in the output window of GMS2 when trying to run my game with the YYC compiler. C:\WINDOWS\system32\cmd.exe DONE (0) DoSteam Igor complete. [Run] Run game Options: C:\Users\andyw\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE\MAN...
  8. Shut

    Windows YYC Windows stuck at Build for architecture (2.1.0.135)

    YYC Windows is not working for me since I updated to the new version. No errors, just keeps building while the PC lags a lot... Tested it on a small project that used to run fine in the previous version and compiled under 2 minutes, I left it for 8 minutes and it was still compiling... Stuck at...
  9. C

    Legacy GM [1.4.1772] Android YYC compile error (undefined reference to YYGML_instance_destroy)

    Hello everyone. So, I've recently updated to GameMaker: Studio version 1.4.1772. I'm developing an Android game, and I was building it with the YYC without problems in the previous version (which I can't remember what release was, but it was 1.4.xxxx). But now, when I try compiling it, it gives...
  10. Toxic Tom

    Android Android YYC build not compiling

    Hey there chaps I've got a bit of an issue with building my game for android using the YYC (YoYo Compiler?). It works fine using the VM but just seems to say "building" forever when choosing YYC. I am using a Motorola Moto G4 for testing my app. Any helpful insights or funky tips n tricks to...
  11. G

    GML Why is it necessary to do >= or <= rather than == sometimes?

    I think I've read that it's best practices to use >= or <= in some counting or looping situations rather than == because it can't be guaranteed that the computer will exactly hit the number you want. I ran into this today in the form of a bug that appears only in a YYC build and not the VM...
  12. G

    Question - IDE Can't run Test YYC after update game maker studio 2

    Hello, After update game make studio 2 IDE 2.0.7.171 runtime 2.0.7.110, I can't run Test YYC this error : "Configuration Problem : Windows Visual Studio Path needs to be set to point to Visual Studio (.bat) batch file." help me. Thanks,
  13. G

    Windows Is there a reason we can't export to Test with YYC without the desktop license?

    I have the mobile license and thought I'd give a shot at hammering out my code so YYC will work. This is not an easy process... I wish I'd been working toward this from day 1. Two problems: (1) I couldn't work intelligently toward YYC-compliant code from day 1 because you cannot export to...
  14. R

    Android YGM 1.4 android compiler error

    I try to use yoyo for create android applications.but i after i setting up yoyo for the android , it won't work In android/fire mood it says "cannot open file" In android YYC mood it says Create started: 12:02:11 AM CreateTargetExe Start: 12:02:11 AM "E:\yoyo\GameMaker Studio Master...
  15. F

    Windows YYC Compiler Error "the given key was not present in the dictionary"

    Hi there. I've been having some issue with the YYC compiler for GMS2. The system output consistently gets to "Writing Chunk... AUDO" and an error pops up saying "The given key was not present in the dictionary". I've tried compiling multiple different projects files (being sure to clear the...
  16. ras maxim

    Discussion Compiler in GameMaker Studio 2 is slower?

    Hello. I've just installed the new release of GMS 2 and now can use it with Visual Studio 2017 (thanks to the devs for this!) I have not been able to use GMS 2 with YYC until now because I couldn't install VS 2015. For some reason my project imported to GMS 2 and compiled with VS 2017 runs...
  17. J

    Question - IDE [Resolved] YoYoCompiler not working for me

    Edit: I needed to clear the project cache, it's fixed now. I get a black screen, then a white screen, then a single frame of the first level in the game but with a few sprites from the tutorial (that should never actually appear in that level), then it shuts down with the "program is not...
  18. Micah_DS

    Question - IDE Having issues getting Visual Studio Community 2015 for YYC

    As the title suggests, I've been unable to get the YYC to work because I can't get VS Community 2015. It may or may not be helpful information, but I have Windows 8.1. I already did a search here on the forums and all links are outdated, and I'm not finding a solution via Google or by searching...
  19. M

    Windows YYC and imported GMS2 projects from GM:S1.4

    It seems like YYC doesn't like the automated variables created automatically by importing a project into GMS2. An attempt to compile returns a bunch of errors with these variables which start with 2 underscores (__variable). Have anyone experienced such a thing?
  20. CrazyNinjaMike

    YYC Gamepad Bug

    *****SOLVED***** It apparently was caused by the "Windows" GMS and "Windows YYC" GMS having slight difference when you have a script that doesn't actually return anything. I needed to fix it by setting return noone; as a default. Now they both work identically, yay :) -----Original Post: Hi...
Top