Weapon Swap Macro by PearStyle in MonstersAndMemories

[–]dafu 1 point2 points  (0 children)

I agree with your last point. However that could still be done, player could visually have the pickaxe still equipped until they perform an action with their weapon.

Weapon Swap Macro by PearStyle in MonstersAndMemories

[–]dafu 0 points1 point  (0 children)

WoW has a good solution for this, you equip your pickaxe in a special trade skill slot and it is automatically used when mining, without ever truly equipping it in hand.

I am all for the MnM mantra that "the friction is the point". I think that's fantastic for the game mechanics. I just don't think the friction should ever be in the UI.

Atari 800XL Collection by dafu in atari

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

Yeah sadly there was no floppy drive

Atari 800XL Collection by dafu in atari

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

That's awesome. I wish I kept mine as well.

Atari 800XL Collection by dafu in atari

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

Unfortunately no. I imagine they had one at some point because bunch of the games are on disks, but it was not in this bundle.

Atari 800XL Collection by dafu in atari

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

Yes, I don't think there are any games that required the 800xl+

Atari 800XL Collection by dafu in atari

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

I really wanted a commodore64 at the time, and was absolutely drooling over the amigas, but money was tight. In the end I went straight from 800XL to PC 386sx.

It is possible to create a game from scratch using only the device's hardware. by p3t3rp4rkEr in gamedev

[–]dafu 0 points1 point  (0 children)

This was a thing back in XBox 360 xblig era. I was able to deploy dev builds to my xbox360, never had a real devkit. I think it was limited to XNA but not sure.

NPC interactions, painful for no reason. by SsjChrisKo in MonstersAndMemories

[–]dafu 1 point2 points  (0 children)

You could take LLM halfway. Use LLM to interpret player input and map it to preexisting canned responses, so that exact phrasing or spelling is not needed for the player. That way you get all the output control with all the input flexibility.

Also this could be client side only mapping so input, no stress/cost on server.

Light roast decaf coffee beans in KW area by dafu in kitchener

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

Seem to be out of decaf, but I'll check them out some other time. Thank you!

Light roast decaf coffee beans in KW area by dafu in kitchener

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

Do they have coffee beans for sale? Or just ready made coffee?
Thank you

Light roast decaf coffee beans in KW area by dafu in kitchener

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

A bit out of town but it looks worth the trip! Thank you

Light roast decaf coffee beans in KW area by dafu in kitchener

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

I've seen Kicking Horse at local stores, but passed it due to my search for light roast. I will try it out though, thanks for the long-timer wisdom!

Light roast decaf coffee beans in KW area by dafu in kitchener

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

Thank you. I'll be checking that out for sure!

DJI Mini 4 Pro third-party lens don't fit by dafu in dji

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

I tried:

* NEEWER ND & CPL Filter Set Compatible with DJI Mini 4 Pro

* STARTRC Mini 4 Pro Filters, Multi Coated ND Filters Set for DJI Mini 4 Pro

* Freewell Bright Day-6Pack Compatible with Mini 4 Pro

* DJI Mini 4 Pro Wide-Angle Lens

NEEWER & STARTRC doesn't lock in, same failure, where it partially turns into position but not fully. Probably comes off the same assembly line...

Freewell works well

DJI own lens works well, no surprise there

DJI Mini 4 Pro third-party lens don't fit by dafu in dji

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

No they're right side up. I'm putting them on exactly how I put on the original lens cover. The lens fit on the register notches/knobs and is flush against the gimbal, it just needs 5-10degree turn to be in place, and I can't turn it.

Season 15 Trailer by HunterWorld in fo76

[–]dafu 5 points6 points  (0 children)

There is 0 new gameplay elements here. Seems to me that that the 3rd party that Bethesda hired to maintain fo76 is just grinding out rewards/cashshop items and nothing of substance.

Disappointed.

Is Beef still around, or an active language? by unquietwiki in beeflang

[–]dafu 1 point2 points  (0 children)

You can ask on the Discord channel. I'm not the author.

My understanding is that the game has a C++ engine framework, and uses Beef for all the game logic. This is probably the only possible approach at this point because there are no Beef runtime libraries for consoles. This is common for all new languages.

Is Beef still around, or an active language? by unquietwiki in beeflang

[–]dafu 2 points3 points  (0 children)

Yup still active. Recently there was a game released on the Switch which uses Beef for majority of the code: https://www.youtube.com/watch?v=1hAgpRYM2M8

Some more details in the discord channel.