Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

MentalEdge, to games in A new Resident Evil is in the works
@MentalEdge@sopuli.xyz avatar

I’m not sure whether you’re kidding, but I wouldn’t complain either.

Five and six are not good games, but played in co-op, slightly drunk, they are a riot of cringe, ridiculousness and camp.

We laughed our asses off in the Ada story sections where the second player constantly pops into existence as a faceless “agent” because Ada doesn’t normally have a companion, but they had to make her sections somehow playable in co-op.

The games are top tier material to laugh at.

MentalEdge, to games in GTA Online adds a quality-of-life feature players have wanted for years then upsets everyone by paywalling it: 'One of the slimiest things they've done in a while'
@MentalEdge@sopuli.xyz avatar

Probably in addition to buying the game for 80 or 90 bucks, with a “super deluxe” version above 100.

MentalEdge, to gaming in Anyone know any good shooters for switch?
@MentalEdge@sopuli.xyz avatar

2016

MentalEdge, (edited ) to gaming in How to get good at FPS with a controller, coming from a PC gamer?
@MentalEdge@sopuli.xyz avatar

They key for gyro aiming on a console where the screen is attached, is to get the movement to be as one to one as possible, to make it work as if the screen is a portal into the game world that turns in a matching direction as you move the device.

I had this revelation back with the PS Vita, where Killzone Mercenaries worked this way by default. It was magical for an FPS game to play that well on the tiny vita with its miniature analogue sticks.

The joystick camera input and gyro also worked in concert, I’m fairly certain the game hybridized the input signals such that if you moved the device to correct your aim, that would override any current input signal from the stick, making it possible to correct overshoot and undershoot in a way that almost felt like the console was reading your mind.

I’ve not been able to get that with steam input, but you can get close.

MentalEdge, (edited ) to linux in How can I transfer non-steam games between Linux devices.
@MentalEdge@sopuli.xyz avatar

Not really. Just install bottles, usage is extremely self-explanatory as the UI is very good.

But if you need more details, the bottles docs are great.

MentalEdge, (edited ) to linux in How can I transfer non-steam games between Linux devices.
@MentalEdge@sopuli.xyz avatar

Bottles has a wine manager that allows you to install various wine versions, and switch between them. You can also use the system installed version or even more versions installed by protonup-qt.

Winetricks is included.

MentalEdge, (edited ) to linux in How can I transfer non-steam games between Linux devices.
@MentalEdge@sopuli.xyz avatar

No, actually.

Your game files do not need to be inside a prefix, and I generally do not set things up that way.

Same as on windows you can have your c drive, but then install games to a different drive. You can mount any file location as an additional drive in wine. There is usually already a “z” drive mounted, which gives the prefix access to the filesystem outside the prefix.

This means there’s not actually any need to place things inside the prefix, except for save files which need to be in specific locations like appdata or documents.

So to move things over and run them, you’d just copy the game files anywhere you like. To run a game, instead of a location on the c drive, you’d use the corresponding z drive path to the exe.

With bottles, this is super easy. Set up a bottle, and copy any save files into the prefix. Easily done with “browse files” from the config page of a bottle, which will open the fake c drive in a file browser.

With a configured bottle, simply navigate to the game .exe. Right click it, and select run with bottles. Bottles will ask which bottle to run it with, and that’s that. Alternatively, use the “Run executable” button found on the config page of the bottle. For ease of use, add the exe to the bottle as a shortcut.

Shortcuts can then also be added as start menu items, or even added to steam.

No need to fiddle with putting all the game files inside the fake c drive.

Setting things up this way means you have your prefix, with save files and such, separate from the game files. You can easily delete or add games, without touching the save-file-containing prefix, and move games around to wherever you need and still have them work.

You can re-use the same bottle for many games, and keep the save files for those games in one prefix.

If a given game needs a bit more massaging to work, bottles makes it very easy set up and manage additional bottles for any such games.

MentalEdge, to linux in People doing the 30 days linux Challenge are having several problems because of Mint's old packages and technology. Why people still recommend it when there is Fedora and Opensuse with KDE and Gnome?
@MentalEdge@sopuli.xyz avatar

Well, Endeavour is just arch. If you want, you can achieve the same install that has only the things you need, by removing things instead of just adding.

IMO it starts off closer to the config most people want, so it’s less work to take it the rest of the way.

MentalEdge, (edited ) to games in After mixed early Steam reviews, Elden Ring Shadow of the Erdtree has scythed back up to "mostly positive"
@MentalEdge@sopuli.xyz avatar

PBR isn’t shit, and it doesn’t necessarily mean targeting photorealism.

It’s just a benchmark for material rendering that means once all your assets come out the other end of production, they work consistently with each other.

You could shift that benchmark towards cartoony or painterly or whatever you like, and even with assets produced using PBR, it’s easier to “style” your game later because all your different assets are at the same starting point, and will therefore react to rendering changes consistently across the board.

Basically if your entire team is making metal materials by eyeballing it, and you then put it all together in a scene, you won’t be able to get all the different metal objects to look like metal at the same time as you make changes to the lighting in the scene, because the asset team made all of them using slightly different material parameters.

If you make your entire asset production pipeline PBR, all metal assets will behave the same, all glass materials will behave the same, flesh, fabric, fur…

You get the idea.

MentalEdge, to linux in People doing the 30 days linux Challenge are having several problems because of Mint's old packages and technology. Why people still recommend it when there is Fedora and Opensuse with KDE and Gnome?
@MentalEdge@sopuli.xyz avatar

Not even close, if you actually install barebones arch, then barebones arch is exactly that, barebones. You wont even have a DE.

Endeavour is what you want. It’s just straight up arch, but with all the stuff you’d want to set up anyway done for you.

And if you want an “app-store” style app to browse packages with, and not fiddle with the command line to manage packages, install pamac. It can be expanded with AUR and flatpak support.

MentalEdge, to games in After mixed early Steam reviews, Elden Ring Shadow of the Erdtree has scythed back up to "mostly positive"
@MentalEdge@sopuli.xyz avatar

I adore Fires of Rubicon. They know how to design games, and how to pull off an aesthetic. That side of the studio has serious world-class talent.

But fromsoft has some big issues on the graphics tech expertise side of things.

I don’t think I’ve seen any subsurface scattering in their games, or proper multi-texture materials. I don’t think they are on a PBR workflow (physically based rendering) though they couldn’t achieve their “style” if they were. And the way they still rely on shell texturing in places they really, really shouldn’t, actually hurts.

My problem isn’t with their style. It’s that they don’t seem to know all the industry standard solutions and techniques that exist and have been developed, and shoot themselves in the foot both in terms of performance and fidelity, by achieving things in ways that an expert could immediately tell is a bad idea.

MentalEdge, to games in After mixed early Steam reviews, Elden Ring Shadow of the Erdtree has scythed back up to "mostly positive"
@MentalEdge@sopuli.xyz avatar

I know.

But only games running dx12/Vulkan must compile shaders.

The “normalcy” of sutters on linux is because dx7-11 games are running through vulkan, and those games were never coded to account for the way Vulkan works. Hence the shaders are compiled (by VKD3D/DXVK, not the game) during gameplay when first needed.

Like I said, if games must compile shaders during gameplay, they should do so asynchronously in order to not impact frametimes. This only applies to titles actually coded with the intention of being run under dx12/vulkan. Elden Ring in particular straight up violates the dx12 spec.

Compiling the shaders in advance also doesn’t take 30 minutes, and doesn’t require doing so for the entire game. Many games will only compile the shaders for the immediate area that a player is in. (Apex Legends in dx12 mode for example processes only the current map in rotation and lets you play when it’s done)

Games that precompile shaders when running using Vulkan/dx12 have never made me wait longer than a few minutes at most, and only at first launch.

There is no excuse.

MentalEdge, (edited ) to games in After mixed early Steam reviews, Elden Ring Shadow of the Erdtree has scythed back up to "mostly positive"
@MentalEdge@sopuli.xyz avatar

Shader compilation stuttering only happens if a game was coded incorrectly to begin with.

Shaders should never ever be compiled during gameplay, and if it has to be done, done so asynchronously.

Either way it should never be dismissed as a problem that is “common in new games”. It’s amateurish and completely avoidable.

MentalEdge, to linux in People doing the 30 days linux Challenge are having several problems because of Mint's old packages and technology. Why people still recommend it when there is Fedora and Opensuse with KDE and Gnome?
@MentalEdge@sopuli.xyz avatar

With AUR it’s as easy as installing any other package, actually.

MentalEdge, to linux in People doing the 30 days linux Challenge are having several problems because of Mint's old packages and technology. Why people still recommend it when there is Fedora and Opensuse with KDE and Gnome?
@MentalEdge@sopuli.xyz avatar

No clue. Haven’t used it in years. I was done when I went looking for a fix for the compositor thing and found a years-old open bug report.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • fightinggames
  • All magazines