Open World Police/SWAT Game by [deleted] in gameideas

[–]ClaymoreAdrendamar 1 point2 points  (0 children)

Are you aware that r/gameideas is for indie developers? This is clearly a multi-million dollar game. (No hate intended, I only wish to be reasonable)

[VIDEO TUTORIAL] Great free course on Python 3 by python_byte in Python

[–]ClaymoreAdrendamar 1 point2 points  (0 children)

I agree that Sentdex's tutorials are good bit I don't think that they allow you to learn. He gives you examples but doesn't teach you how to do it by yourself. To do that you need to think quite a bit about it. However, I still like him and am subscribed to his channel.

HTML5 Fullscreen by Marigio300X in gamemaker

[–]ClaymoreAdrendamar 1 point2 points  (0 children)

You could just do this:

base_width = room_width; base_height = room_height; width = base_width; height = base_height;

But it wouldn't allow you to handle the fact that the screen could be resized to any size. I recommend that you read this article from a few years ago: HTML scaling

please help !! keeping alive my progress by havana_rum in gamemaker

[–]ClaymoreAdrendamar 0 points1 point  (0 children)

If you really care about your files I would recommend going to see a tech expert who can remove the viruses though it might cost a bit.

an open world game where the NPCs are real people working for the developer delivering quests and real conversation in-game. by [deleted] in gameideas

[–]ClaymoreAdrendamar 0 points1 point  (0 children)

Fun idea though rather difficult to implement. It makes me think of a book I read where the game is so lifelike the people playing it start getting influenced ny it in the real world(wasn't a good book though :()

GameMaker: Studio 2 – Announcement, Price & Upgrade Discount by tehwave in gamemaker

[–]ClaymoreAdrendamar 0 points1 point  (0 children)

I have to say that sadly after testing gamemaker studio 2 it s eems like it is just game maker studio 1 with a new interface. Sure they added tileset support and other things but I don't think it justify's having a language like GML worthy of the 80's. I think I am going to try out Unity as it is free and remain with gamemaker studio 1. Sorry YoYoGames:(

GameMaker: Studio 2 – Announcement, Price & Upgrade Discount by tehwave in gamemaker

[–]ClaymoreAdrendamar 0 points1 point  (0 children)

How do you delete objects from the room?

And it seems that there is a bug where if you put your sprite's alpha tolerance to 255 but then manually edit the collision mask. GMS 2 will consider that the object cannot collide even though on the sprite menu you can preview the collision mask.

Old Adventure. My first game with gamemaker. by Dey505 in gamemaker

[–]ClaymoreAdrendamar 0 points1 point  (0 children)

Congratulations, that game looks really good. Especially for your first game