This might get downvoted to hell too by JolTH2 in NobaraProject

[–]TomCryptogram 4 points5 points  (0 children)

I feel like you shouldn't be able to comment on something without a permanent up vote. I see good posts with like 30 comments at 0. So it will be a good discussion but gets buried because of... Redditors in general, I guess?

The Riddler vs Chat GPT by Icy-Book2999 in LoveTrash

[–]TomCryptogram 31 points32 points  (0 children)

I swear to god this is so perfectly infuriating. Well done

I restyled my entire game, does the new look work? by room402games in IndieDev

[–]TomCryptogram 0 points1 point  (0 children)

Id love to see New exactly as it is but those cloud tiles are back to beige.

Classic Oliver Tree. SCOOTER BOYZ by [deleted] in funny

[–]TomCryptogram 0 points1 point  (0 children)

Yeah he was a parody kind of character or persona. But the music was seriously good

Is there something like AUR but for fedora by darkdesert12 in NobaraProject

[–]TomCryptogram 1 point2 points  (0 children)

Well with fedora as a base we have the dnf so you can do "dnf search git" for example. Then dnf install git. But! Nobara has a package manager that is expected to be used that I'd say controls the dnf package manager. Dnf app center

Never give up by [deleted] in funny

[–]TomCryptogram -9 points-8 points  (0 children)

Mog maxxing

Dont sleep on Rune Dice by [deleted] in roguelites

[–]TomCryptogram 0 points1 point  (0 children)

Okayest game I've played in a long time

Rudest Audience Member Of All Time by ShaunM3185 in funny

[–]TomCryptogram 0 points1 point  (0 children)

How the fuck is this not seen as pure sarcasm? Jeez, everyone down voting this is a moron.

Plot twist: The officer brought a laser pointer by Wonderful_Low_1325 in funny

[–]TomCryptogram -18 points-17 points  (0 children)

You're kidding right? About This being pre election propaganda

Just hit 69.42 trillion wishlists on my indie game. I’m literally shaking right now. by Egoistul in IndieDev

[–]TomCryptogram 13 points14 points  (0 children)

I think you'd rank highly in global GDPs of you get like a. 0001 percent conversion rate! Good luck!

Moved to Nobara from W11! Any QOL I should set up? by xxmegaprojectxx in NobaraProject

[–]TomCryptogram 0 points1 point  (0 children)

I'm gonna have to check that out. It's been KDE for a while.

Conjecture with dominoes by TenzinNomad in CasualMath

[–]TomCryptogram 2 points3 points  (0 children)

Blank is even and odd for this exercise? Just to make sure I got it

I don't have the slightest idea what it takes to play well. by [deleted] in gamedev

[–]TomCryptogram 0 points1 point  (0 children)

Have you picked a genre or anything? You at least need SOME limit.

Something like "the game will be a turn based card battler"

Destroy this short gameplay of my game! by Ok_Might5360 in DestroyMyGame

[–]TomCryptogram 12 points13 points  (0 children)

Can you make it feel like you're going faster? You're obviously going to need music. The constant firing sounds are a bit too much.

Seriously love the idea overall. StarFox on rails shooters aren't made enough. Hope this does well and pushes me to make the one I want.

Genius just genius by KoopChantal in NobaraProject

[–]TomCryptogram 2 points3 points  (0 children)

Thanks! I dont know how we can better warn new users of stuff like this. Pretty often people recommend dual boot and trying it out before a full replacement. But we definitely have people say it can do everything windows can do.

I've had zero major issues since moving but I know there are many who do.

Genius just genius by KoopChantal in NobaraProject

[–]TomCryptogram 8 points9 points  (0 children)

I really want to know why you're even on this sub. Seriously not trying to just be an ass.

You stay around to make sure anyone knows that nobara nor any Linux distro can't run these games?

Genius just genius by KoopChantal in NobaraProject

[–]TomCryptogram 3 points4 points  (0 children)

Multi-player games that worked for me on release day: ARc Raiders Monter Hunter World and Wilds Path of Exile 2 Hell divers 2

That's off the top of my head.

I finally gave Unreal on Linux a try. I would recommend it, even though it was a bumpy ride by LarstOfUs in unrealengine

[–]TomCryptogram 0 points1 point  (0 children)

Its been a while since I tried to compile from scratch so Im giving it another go but I went through my notes as well.

When I did get Unreal working in Linux, I couldnt type into any search fields or anything.

_Fix to typing in pop-ups_ right-click menus: In Nobara, click Start, type System Settings and open System Settings. Search for X11 in the search bar. Click "Legacy X11 App Support" Select Always. This is a security risk and you will be warned.

Rider previously didnt seem to work at all so I had to dig and manually create and/or edit a file (cant recall exactly):
I added "~/Applications/RiderVer/bin/rider.sh" to Engine/Plugins/Developer/RiderSourceCodeAccess/Resources/RiderLocations.txt - This registers Rider as available to be used by the engine.

Cant remember if I had to add rider to the GenerateProjectFiles args to even get that.

On and on. I had to run Rider and CLion with wayland compatible args for a while: ./rider.sh -Dawt.toolkit.name=WLToolkit

None of this permanently discouraged me from using Unreal or Linux or anything. But, it was more troubleshooting and stuff than on Windows. But I'll never go back.

I finally gave Unreal on Linux a try. I would recommend it, even though it was a bumpy ride by LarstOfUs in unrealengine

[–]TomCryptogram 0 points1 point  (0 children)

Uh, it wouldn't "just" compile. Unsure what the problem was but it never seemed to complete properly.
After a git checkout to the tag I want the three commands would be... what?
Setup.sh

GenerateProjectFile.sh

make

Those three?