Skip to main content

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

Elias__M

9
Posts
1
Topics
A member registered May 04, 2021

Recent community posts

I see, thanks for your answer! Are you using only GameMaker's built-in networking functions?

Hi, this looks great! I'm a little bit confused because of the FAQ. In the description you mention it works on any export, so I assume including mobile, other desktop platforms and consoles. But the FAQ says it works on Windows only ("GGMR only fully works on Windows")

Thank you so much for your detailed answer, I really appreciate it!馃槉 Sounds like Crystal is perfect for what I'm trying to do!

Hi! I'm thinking about switching to GameMaker Studio for a pixel art/top-down game and would like to use your lighting engine. From the demo and the images here, it looks absolutely stunning and exactly like what I've been trying to do myself, but much better and more flexible! I'm still a little unsure about some aspects after playing around with your demo and reading some of the documentation, maybe you could help me out. I'd appreciate any help!

1. Is the shadow-color adjustable and can you determine how much blur you apply? In general, but also for sprite shadows specifically.

2. In the pixel art/castle room, it looks like the shadows of the bushes below the tree are sprite shadows that can be stretched/bent similar to the video here: https://www.youtube.com/watch?v=haU-lUkitas. Is that actually possible? It looks like the sprite shadow projection from one of the images does that, but I would like to make sure. I would like to use this for sprite shadows the imitate how the shadow of objects changes over the course of the day.

3. Can a daylight cast dynamic sprite shadows without actually altering the scene visually? In other words, I would like to add a daylight that casts sprite shadows, but the scene otherwise looks as it would if no light is placed.

4. If you place a light, can you determine where the falloff should start and how fast it should end? I.e., can I create a light with the shape of a circle and, say, a radius of 50 pixels and decide up until 40 pixels out, the light strength stays identical and then falls off in the last 10 pixels or is this predetermined and the same for all lights?

5. For your other projects, you mention that all platforms are supported (including consoles and iOS). Do you think this one does as well or is there a specific reason why it might not work on consoles, for example? I'm asking because the demo crashes for me on the latest macOS version and I can only run the Windows one.

6. At worst, my game would have around 4000 sprites to render, of which maybe 50-250 are visible on screen at any time and would cast a sprite shadow from daylight as well as, in theory, multiple sprite shadows from additional lights (campfires, streetlights, etc.). These would be dynamic shadows. Will I presumably run into an issue here on (lower end) mobile platforms or is that fine from your experience?

7. Is it okay to make changes to your code when using your lighting engine in a project?

Thanks for your detailed answer! I already have a lookup_texture, which shows my character from the front, back and both sides, but with head, torso and lower body separated and showing both arms only once, as well as the sprite atlas that contains 6 animation frames in a row. Can I somehow use my lookup_texture?

Hi! This looks really cool! I've seen that you reference the aarthificial-video that describes how to use lookup-textures for pixel art animation. Do you already have tools/scripts ready to make this simpler? I have my lookup-texture and original animations/texture atlases, but would need to convert them into the images whose red and green channels make up the coordinate to look for in the look-up texture

(1 edit)

Thanks for your answer. Is there a reason for it?

I'm asking because GLSL ES is a shader language that's commonly used in a variety of game engines.

Looks impressive! Are these regular OpenGL ES shaders that could be used with other game engines as well or do they rely on specific Game Maker features?

I really like the particle editor (for iOS), however it seems that there is no option to change the framerate when exporting/rendering a particle effect to a sequence of images.

Would it be possible, to add an option to e.g. render a particle effect at 30 FPS, 60 FPS, ... and so one? Right now, the exported sequence of images leads to an animation that isn't very smooth.