Game
Error Ware 2
5 years ago

Screenshot Update for Abstráctomon - June 21, 2019


I got lots of smaller things done in Abstráctomon this week. Here’s a quick rundown:

5d0d235bef696.png

You can now buy berries and seeds from a lady in the Gardencenter. Seeds can be planted instead of a berry if you don’t want to “waste” a berry.

5d0d235d19e6b.png

Roughly 12 years after I graduated high school I finally figured out how sine and cosine work… So now reflections in water can have a wavy distortion. I’ll probably use this for other effects (e.g. in battle) as well.

5d0d235e18a76.gif

Blending a sprite in Gamemaker with a different color is quite easy to do, but for some reason if you want to color a sprite completely white, you have to do some trickery. I ended up switching to 3D mode (d3d) for a fraction of a second to enable white “fog” and then had to alter the distance of that fog to fade the “whitness” in an out. ¯\(ツ)

Bonus Gamemaker 8 tip:
Since I added the “backlight” brightness setting to the game, I had an annoying issue with the text flickering when lowering the brightness (archived by a subtracting blendmode). I finally figured out the reason:

To reduce lag in the menus caused by my crappy text script, I draw the text only for one frame, take a screenshot and then display that instead. But apparently Gamemaker’s screenshots turn gray / black parts of the image slightly transparent (why???), hence the difference in the hue of the text.

I tried to draw a black rectangle under the sprite but here’s a much easier fix:

To fix this, you can draw the screenshot with the blend mode draw_set_blend_mode_ext(bm_one,bm_src_alpha_sat);
which will ensure that the sprite drawn has its alpha set to 1 (= no transparency).



0 comments

Loading...

Next up

A new invention lets you create shinies?!

Abstráctomon Screenshot (+GIFs! )Update July 29, 2020

You might get a wet surprise while digging with the shovel! These fountains while lift you up if you stand / swim over them. Here it will take you onto an otherwise inaccessible ledge. Neat!

Taking pictures of wild Abstráctomon in "Abstráctomon Venom Violet Version" by U-GameZ (WIP | GM8.1)

These fluffy snow monkeys are Abstráctomon No. 97 & 98 [ENG] Chillchim / [FR] Makrouler / [GER] Makuller and Lenzo.

They're Ice/Grass types. They love snow, but no signs of snow in my area yet. Maybe in February?

Photographed Abstráctomon now cast shadows!

Here are some zoomed out screenshots of some areas from the upcoming game Abstráctomon by U-GameZ.

The first Abstráctomon of your team can now follow you around! I'm currently working on this little feature. In screenshot 2 and 3 you can see a new variant of tall grass for beaches.

Here's my progress with the automatic island generation so far. Beaches, grass and ponds work now. It works with pretty much any source image size, but the larger the image, the longer it takes to generate the island. Next I'll try to add some elevation.

You can now let one of your Abstráctomon follow you around (still a little buggy). They can swim, too.

The game now shows a small screenshot with the time, date and the name of the location you saved in when saving or loading a save file.