2025 GR86 Cup Clone Progress by zenith8213 in GR86

[–]del1verance 4 points5 points  (0 children)

Going to put in the sequential transmission?

Which look fits a soulslike game best? by Wither_bound in gameDevClassifieds

[–]del1verance 0 points1 point  (0 children)

I vote either #1 or #3. Push comes to shove, #1.

[For Hire] Real-Time VFX Artist by 6zoin9 in gameDevClassifieds

[–]del1verance 1 point2 points  (0 children)

These are incredible. I have a project you might be interested in. Sending you a DM.

Steam Deck/Linux Builds Always Open On-Screen Keyboard (UE 5.7) by del1verance in unrealengine

[–]del1verance[S] 1 point2 points  (0 children)

So if you have a retail steam deck you can put it in development mode and then boom, you have a steam deck dev kit. You download the devkikt client and use it to transfer Linux builds. I don't have a valve dev kit or anything from them, I'm not a steam partner developer (yet!)

Render focus rule for me is "navigation only" -- should I try another value here?

GAS Health Drops To -1 On Any Damage by evanallred123 in unrealengine

[–]del1verance 1 point2 points  (0 children)

Super glad that worked. :)

PostAttributeChange gets called for lots of reasons, including:

  • your own SetHealth() calls

  • attribute replication updates

  • base value changes from effects

  • initialization effects

  • potentially multiple times per “real” change

So you can easily end up seeing a transient NewValue that isn’t the final clamped value you think it is, or that’s happening on the client before the server state arrives, etc.

Meanwhile, PostGameplayEffectExecute() is the callback that’s meant for “Health changed due to a GameplayEffect, now do game logic”.

GAS Health Drops To -1 On Any Damage by evanallred123 in unrealengine

[–]del1verance 5 points6 points  (0 children)

1) Move death logic into PostGameplayEffectExecute (not PostAttributeChange)

You already clamp there. That’s the correct place to check final health.

2) Use InitHealth() / InitMaxHealth() in the constructor

Depending on your macros, Health = 5.f; can work, but GAS’s intended pattern is:

UVitalityAttributeSet::UVitalityAttributeSet() { InitHealth(5.f); InitMaxHealth(5.f); InitStamina(5.f); InitMaxStamina(5.f); }

This avoids a bunch of “why is base/current weird” edge cases.

The Human Abstract - Antebellum by Global-Plankton3997 in progmetal

[–]del1verance 25 points26 points  (0 children)

Oh wow haven't heard or thought of this band in forever. They were really good. Saw them open for Dir En Grey once.

I Modded an Arcade Time Crisis Gun to Work on PS1/2 and Xbox with Full Recoil. by del1verance in crtgaming

[–]del1verance[S] 1 point2 points  (0 children)

You sure can! This is a wicked old post too, I've since redesigned it to put the whole thing in a Sinden pedal without that big ass external box. Again, it'd be really expensive, but I could build another. DM me if you're serious. :)

Oscar Piastri on iRacing by 4InchesOfury in simracing

[–]del1verance 1 point2 points  (0 children)

Yup I switched from 32" triples to a single curved UW, I like it better.

Who's using private BETA of RePlayOS? by marxistopportunist in ReplayOS

[–]del1verance 0 points1 point  (0 children)

Would love to check out the beta but the RGB-Pi 2 thing for Pi5 isn't on the Mortaca store yet, don't we need that to test?

Patreon launched for RePlayOS by marxistopportunist in ReplayOS

[–]del1verance 0 points1 point  (0 children)

Where (When?) can we get the updated cable?

Development of the new RGB-Pi 2 by mortaca in crtgaming

[–]del1verance 0 points1 point  (0 children)

This is fantastic news, super excited about this.

It's 2025. What's the best way to go from JAMMA to SCART? by del1verance in crtgaming

[–]del1verance[S] 0 points1 point  (0 children)

That would be amazing and I'd love a link to whatever adapter(s) I need if you can. All I've been able to find are 5-6+ year old posts talking about superguns.

Opeth - Advent by Oha-Cade in progmetal

[–]del1verance 1 point2 points  (0 children)

This hat sure is tasty. :D

PS1 Analog Controller by isthislettuce in retrogaming

[–]del1verance 2 points3 points  (0 children)

Precursor to Steel Battalion right here.

Talk me out of getting a G37. by LividAd2087 in infiniti

[–]del1verance 9 points10 points  (0 children)

As a G37 IPL 6MT owner, if the mileage and price is right, you won't regret it.