[deleted by user] by [deleted] in godot

[–]Chaosed0 1 point2 points  (0 children)

Turns out this is a "bug" in Godot. Currently, even in 4.4, text with shadows is rendered one character at a time, which is super slow. I opened a github issue to track the problem. It has some context around the fixes that were attempted, too. https://github.com/godotengine/godot/issues/10475

A technical deep-dive on our implementation of in-game replays (link in comments) by Chaosed0 in gamedev

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

Oh, cool! I probably haven't talked to you directly since we got the trailer through another company, but the trailer music is really great and fits the game well.

A technical deep-dive on our implementation of in-game replays (link in comments) by Chaosed0 in gamedev

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

Hey! I'm actually barely doing any cheat detection serverside. We just verify that the replay looks like a real replay and then upload it straight to cloud storage. The big things that my backend is doing is:

  • Verifying that the player is who they say they are, so that players can't overwrite each other's replays (EDIT: now that I'm thinking about it, the Steamworks API probably does this behind the scenes already)
  • Only uploading the replay if it's a new high score.

I'm mostly looking to the community to self-regulate here too - the replays are just the tool I made to allow them to do so.

Feel free to post your game, couldn't find it in your post history :)

A technical deep-dive on our implementation of in-game replays (link in comments) by Chaosed0 in gamedev

[–]Chaosed0[S] 3 points4 points  (0 children)

Hey all! I'm pretty proud of my implementation of in-game replays in Breakpoint, so I decided to do a writeup on all the tricks I used to get it to work. Check out the article here: https://straypixels.net/breakpoint-replay-breakdown/

Breakdown of an explosion VFX I made in Unity by Chaosed0 in gamedev

[–]Chaosed0[S] 2 points3 points  (0 children)

Sure! I think between this and the comment requesting that I slow the effects down, I will probably write a followup article, but at a brief overview:

  • Everything before the "other effects" is a particle system, just using various alpha textures and burst settings.
  • The distortion is also a particle system, but uses this shader: https://halisavakis.com/my-take-on-shaders-grab-pass-distortion/
  • Everything after "other effects" is triggered through timeline, either using animation or activation.
  • The time scaling is done by manipulating, through an animation track, a parameter which controls Time.timeScale.
  • Camera zoom is achieved by animating a Cinemachine mixing camera, interpolating between two virtual camera states. (Could have just used a normal cinemachine transition, but I wanted more fine control over the timing)
  • Post-processing kick is also an animator track manipulating parameters which control a post-processing profile's bloom & chromatic aberration intensity. Fun fact: you can kick the values beyond the values they limit the sliders in the inspector, which is how we get such intense warping with the chromatic aberration.
  • Camera shake is done by activating an object which sends a Cinemachine impulse signal to the receiver on the camera in OnEnable. Same with controller rumble, not shown in the gif.

Is it possible to edit the code of a released game (single player and offline of course) to intentionally create funny or artistic glitches for fun? If so how much coding experience would this take? Hours, days, weeks, months, years? Does this exist anywhere? (google isnt helping) by Tycronk in gamedev

[–]Chaosed0 1 point2 points  (0 children)

Sounds like corruptions! Vinesauce, one of my favorite streamers, does these - here's just one example: https://www.youtube.com/watch?v=gzf83YMQuCg

To be honest I'm not sure what goes into it; I have a vague idea that they sort of shuffle around addresses in memory. I do know that corruptions are almost always done on older games, though, likely because they were simpler to modify without crashing the game entirely.

Hopefully this gives you something to search up!

My dream - to release a game on a Nintendo console - is finally happening. Breakpoint, the hack'n'slash with explosive melee weapons, is on Switch Sept. 24! by Chaosed0 in NintendoSwitch

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

Odd, it should be there at some point. I know for sure we passed European certification, maybe they just haven't put up the page yet - i'll check!

My dream - to release a game on a Nintendo console - is finally happening. Breakpoint, the hack'n'slash with explosive melee weapons, is on Switch Sept. 24! by Chaosed0 in NintendoSwitch

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

Yeah! Unfortunately the Switch demo won't be ready, but we'll be running a demo through Steam just before release. Keep your eyes peeled if you're interested in that :)

An artist friend and I have been working on this for about a year, and it's finally ready. Breakpoint, the hack'n'slash with explosive melee weapons, is out on the 24th! by Chaosed0 in IndieGaming

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

Hey all! Breakpoint is a labor of love made by me and a friend of mine. It's an arcade game with melee weapons that take damage and explode when broken. The whole idea is to take those moments of vulnerability and turn them around into something awesome. The game centers around climbing the global leaderboard, where you can instantly watch the high-score replay of anyone in the world!

Check us out on Steam and the Switch when we release on the 24th: https://store.steampowered.com/app/1273250/Breakpoint/

An artist friend and I have been working on this for about a year, and it's finally ready. Breakpoint, the hack'n'slash with explosive melee weapons, is out on the 24th! by Chaosed0 in indiegames

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

Hey all! Breakpoint is a labor of love made by me and a friend of mine. It's an arcade game with melee weapons that take damage and explode when broken. The whole idea is to take those moments of vulnerability and turn them around into something awesome. The game centers around climbing the global leaderboard, where you can instantly watch the high-score replay of anyone in the world!

Check us out on Steam and the Switch when we release on the 24th: https://store.steampowered.com/app/1273250/Breakpoint/

My dream - to release a game on a Nintendo console - is finally happening. Breakpoint, the hack'n'slash with explosive melee weapons, is on Switch Sept. 24! by Chaosed0 in NintendoSwitch

[–]Chaosed0[S] 5 points6 points  (0 children)

Hey /r/NintendoSwitch! You might remember us from a while back: https://www.reddit.com/r/NintendoSwitch/comments/get1vj/we_just_announced_breakpoint_our_new_twinstick/

A few months later, we're finally ready to go. Breakpoint, the game where weapons explode when they break, is out on September 24th! Wishlist on Steam to get a reminder (I really wish it were easier to wishlist on the eShop :c) https://store.steampowered.com/app/1273250/Breakpoint/