Gamedev

glassbottommeg,
@glassbottommeg@peoplemaking.games avatar

As someone who essentially went indie because of Indie Game The Movie, this is a sorta heartbreaking read: https://www.polygon.com/24162580/indie-game-the-movie-rewatch-fez-braid-super-meat-boy

raptor85,
@raptor85@mastodon.gamedev.place avatar

@glassbottommeg phil fish was kinda notorious, he got semi "famous" in the indie-dev scene before even releasing a single game (and receiving loads of outside funding and help for his ) then was basically just an up his own ass prick to everyone after that (when he wasn't ranting about his LSD/ketamine dreams or how much he hates anything japanese). This wasn't new to after the movie, he was like that in 2008.

raptor85,
@raptor85@mastodon.gamedev.place avatar

@glassbottommeg blow wasn't nearly as bad, and didn't really hang around online like fish did, he was just kinda a jerk to everyone anytime someone had an interaction and put down anyone else's games he saw, and not constructively, so he was just kinda this snobby rich "ideas guy" well before the movie.

Don't think anyone has a problem with McMillen though, he's always seemed a pretty normal, nice guy who just happens to make really messed up games, not surprising he's the one still succeeding

LMG3864,
@LMG3864@mastodon.gamedev.place avatar

Today's Potatostrike progress report:

  1. All unlockable Potatoes have been added to the game. There's a total of 4.
  2. You can select the Potato you want to use in the new Potato selection menu. You can also see how to acquire new Potatoes here!

azrhyga,
@azrhyga@mastodon.gamedev.place avatar

@LMG3864 Great!! Good job making it!!

bug,
@bug@fosstodon.org avatar

Implementing stairs climbing in a video game seems to require a PhD. I wasn't ready for that 😭

https://github.com/godotengine/godot-proposals/issues/2751#issuecomment-2143143439

bug,
@bug@fosstodon.org avatar

The good thing from all of this is that it gave me ideas on how to glitch exploit through walls in video games

gord,
@gord@peoplemaking.games avatar

Just in time for Steam , got a new trailer up for Moving Houses. What do you think? https://www.youtube.com/watch?v=vjpXyph3rqs

glassbottommeg,
@glassbottommeg@peoplemaking.games avatar

@gord This is solid!

Only real feedback I can office is, instead of starting the lower left text as seeming like an actual "from the studio who-", lean into the gag faster. Try to be in at least slightly obvious gag territory by, I dunno, the 10 second mark at least? Ideally 5s.

gord,
@gord@peoplemaking.games avatar

@glassbottommeg fair yeah!

asfunasfun,
@asfunasfun@mastodon.gamedev.place avatar

BRODUCE | WIP 🚧🏗️
#gamedev #lowpoly #godot #pixelart

video/mp4
video/mp4

silverspookgames,
@silverspookgames@mastodon.social avatar

A Big Rotten Apple is dying, new civilization struggles to be born. Can a confused robot marine, a goth alien hacktivist, & time traveling survivors of an aborted future succeed this time? Find out in Neofeud 2!
https://silverspook.itch.io/neofeud
https://store.steampowered.com/app/673850/Neofeud/ #indiegame #indiedev #gamedev #cyberpunk

City filled with homelessness juxtaposed against a different city

silverspookgames,
@silverspookgames@mastodon.social avatar

"Neofeud is hands down the best point and click adventure game ever" --Steam reviewer
https://silverspook.itch.io/neofeud
https://store.steampowered.com/app/673850/Neofeud/

partnano,
@partnano@mastodon.gamedev.place avatar

I really hope short-form hasn't run its course. But why should it really? I think it's more something that needs to be taught to players more, as not every game needs to be hours and hours of runtime!

jupiter,
@jupiter@mastodon.gamedev.place avatar

How to indent? (also has switched parameter orders, part of the experiment)
(Poll in next Toot)

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@jupiter B immediately jumps out as “comforting” 😅

fabraz,
@fabraz@mastodon.gamedev.place avatar

The best part about game dev is that a random line of code or some random stone asset could be a "load bearing wall" and the entire game will stop working when you adjust it in any way.

No one will know why and no one will touch it. It will ship this way.

raptor85,
@raptor85@mastodon.gamedev.place avatar

@fabraz not exactly a shipped bug that I have no idea what was causing it, but just two days ago I had an issue where one particular wall in my test level would just be...gone, but only in the release build, everything was fine in debug. Those are always the most fun to hunt down. (Eventually tracked it down to a duplicate variable declaration from a copy/paste that was being stripped by -O3 but under -O0 was acting as a local variable)

smitner,
@smitner@mastodon.gamedev.place avatar

Now we're cooking! Shown here is the interaction between different subsystems - I'm using the Command Pattern which makes implementation pretty straight-forward.

Next up is finding an interesting way to limit the undo feature - Any ideas?

video/mp4

smitner,
@smitner@mastodon.gamedev.place avatar

@jake4480 Cool idea! So something like filling it up when you move X steps?

jake4480,
@jake4480@c.im avatar

@smitner exactly! Slow fillup too, it can be, just to kinda limit it. But whatever makes sense/seems fair haha

maxim,
@maxim@mastodon.gamedev.place avatar

Today in Unreal Engine 5, I finally did it… Niagara System on GPU without event collision. I transfer the position of the collector to Niagara, calculate the distance there, and through the Export Particle Data to Blueprint module catch the supposedly collision, which I count as a particle collected, on the emitter side the Kill Particles module does a similar check

#gamedev #vfx #gameplay #gamedesign #UnrealEngine5 #gaming #scifi #UnrealEngine

video/mp4

mehdi_benadel,
@mehdi_benadel@mastodon.balamb.fr avatar

@maxim Niagara script is such a nightmare to write. I wonder why it had to be different from blueprint and shader logic actually

maxim,
@maxim@mastodon.gamedev.place avatar

@mehdi_benadel I don't have any experience at all, I've been learning the engine for 3 months, but simple complex things can be done with simple approaches... I agree, writing custom modules in Niagara is difficult

glassbottommeg,
@glassbottommeg@peoplemaking.games avatar

If the massive push to buy everyone out resulted in the first major locus of unionization in games, that would be poetic https://www.gamesindustry.biz/zenimax-staff-now-included-in-microsoft-and-cwas-labour-neutrality-agreement

dougbinks,
@dougbinks@mastodon.gamedev.place avatar

Another Interesting But Wrong bloom filter in Avoyd Voxel Editor.

dougbinks,
@dougbinks@mastodon.gamedev.place avatar

@sol_hsa NTSC VHS mode.

juulcat,
@juulcat@mastodon.gamedev.place avatar

@dougbinks I'd love it if you made it a feature 😄

VirtualRook,
@VirtualRook@mstdn.games avatar

I can't believe I haven't posted this here yet!

I FINISHED MY FIRST GAME JAM!!! I'm extremely lucky to have had a wonderful team, and I think our game fluffulis is really pretty amazing for the short time we had to make it! I would love to hear what you think of it if you give it a try ❤️ #gamedev #unity3d #unity #3D #blender3d

https://nizitowns.itch.io/fluffulis

maxim,
@maxim@mastodon.gamedev.place avatar

New experiments with Unreal Engine 5, Niagara. A prototype of a magnetic device for collecting various bio material. I have a lot of gameplay ideas where it can be used and how: plants, insects, crafting, fuel or things to scare away creatures... Maybe you will have ideas too?

video/mp4

maxim,
@maxim@mastodon.gamedev.place avatar

@jzillw Yes, that occurred to me too, it can also do it, but for this it is necessary to transfer the information of collisions between niagara and the blueprint, but I would do it in a different way, through decals and render texture

maxim,
@maxim@mastodon.gamedev.place avatar

Similar mechanics can be done without the use of Niagara. According to the principle of a gravity tool, as in Half-Life 2. Check the collision over a large sphere, then transfer the force to the objects to move to the tool point. Check another collision (small sphere) to stop physics objects and make them children. When the effect of gravity is turned off, enable physics for objects and change the parent

  • All
  • Subscribed
  • Moderated
  • Favorites
  • gamedev
  • khanakhh
  • magazineikmin
  • mdbf
  • GTA5RPClips
  • everett
  • rosin
  • Youngstown
  • tacticalgear
  • slotface
  • ngwrru68w68
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • tester
  • JUstTest
  • ethstaker
  • cubers
  • osvaldo12
  • cisconetworking
  • Durango
  • InstantRegret
  • normalnudes
  • Leos
  • modclub
  • anitta
  • provamag3
  • megavids
  • lostlight
  • All magazines