Advertisement · 728 × 90

Posts by Final Defect

Hey, great to hear it resonated! :) I'm working on the AI behavior and combat at the minute, hoping to get a playable demo up over the next 3-6 months (eyes on Steam Next Fest in Oct).

11 months ago 1 0 1 0
Video

Something more surreal. This is another one of the in-game virtual spaces, a kind of procedural wasteland.

These spaces are a lore-friendly way for me to create environments without being constrained to the game's much more grounded physical world.

#UnrealEngine #indiegame #indiegames

1 year ago 14 3 0 0

I'd make it optional and go wild. I personally disable the crosshair if I can ADS, and if I do use a crosshair I always replace gun-specific versions for a simple dot if I can.

I don't think you can go wrong if you add stuff like this to the options menu.

1 year ago 0 0 0 0

We are seriously overdue another first-person Red Faction!

1 year ago 1 0 0 0
Post image

Will start updating more often when I have gameplay to show. In the mean time..

- More environment design (Mountain West USA)
- Procedural world generator (using UEs PCG)

#unrealengine #indiegame #indiegames #solodev

1 year ago 14 4 1 0

Hi! It's an auto feed based on tags #indiegame and #indiegames, so your posts will be included if they have those tags. However, it is sorted by most likes/reposts and so it won't be at the top of the feed unless it picks up enough engagement.

1 year ago 8 2 0 0

Yeh, I don't get the strict multiplayer aspect of it. I do think an optional co-op imsim could work where SP is still the main show, which is why I'm building it into mine.

It's interesting because we don't have much to go on with mp, we need more fleshed out attempts at it.

1 year ago 3 0 0 0

Not sure any more space, another UE game dev here 🤚

1 year ago 0 0 0 0

And a Top Unreal Engine feed:

bsky.app/profile/did:...

#unrealengine #ue

1 year ago 1 0 0 0
Advertisement

Top Indie Games feed is now working and shows the top posts over the last few days:

bsky.app/profile/did:...

This is complementary to the other indiegame feeds such as Indie Devs and Games, which post the latest content:

bsky.app/profile/did:...

#indiegames #gamedev

1 year ago 5 0 2 0

Yeh, somewhere around toggle physics, I think the node you're looking for is Set Collision Enable.

1 year ago 2 0 1 0

It does look like a collision issue between object and character (capsule?). What happens if you disable collision on the object when you attach? Long-term solution would probably be a collision channel so object/char ignore each other when holding.

1 year ago 2 0 1 0
Make Optimized PCG GRASS in Unreal Engine 5 (Reusable Graph)
Make Optimized PCG GRASS in Unreal Engine 5 (Reusable Graph) YouTube video by Aziel Arts

On the performance side of things, this might be useful:

www.youtube.com/watch?v=Fifj...

I've mostly used PCG for placement of larger elements, not used it for grass as yet. I suspect that may improve in 5.5 with the new GPU features.

1 year ago 2 0 1 0

PCG is a game changer for solo/small teams. I love it.

Have a look at Massive World and Massive Village on the marketplace for more inspiration. And Procedural Minds on YT for buildings.

1 year ago 2 0 1 0

It's in a fascinating place of being both engineering and art.

1 year ago 1 0 0 0

Pretty much. The problem is it can get complicated very quickly when you start adding conditional dialogue.

You'll learn quite a bit by going through the BPs/code/docs/Discord of a decent premade system such as Not Yet: github.com/NotYetGames/...

1 year ago 0 0 0 0
Advertisement

Yeh something like that, similar to the vid of Control. I'd be interested to see how that affects the feel of it.

NP was just thinking aloud.

1 year ago 0 0 0 0

In your example the crosshair is delayed behind the object, how does it look/feel the other way around so the object drags behind the crosshair?

1 year ago 1 0 1 0
Control gameplay: Fun with telekinesis
Control gameplay: Fun with telekinesis YouTube video by PC Gamer

Looks good!

I'd be tempted to slow it down further and add a bit of bounce when changing direction. I quite like how Control does it:

youtu.be/-T0MdUMxjkU?...

1 year ago 1 0 1 0

I'm very excited to see what becomes of Core Decay :) it really does look like a spiritual successor to OG Deus Ex.

1 year ago 0 0 0 0

*TS technically transpiled to JS (for any experienced devs who care to correct me haha)

1 year ago 2 0 0 0

As much as I don't like the idea of starting on a bad programming language, it's probably a good thing. TypeScript is even more advanced because it involves static type checking and compilation.

There is a big difference in JS dynamically typed and interpreted, and TS statically typed and compiled.

1 year ago 2 0 1 0

It's unfortunate you can't really get away from JS on the frontend nowadays. Way back you could probably have a career in HTML/CSS alone.

It'll be the programming side of it, it takes literal years to build skills with programming. Painful but very powerful stuff once you get going!

1 year ago 2 0 1 0

Here is a place to start with git:

docs.github.com/en/get-start...

They're called version control systems (VCS), another common one is Subversion.

It seems like unnecessary complexity at first, the value is how each and every line can be backed up/referred to.

1 year ago 2 0 0 0
Preview
GitHub: Let’s build from here GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

It's a whole other rabbit hole, but if you plan to work professionally in software then you can't avoid it. You'll find most places use git via github.com.

The basic idea is after you save files, you "commit" them into version control and push them to a remote/backup location (github).

1 year ago 2 0 2 0

To add to this, get on version control (e.g. git). You'll want to get into that frame of mind sooner than later, any professional work will very likely involve version control.

1 year ago 1 0 1 0
Advertisement

It's worth trying at least one other (decent) programming language so you can see if it's JS or programming itself that is causing you problems.

There is no way around it, you have throw time into this stuff. My head was spinning for the first few years. You'll get there, just takes time.

1 year ago 2 0 1 0

Don't worry, JavaScript gives us all a headache 😅even those who have been using it for a long while.

1 year ago 4 0 2 0

Download a game engine and get going! I won't lie, it's seriously challenging work, but it's also incredibly rewarding once you find your feet.

The more time you spend with it the more you'll be able to do, very empowering stuff!

1 year ago 0 0 0 0

Ahh, more of a hobby then. I'm sure you'll have a lot of fun without the commercial pressure. You're pretty much only limited by your imagination nowadays, so many great tools and resources out there.

NP good luck with it! :)

1 year ago 1 0 1 0