nemmybun

joined 2 years ago
MODERATOR OF
[–] [email protected] 6 points 3 weeks ago (1 children)

I stuck with she/her because I haven't found anything else that fits me yet, and I don't mind she/her like I did the dead set

[–] [email protected] 11 points 3 weeks ago

That's relieving to hear. I don't want to start dreading my sessions

[–] [email protected] 6 points 3 weeks ago

Not always, though I think this is something that gets easier with help and practice. I don't always understand them but I'm better at identifying what I'm feeling and why after years of practice

[–] [email protected] 8 points 3 weeks ago

I used to just listen to stuff that's popular for approval from others but I find that I'm happier just listening to my niche, cringe music instead. It's okay to break away from normal and plus it makes finding someone else that shares your tastes that much more exciting

[–] [email protected] 18 points 3 weeks ago (3 children)

electrolysisOkay so first I take back everything I ever said about electrolysis hurting less than laser. My skin is so angry right now

Pain ratings by area:

Upper lip, above lip line, towards outside width: omori-neutral

Upper lip, closer to philtrum: agni-pain

Philtrum: aubrey-pain

Philtrum, closer to nose: peppino-scream

Upper lip line: bocchi-glitch

Cupid's bow lip line: john-agony

This is supposed to be the most painful area so I hope the rest isn't as bad.

[–] [email protected] 2 points 4 weeks ago
[–] [email protected] 5 points 4 weeks ago

Yeah I posted it in the gamedev community a few months ago: https://hexbear.net/post/2837024

Nice! More old games need to not run like dogshit, you'd be doing a valuable service in this alternate universe

[–] [email protected] 5 points 4 weeks ago (2 children)

Yeah I wish the programming socks felt natural to me. I somehow hammered out a game on godot (that kinda falls apart with no warning) in a few weeks when I first got my adderall but I had a lot of examples to follow and I also learned after that I did some things very, very wrong lol. I haven't been able to get the same energy.

It'd be cool to do romhacks or something though. There's a lot of old games that I know, on a conceptual level, how I would "remaster" but I would get lost and discouraged trying to do it

[–] [email protected] 8 points 4 weeks ago* (last edited 4 weeks ago) (5 children)

I used to watch long vids on how NES/SNES renders graphics and uses audio systems and memory registers and so on even though I'll never use this knowledge. I've also watched way too many videos on math topics for someone that claims to avoid math. I guess the brain wants what it wants shrug-outta-hecks

[–] [email protected] 11 points 4 weeks ago

I had exactly one experience with a man when I was questioning and the answer was "never men"

[–] [email protected] 6 points 1 month ago

Add Wretched and it's a Fanoninomenon

48
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

There was discussion about people wanting cat hearts with various pride flags so I made this set. I decided to put them all in a single post instead of spamming the comm, hope that's okay

All emoji should use the following keywords and if needed I added extra keywords specific to each emoji

keywords: heart, meow, love, care

:cat-rainbow:

additional keywords: lgbt

:cat-gay:

:cat-lesbian:

:cat-non-binary:

additional keywords: nb, enby, nonbinary

:cat-bi:

additional keywords: bisexual

:cat-ace:

additional keywords: asexual

:cat-pan:

additional keywords: pansexual

:cat-intersex:

:cat-aro:

additional keywords: aromantic

:cat-demisexual:

:cat-polyam:

additional keywords: polyamory

:meow-hug-trans:

additional keywords: support, trans

 

Now in it's own post as requested so everyone outside the mega can enjoy too. Here's to another year!

75
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Sorry for the dark photo, I didn't want to wake him up lol

 

A little over 2 weeks ago, I had once again started working with Godot, determined to finally learn the software so I can bring my many game ideas to life. And then I stumbled and failed as I usually do as my ideas were lofty and my skillset meager. I think it was the Mark Brown video that finally made the (obvious in retrospect) idea sink in that there was no way I can do the more complex games I wanted to make without first having made a bunch of simpler projects to nail down the fundamentals. So instead of trying to follow a grand plan, I just opened up a old tutorial I did and started adding stuff purely by vibes. And it fucking worked because after 2 weeks of intense hyperfocus I was able to put together an actual game that works (so far) and has most of the basics of the genre! Sure it's only 5 minutes long and full of stolen assets but I'm still very pleased with the outcome.

I started with the GDQuest Vampire Survivors tutorial and first decided to change out the graphics and give it a theme. What would be an amusing communist theme? Stalin crushing hordes of fascists. I decided to use Metal Slug assets for most of the characters and weapons (which had the bonus of getting a lot of practice in with animation because holy shit those spritesheets are huge). After I changed the graphics, I gave the solider a death animation instead of just disappearing. I thought the same death every time was boring since the soldiers had so many death animations in Metal Slug, so I made a system for randomly choosing a death scene each time. Then I got nostalgic for cheat codes from old games so I figured out how to add a text input box and made some effects for code matches. Every time I got bored or frustrated with an element I was working on I would come back and add another cheat, sometimes even it was just a bit.

And it sort of fed into itself after that. I went back to the soldier. I wanted an leveling system, so first I needed gems to fall from defeated enemies. Those gave XP which needed to be tracked, then I needed to trigger a level up screen where random options can be chosen. It started with a basic screen where 3 upgrades could be chosen. Then I added dummied weapons into the mix. At first the options could be infinitely chosen, but I was able to limit each option to 5 levels, which each level being a unique upgrade.

I got bored of working on that so I went back to enemies. I made 2 new variations: ones that I thought could have interesting attacks (though I never got around to adding an attack for the pirate variant). Since I didn't want them to appear at the start, I made a game timer and assigned a difficulty counter that increased every minute that changed the enemy loadout and spawning ratios. With all this game info to be tracked I created a UI to track important info. Then I made a boss with multiple attacks, 2 phases, adds, and a custom health bar.

I was creating larger challenges but with my hero only shooting a simple gun, it was time to add weapons. I added 7 in total. An 8th was originally planned for parity with the 8 upgrades, but I never got around to fully implementing it lol.

Then it was just some polishing left, so I added a title screen, credits, game over screen, music, and any sound effects I didn't get around to adding yet. Oh and options, so volume levels and fullscreen mode could be adjusted. And then any last passes for animation adjustments, bugfixes, sound balancing, etc.

I probably did more that I mentioned because it all starts to blur together towards the end. It's still a little janky in areas and I'm sure a lot of my methods and solutions are inefficient but in the end, it still seems to work and that's good enough for a learning project

Here's some screenshots!

Title screen:

Swarmed by enemies:

Using the "gorbachev" cheat:

Level up overlay:

Boss fight:

I have a packed exe that I can put up on a file sharing site if that's allowed here and anyone expresses interest in trying it out

Links to the game:

Windows version

Linux version

 

Brain hurty but I'm gonna keep at it

 

Hi all, I've completely run out of money and I have a couple needs coming up soon. I need to pay my phone bill and my partner needs to send off time-sensitive documents for their disability claim soon. I think I should be able to get by with $30.

27
Who is she? (hexbear.net)
 
 
 
9
We happy (hexbear.net)
 
 
view more: next ›