KrispeeIguana

joined 3 years ago
[–] KrispeeIguana@lemmy.ml 1 points 3 months ago

My first distro was Mint. It's great for beginner Linux users, and it's pretty stable. It also avoids the Snap problem Ubuntu forces upon their users.

If you're looking for a more bleeding edge solution, I recommend Garuda Linux. It's Arch-based, and it has a bunch of game-related stuff already installed. It might be a tad less stable due to the Arch underbelly, but I personally like the package system (pacman) a lot more than apt. Also, you get the unmatched power of the Arch wiki when you're in trouble.

[–] KrispeeIguana@lemmy.ml 4 points 5 months ago

I personally think its the idea of "don't touch me or me and my gang gon' fuck you up".

At least that's what I see after watching newer rap music videos romanticizing old gang war concepts in newer popular hits. Then seeing shitty streamers doing the exact same thing the videos show.

I know it's not just rap stuff, but that's just the easiest example that comes to my mind atm.

[–] KrispeeIguana@lemmy.ml 1 points 5 months ago

I personally split gamedev into 5 separate hobbies:

  • conceptualizing
  • 2d/3d rendering
  • music
  • programming
  • putting it all together Then I rotate between whichever one I feel the most attracted to at the moment.

The hardest thing is to keep within your level. You're not a 1-man army who can make a Hollow Knight in a year. Start with small ideas and expand and remix them as you improve and/or find slaves. But definitely keep the big ideas somewhere bc you might accidentally make all the systems you need along the way.

[–] KrispeeIguana@lemmy.ml 1 points 6 months ago

I find that if my updates aren't frequent enough, then I just forget to do them altogether.

 

I recently got a FebSmart model FS-U304C-Pro. Supposedly, it's based off of the RENESAS UPD720201 host controller, which uses the xhci-pci-renesas firmware module. The manual says toward should work out of the box with "most" Linux kernels.

Unfortunately, when I tried to install the card into my system, it did not function. The card gets registered by lspci, and the kernel module shows up underneath it. The issue is that the usbs do not communicate through the card.

I tried looking at dmesg and I found what might be my issue:

xhci-pci-renesas 000:0*:00.0: Download to external ROM TO:0

xhci-pci-renesas 000:0*:00.0: Timeout for Set DATAX step: 2

xhci-pci-renesas 000:0*:00.0: Firmware Download Step 2 failed at position 8 bytes with error (-110).

xhci-pci-renesas 000:0*:00.0: firmware failed to download (-110).

xhci-pci-renesas 000:0*:00.0: probe with driver xhci-pci-renesas failed with error -110

I have tried:

  • reinstalling my firmware modules
  • updating my system
  • moving the card to my other x1 slot
  • (edit) changing the speed my pcie slots are negotiating

Is there any way I can solve this issue locally before I either send this to issue to a bug tracker or send this card back? Also, I use Arch btw.

1
submitted 1 year ago* (last edited 1 year ago) by KrispeeIguana@lemmy.ml to c/blender@lemmy.world
 

Ignore everything after this. I was stupid and did not notice my brush strength was zero.

I've been working on a rig for a model, and I've gotten to the weight painting stage. Given that I'm relatively new to rigging, I've had to restart the process a few times. My most recent weight painting endevour is the farthest I've gotten, but the tools suddenly stopped working.

What can cause a properly parented and posable model and rig to no longer accept weight changes?

I've tried selecting all the vertices. The vertex groups are unlocked. Accumulation has been turned on and off several times. Subdivision is off.

[Update 1]

So blur, average and smear work, but the main paint brush simply refuses.

The new link should be a .mkv file in Google Drive

 

Anybody have tips for planning linear/dungeon maps? I'm currently trying to create a metroidvania map and so far, I've done a rough map of my start and my hazard areas. I'm mainly concerned with how to guide players through the map with minimal ui aid, but any help is great!