Looks great, I’ll check it out, thanks!
- 4 Posts
- 55 Comments
I don’t know the “right” answer, but I set it so if you hit something, it plays out some checks similar to as you described:
-
If we collide with something but its only waist high, then we will have the player stop the grapple and attempt to vault over whatever it is.
-
If we collide with something and its more than waist high, then we wait for a very small delay and see if we made any progress towards our destination. If not, end the grapple because something is in the way.
-
Ignore all collision damage otherwise when grappling. Either we get stopped on the way and give up, or make it and then end the grapple.
… And last but most horrible of all:
- Do a completely different set of checks if the player is underwater when the collision happens.
All my games are janky though so I don’t think this is some ideal setup.
Edit: Cleaned up the collision damage part as I thought I handled it differently.
-
A video game, but I do like the idea of spellcrafting in D&D.
I think there are some official rules for it but I’ve never played a game where it happened.
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•What would happen to a single human if they were put into the jet of a quasar?26·2 days agoThey would no longer have to pay taxes.
I unironically would love to make a game where you make advanced spells like this.
Just without Arcane Overflow and their overzealous wizards.
Oof, this reminds me of a personal experience.
Me: Oh this grapple system is easy, we’ll just push the player’s vector towards the destination vector.
Game: Oh but there’s a small object in the way that cannot be moved. This will make an immense amount of collision data per tick.
Me: Can’t we just ignore-
Game:
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•What's the weirdest thing you ever saw someone do in their kitchen?38·3 days agoOpened their fridge and took a sip of ketchup straight from the bottle.
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•Who is a celebrity you used to really like, but don't anymore?12·3 days agoI’m pretty sure she still writes books.
Though she’s been writing some Netflix animated series lately.
Justdaveisfine@midwest.socialto linuxmemes@lemmy.world•My experience with Discord on Linux129·4 days agoIn all honesty I just use the browser now as that’s been the best experience with Discord for me.
Your concerns are valid - Every time an instance goes under you’ll always have some people that will just leave entirely. Though you would have to have a lot of instances burned to see Lemmy as a whole basically stop happening.
As for long term, that’s difficult to predict, but you can say that about any site.
Justdaveisfine@midwest.socialOPto Lemmy Shitpost@lemmy.world•Everyone keeps posting this one so now its my turn25·4 days agoMe this morning, apparently
I think this will be the nature of the fediverse, with instances coming and going. I don’t think you can rely on volunteer labor and donations to keep things running indefinitely.
I also don’t think this is inherently a bad thing, just a quirk of the design.
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•Who is a celebrity you used to really like, but don't anymore?16·4 days agoI got about a dozen YouTubers and streamers that fit in this box.
It seems to be inevitable. They either stop posting or streaming, or they reveal themselves to be kind of messed up.
I actually don’t know, I stole this meme from some bird people.
I will try to track the og poster down and ask them for the source, as I am now curious as well.
This is really improper horse riding technique. Its nearly essential to yell ‘yee haw’ when doing any sort of horseback loop.
I also didn’t hear any “Whoa there” but that one is highly situational so may not apply.
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•What’s an unspoken rule that absolutely everyone should know, but most people clearly don’t?2·6 days agoThat is partially what inspired me to post this. A lot of business advice I have gotten has been staggeringly bad.
I realize most people have worked at a business and should know a thing or two about how it works, but I don’t think many consider the huge differences between their workplace and how a small business operates.
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•What’s an unspoken rule that absolutely everyone should know, but most people clearly don’t?89·6 days agoHere’s a weird one:
Don’t offer advice unless its something you have some experience with.
Googling someone’s issues and giving them a boilerplate answer from the first thing you find isn’t helpful and can actually be a hinderance more than anything.
Justdaveisfine@midwest.socialto Ask Lemmy@lemmy.world•Are we drinking out of lead cups? (informationally speaking)43·7 days agoYeah, probably.
Because of many factors, we’re seeing an erosion of the ‘third place’ which has been somewhat replaced or supplemented by the internet.
But now the internet is turning into a watchdog which desperately wants to monetize you, or direct you towards something that it can monetize.
Its hard to say while we’re in the middle of it, but I’m going to assume fifty years from now people will say we took privacy for granted and didn’t realize how influential algorithms really were.
I see there are some homebrew modules out there that add spellcrafting but they’re more or less point buy systems.
I could kind of see it as I think you’re describing, in that you make a spell with a bunch of spell symbols/glyphs that modify it, but each one of those cost components.
Hmm this is worth scheming on.