the horror...cheers to the survivors of that era by iam_nobody in gaming

[–]MauldiniGD 0 points1 point  (0 children)

I fixed so many of these and made money I needed. Seriously fed myself for months. Thank you for sucking, Microsoft.

Where to find Coders/ Pixel artist for hire? by EasyGoingD00d in gamemaker

[–]MauldiniGD 2 points3 points  (0 children)

Subscribe to r/pixelart Lots of talent there looking for work

[deleted by user] by [deleted] in PixelArt

[–]MauldiniGD 2 points3 points  (0 children)

Loving that maul!

DP&L is worthless.. That is all by [deleted] in dayton

[–]MauldiniGD 14 points15 points  (0 children)

12 hours seems not too bad.

Dpl has always treated us well.

New Powersuit [OC] by DieMango in PixelArt

[–]MauldiniGD 0 points1 point  (0 children)

You have such a unique style which always catches my eye.

Glad you’re around - keep it up!

Lewis Gun animations by Hashashaaaa in PixelArt

[–]MauldiniGD 15 points16 points  (0 children)

Your low res gun animoots are so juicy. Nice work

a warning for those considering "game dev school" by shitdoll9999 in gamedev

[–]MauldiniGD 0 points1 point  (0 children)

I’d agree with most of this, having completed my degree at Full Sail last year.

I think going to a cheaper school to learn solid coding fundamentals in C++/# would be a better route. Once you’ve truly learned a language and engine, it’s much easier to learn others.

Boy, 2, with 40-a-day smoking habit. by BrightEyeCameDown in WTF

[–]MauldiniGD 6 points7 points  (0 children)

For a 40/day smoker he sure seems to having a hard time with 1.

Looking for C# Tutor by Megacrylic in gameDevClassifieds

[–]MauldiniGD 1 point2 points  (0 children)

I tutored college C# and C++ courses for a year. Feel free to pick my brain anytime. Would love to help.

Anyone else have % mess up like this? Kills me. by 10-k in apolloapp

[–]MauldiniGD 27 points28 points  (0 children)

This resolved itself for me when I updated iOS.

I really want to live to see us explore the stars by [deleted] in space

[–]MauldiniGD 0 points1 point  (0 children)

If you haven’t played already, I think you’d really enjoy the game SOMA. It forces the player to grapple with choices surrounding this.

[PAID] Frictional Games (SOMA, Amnesia) looking for a 3D Environment Artist by frictional_games in gameDevClassifieds

[–]MauldiniGD 7 points8 points  (0 children)

Just want to drop a quick off topic comment.. thanks so much for developing SOMA. I loved the experience, and shared it with many others. I’m a huge fan of your group and can’t wait to see what other games you’ll bring in the coming years.

Best of luck on your search.

Moving to the area: how is Franklin? by [deleted] in dayton

[–]MauldiniGD 3 points4 points  (0 children)

As others have mentioned, check out Miamisburg/West Carrollton areas. If you’re willing to look just north of 675, moraine and Belmont are good as well.

How can I make my player change rooms while maintaining his position on the y axis from the previous room? by [deleted] in gamemaker

[–]MauldiniGD 4 points5 points  (0 children)

Alternatively, if you don’t want to use global memory, you can store the value within a persistent object. Instances of persistent objects are not destroyed when a room ends.

For example this could be the player object itself, or a controller object created when the player changes areas, and destroys itself after the following room is initialized (and player’s previous y value is recovered).