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

images

  1. SkyBuilder1717

    GML draw images

    i want draw images from computer files, but i have this error: ___________________________________________ ############################################################################################ ERROR in action number 1 of Draw Event for object obj_list: unable to convert string...
  2. Qlak

    GML Need Advice on Texture Groups/Pages and External Images Loading

    Hello! I have, hopefully a simple question, but since this is a new topic to me, I am not sure, what would be the best practice :). To the point: In my project want to use hundreds of quite big .PNG image files. I have them grouped in packs - separate folders. Each pack always contains 10-60...
  3. P

    GameMaker Fix a side of an object

    Hello everyone! I'm in the middle of developing a Boss Fight into my game and run into a problem, I have an attack (from the boss) that should go around the room like some clock hands, so having the "head" of the object always in the middle, and the rest of the body to move clockwise. I also...
  4. GLITCHGOO

    GMC Forums how do i post an image in my profile status

    whenever i post it the image pops up for a millisecond and then it disappears and when i post , it doesnt show up. maybe its because im a new account?? idk
  5. If Programable_Matter

    Html5 sprite_add(url, false, false, 0, 0)) Sometimes works

    I have been using the sprite_add function to load up images in my program I've been developing. The code works perfectly fine when using windows however it sometimes works on html5..... Not all the time.... I upload images on my webpage which has (SSL/TLS) "https://" ..... However I've noticed...
  6. giraffeman210

    Forums not letting me upload images?

    I'm trying to add some images to my work in progress game forum and its not letting me upload them. It says " The upload failed because the file could not be written to the server. The site administrator will need to resolve this before any files can be uploaded." Any ideas? Thanks!
  7. A

    Windows Can't load images

    Hey, I have tried the new version recently, and I can't load images. My images are basic .jpg and .gif I need for my game. In fact, even the sprites I create inside GMS2 fail to load and are not displayed. EDIT : I forgot to mention my images are loaded as sprites and tilesets. None of them...
  8. J

    GML [Solved] Add to Sprite During Runtime

    Hello! I'm new to the Game Maker platform. Windows 10 Game Maker 2.2.3.436 | Runtime 2.2.3.344 I'm trying to figure out how I can load (at runtime) images into a sprite. This code does do that, but I want to be able to load lots of images (from disk) into the sprite frames, instead of...
  9. S

    Discussion How to get SWF images in GM:S

    I am trying to convert both my studio's logo and the logo of my current game from a bitmap to a vector image. After doing some research, I found out that GameMaker: Studio only accepts SWF vector images...
  10. Bee

    Question - IDE Failed to load images

    I've seen others with this issue but nothing mentioned has fixed my issue. I'm working on a project and storing it in github so that I can use both my PC and laptop. Awhile back my laptop developed this issue where it had a whole bunch of these errors: Failed to load image...
  11. Carloskhard

    GML [SOLVED] Sprite Sheets vs Individual Sprites

    So Porgrammers like Friendly Cosmonaut in this video: ... use sprite sheets, 'draw_sprite_part' and a lot of code to draw different objects instead of using individual frames. So my question is clear: What is the advantage of doing this in this situation? (Considering is harder to program) I'm...
  12. K

    Windows How heavy is loading lots of images in your game in GMS2?

    I have been using GM since standard 8.1 and one thing I learned there is loading too much images in your game made it take a lot of time to load... I remember making a not-so-long game but the sprites were big sized and I loaded them all at once in the beginning instead of loading via code... In...
  13. T

    Humble Bundle Art Assets Available

    Check out the offering at humble bundle. RPG Assets could benefit projects here...
  14. W

    Legacy GM [SOLVED]Check if an image is to large to load

    Hello, in my project I'm getting an image from the player like this: ///Load normal sized images if(mouse_x>96 && mouse_x<144 && mouse_y>0 && mouse_y<32 && global.progress=0 && canpress=1) { global.pic1 = get_open_filename("Image file|*.png;*.jpg;*.gif;*.tif", ""); if((string_pos(".png"...
  15. Anixias

    Windows [Solved] GMS2 NSIS Installer Images Not Appearing

    Hello. I have added custom Installer images in the Windows settings. I noticed that when I actually run the installer (tried on multiple PCs), these images don't actually appear, and instead, blank spots where the images should be appear. I've tried cleaning the project, packaging with VM...
  16. G

    GameMaker Need help trying to combine 2 resolutions of sprites

    Hi, I am working on a 2d Zelda like game. Most of my sprites and all my tilesets are made up of 32 by 32 bits. I was planning on having one of my enemy objects be animated outside of the 32 bit retro art by using Claymation. I essentially wanted my sprites to be actual images that would look...
  17. clee2005

    iOS New Error - Uploading to Apple

    Updated an app on Thursday last week and it was fine. Uploaded a new update this morning and got this error : ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image...
  18. 1

    iOS Splash Screens Don't Work

    So I tried updating my splash screen images for iOS and now they don't show up at all. I tried .jpg and .png but when I export to iOS they don't even show up in Xcode. Also there still is no splash screen option for the iPhone X screen. I am using the latest version of Xcode and Game Maker Studio 2.
  19. RizbIT

    upload images to server

    simple question... i have a godaddy shared server can i upload a user selected image from app to the server using GMS v1.4x
  20. A

    Legacy GM [SOLVED] Making a book

    Hi everybody, I am making a RPG in GM:S 1.4. I want to implement a book that you can open at any time. I want it to consist of a few pages with text and images and the more progress you make, the more there is in the book. I hope it is clear what I want to create. Ps. sorry for my English, it...
Top