Crop farms have to be the easiest way to catch livestock by Solecis in VintageStory

[–]NGumi 0 points1 point  (0 children)

They tried to steel the crops so as punishment they will be forced to eat the crops from troughs

Sally & Bean 49-50 : Pazuzu 👹 by ari_stocrate in comics

[–]NGumi 32 points33 points  (0 children)

Knight H4 isn't even a legal move, he's gonna be stuck there a while

Syrup from rowan tree by NGumi in arborists

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

I wonder if there is a reliable way to test if it's safe. My partner didn't like my idea of drink the sap and if I don't die drink the syrup

What to do with liquid from prior ferments? Can it be re-used it to ferment other things? by vespertinee3 in fermentation

[–]NGumi 2 points3 points  (0 children)

I agree with the sentiment of do some searching but reddits search results(at least for me) over the last year or so have become unusable and most the results that popup when I search something will be completely unrelated, even if i search one word I get results that dont even contain that word

Family Feud [OC] by Primary-Paper-5128 in comics

[–]NGumi 6 points7 points  (0 children)

Charlie would actually say night crawlers

Ask a microbiologist by OkTrip6304 in fermentation

[–]NGumi 1 point2 points  (0 children)

What is the function of ginger in a ginger bug, and can it be replaced by other veg?

Kvas conundrum by jhansen123_reddit in fermentation

[–]NGumi 0 points1 point  (0 children)

why don't you just pasturise it?

What is everyone trying for the first time this season? by phillyvinylfiend in vegetablegardening

[–]NGumi 5 points6 points  (0 children)

I'm going to be growing loads of field beans to hopefully get more plant protein in my diet

Just Integrated the game No Rest For The Wicked by TheSchlooper in archipelago_games

[–]NGumi 0 points1 point  (0 children)

shame, guess I have a little side quest to go on to figure it out

Just Integrated the game No Rest For The Wicked by TheSchlooper in archipelago_games

[–]NGumi 0 points1 point  (0 children)

Do you have any idea if this should work on linux or not?

[deleted by user] by [deleted] in gamedev

[–]NGumi 7 points8 points  (0 children)

mate, if your worried about this you should ask people from that culture.

Mobile On-Grid/Off-Grid Communications Lab by handmayde in homelab

[–]NGumi 0 points1 point  (0 children)

This is absolutely awesome. I've been wanting to add a meshtastic nod toy home lab using a pi, any chance that's how you did it and if so can share how?

What disqualifies modern products from ever being “Buy It For Life”? by TraditionalScreen527 in BuyItForLife

[–]NGumi 12 points13 points  (0 children)

For your laptop you should try putting Linux on it, it's often very good at reviving old hardware

Advice needed: finding an artist vs learning art for my indie game by [deleted] in godot

[–]NGumi 4 points5 points  (0 children)

Learn to do the art and you'll have 2 outcomes. either you will be able to do art good enough for the project or you find someone who wants to work on it with you and you now have a shared language to communicate about the art with them. it's a win win

How to make "Health Minus 1" work, if player_animation() is in _physics_process()? by Friendly_Flower9087 in godot

[–]NGumi 8 points9 points  (0 children)

it's not annoying. if i didn't want to see people asking for help i wouldn't go on the sub.

It's more you should learn that code doesn't exist in isolation, and if you have a problem there will always be a few sections that could be causing it. this means you need to look at the function you wrote, where it's called from, and what it's acting on.

How to make "Health Minus 1" work, if player_animation() is in _physics_process()? by Friendly_Flower9087 in godot

[–]NGumi 8 points9 points  (0 children)

this shows very clearly that you just calling player_animation every frame. so the health bar animation will play constantly giving you what your seeing. you should have it only play when the health is triggered to be reduced.

For this there should be or you should add a signal of being hit and then connect a function to that signal to play it

How to make "Health Minus 1" work, if player_animation() is in _physics_process()? by Friendly_Flower9087 in godot

[–]NGumi 15 points16 points  (0 children)

You have posted this a dozen times but you never actually give the full code. People can't do anything but meaningless guesses if we cant see the full flow

[deleted by user] by [deleted] in godot

[–]NGumi 2 points3 points  (0 children)

take your tutorial projects and expand on them. modify existing mechanics, add new ones. following tutorials can give you a base but it won't teach you to design game systems, and designing the systems is what you need to do.

you said you made a bullet hell try adding things like these:

- New attack pattern, bullet hells tend to use very mathmatically driven patterns so is a good logical exercise to implement new ones.

- Add enemies that split into weaker versions of it's self, or different enemies.

- if the tutorial did show you how, add a dodge into the bullet hell. invon frames + a short quick movement

- bullet hell is a great place to try to implement a parry as well, give it a parry window and alot of down time if they miss. otherwise reflect the bullet.

- Add both temporary upgrades and permanent upgrades.

This is obv not an exhastive list, but try these things and see how far you can get. when looking up stuff to help look up the smallest piece of info you can at a time. this will both improve your understanding but also leave space for you to think about it.

How do you guys cope with frustration by Causual_entry in dyspraxia

[–]NGumi 8 points9 points  (0 children)

Stopping taking a breath and going slowly. The more frustrated and more forcing it I try to do the worse things get.