bin.pol.social

DarkMetatron, do games w What's your favorite game through the ears of Original Soundtrack?

Great Gianna Sisters on the C64

jarfil, do gaming w Well, Cities: Skylines 2 is here, and it's another broken game release.

even with RTX 4090s and lowering the graphics to 1440p medium settings. Based on utilization numbers, it sounds like the GPU is limiting factor here.

What are the CPU utilization numbers? C:S is a notoriously CPU-first game, particularly with mods. If your CPU can’t calculate more than 10fps, you won’t get more than 10fps.

Those same streamers are also reporting 16GB of RAM usage when loading up a new map, which means that the minimum recommended spec of 8GB was a blatant lie from the devs.

It starts (barebones, slow as hell) with 8GB. You want 32GB or more for it to run somewhate decently.

Seriously, people don’t understand what “cache” means, maybe they should just create a ramdisk and install the game there to understand the concept.

0x442e472e,

Seriously, people don’t understand what “cache” means, maybe they should just create a ramdisk and install the game there to understand the concept.

I believe people with lots of RAM simply enjoy the feeling of theoretically being able to run everything, but they don’t actually want processes to use that RAM, because it would deny them the theoretical possibility to run everything.

I jest, of course. The problem is that as a user you don’t have that much control over which process should use your RAM, and also freeing RAM is hard. Chrome gobbling up your whole memory is good when you’re using Chrome, but you don’t get it back when you alt+tab back to your game

jarfil, (edited )

freeing RAM is hard. Chrome gobbling up your whole memory is good when you’re using Chrome, but you don’t get it back when you alt+tab back to your game

Actually… you can do it with two .bat files and a “ram cleaner” tool:

  1. Suspend all “chrome.exe” processes
  2. Free all working sets (since Chrome is suspended, it marks all the RAM used by Chrome as swappable/discardable)

Now your game can use all the RAM, the OS will just swap out or discard whatever was in use by Chrome as needed.

Want to go back to Chrome?

  1. Resume all “chrome.exe” processes

The OS will swap in whatever it swapped out, and let Chrome ask for as much RAM as it feels like.

ReversalHatchery,

Free all working sets what the fucking hell??? No, no, no, I don’t want to send my full browser to swapfile just because of a greedy game. Loading back all the memory pages will take a lot of time when I want to switch back to the browser, and it will lag for quite some more time until all the not too frequently used but important is loaded back too. This also applies to the reverse: swapping the game out and back in will take a ton of time, and then it will have lag spikes when it needs a dozen of memory page that is somewhat more rarely used and haven’t been loaded back with all the rest. This nonsense of literally using all your ram “as a cache” but as working set just makes everything slower in the end. This just cannot be justified. There’s a reason I’m using a multi tasking PC instead of a single-tasking gaming console, which you can only use for one purpose at a time.

And don’t tell me to put my swapfile on my SSD. This is the perfect way of killing yours, with writing 16 GB of data every time you switch between windows.

jarfil,

I don’t want to send my full browser to swapfile just because of a greedy game

You don’t, most of the times the game doesn’t use all that memory anyways (or crashes if it tries to… so still, doesn’t use it).

Loading back all the memory pages will take a lot of time

No it won’t. Browsers preemptively allocate a bunch of RAM just in case they need it… then never use it. “Loading back” empty memory, takes zero time.

This also applies to the reverse

No it doesn’t. Games rarely can be suspended and resumed successfully, and they rarely allocate RAM that they aren’t going to use. I was clear when I said you suspend “chrome.exe”, not “your game.exe”. If you resume the browser without exiting the game, the game stays in RAM and the browser manages with what’s left (surprisingly, they manage to run a tab or two without a problem, which further proves they didn’t “really” need all that much RAM in the first place).

swapfile on my SSD. This is the perfect way of killing yours

My swapfile SSD got retired after 10 years when I switched to a NVMe, it’s an external drive now.

writing 16 GB of data every time you switch between windows.

As explained above, no you don’t, most of the data simply gets discarded, maybe 1-2GB of it gets actually written. To further expand on that, the swapfile gets constantly pre-populated with less changing in-RAM data so the OS can “swap it out” instantly. That same data stays in the swapfile after it gets read into RAM again, so it doesn’t get written to the swapfile over and over, only read back.

There’s a reason I’m using a multi tasking PC instead of a single-tasking gaming console

If you do, then you put more RAM in it. Otherwise, you can use it as a gaming console. Your choice.

ReversalHatchery,

Loading back all the memory pages will take a lot of time

No it won’t. Browsers preemptively allocate a bunch of RAM just in case they need it… then never use it. “Loading back” empty memory, takes zero time.

Yes, it will, and I’m saying this from experience. I have 32 GB of RAM but since I have dozens of tabs in several windows open, the browser really consumes a lot of RAM. When windows starts swapping it out, even just a little because I’m over 70% utilization, I can feel that it got slower.

And on the occasion when in PH I accidently click “empty working sets” instead of “combine memory lists” and windows swaps out everything, it’s horrible for days until I just give up and reboot instead.

Games rarely can be suspended and resumed successfully

Probably I’m playing with the wrong games then, as those that I play don’t crash from it. One such example is Factorio where I have did that a lot in the past.

I was clear when I said you suspend “chrome.exe”, not “your game.exe”.

Now I understand, but then your workaround does not allow for switching back to the browser for looking up something.

surprisingly, they manage to run a tab or two without a problem, which further proves they didn’t “really” need all that much RAM in the first place

1-2 tabs maybe work fine. But the whole user interface will also be slower to respond, and if you have addons which need to do this or that when a page loads, then that 1-2 tabs won’t be usable either.
Also, I doubt that windows wouldn’t swap out parts of the game.

If you do, then you put more RAM in it. Otherwise, you can use it as a gaming console. Your choice.

I won’t spend on anywhere North of 32 GB. This is not a fucking server. I would rather just not play games that are so out of touch with reality. To back that up, I’ve just read someone else posted a steam statistics page that says only ~20% of steam users have 32 GB of RAM, while most of the rest has only 16.

Also, when I have built this PC I have heard multiple remarks that 64 GB RAM may not be a good idea, because the hardware memory manager would be slower with managing that amount of RAM than 32, which is important for games that move a lot of data in the RAM.

jarfil,

when in PH I accidently click “empty working sets” instead of “combine memory lists” and windows swaps out everything, it’s horrible for days until I just give up and reboot instead.

“Empty working sets” doesn’t swap out anything by itself, it marks it as “swappable” but stil in RAM. It does make a copy to swapfile in case it needs to swap it out so it can do it instantly.

To fully force a swap out, you have to clean the lists… level 1, I think? (sorry, in bed, don’t want to look it up RN).

If you did that with a HDD however… yeah, I can see how that would feel bad.

Pro tip: don’t leave PH open for too long, it’s kind of a devel tool and has some bugs that can mess up the hooks of the whole system. Best is to open, use, close, for ~15 day uptimes on Windows 8 to 10 without ECC.

I have 32 GB of RAM but since I have dozens of tabs in several windows open

I used to play games with 8 GB of RAM and 40 tabs in Chrome. It was either-or, it worked, didn’t kill the SSD, for years. 🤷

dangblingus,

Stop using Chrome is a great first step. Seriously people. This is Lemmy. We’re better than that.

jarfil,

Feel free to use any other browser, they all allocate RAM preemptively just the same.

ReversalHatchery,

You want 32GB or more for it to run somewhate decently.

No, you misunderstood. I don’t want, like at all. That is totally undue. What fucking engine was this crap written in, electron or what???

The worst is not even the resource usage, but that there are actual people defending this bullshit.

jarfil,

What fucking engine was this crap written in, electron or what???

Unity with C#.

That’s only half the problem… the add-ons are also written in Unity with C# 🤷

ReversalHatchery,

Is unity and c# really that bad by itself? I don’t have much experience in c# development, but I was in the impression that c# is a relatively fast language (not as much as c++ but much, much more than js, python and even java)

jarfil,

Is unity and c# really that bad by itself?

No, they’re pretty nice, that’s why they got popular. It’s when you pair them with game development, that shit hits the fan.

Basically, you have:

  • Rocket software - if it fails once, you fucked up
  • F-35, infrastructure software - if it fails, it better recovers fast
  • Business software - if it works for most of the workday, it’s fine
  • Consumer software - if it works most days, it’s fine
  • Game software - if it eventually works at least once, you’re fine; most people don’t care about replaying the same story anyway

Unity and C# are very easy to make utter crap with, and still have it “work at least once”… which leads game developers to use it, make it work, and have it packaged and sold. Add to that “modders”, who are mostly random people who want to see some [part] of some idea they had, work maybe once in the game… and you get a perfect recipe for disaster: rushed out games, with sloppy mods, often conflicting with each other.

acastcandream,

Dude 51% of steam users have 16gb. 22% have 32gb. It’s probably lower in the broader gaming public.

32gb is still pricey and far from standard. 16gb should at least be fine. 32gb to be “somewhat decent” is beyond unreasonable.

dangblingus,

32gb of DDR4-3200 RAM (fairly middle of the road RAM) is like $100.

Maven,
@Maven@lemmy.sdf.org avatar

“32gb of RAM is a week’s worth of groceries”

DAMunzy, do gaming w What is something (feature, modes, settings...) you would like to see become a standard in video games?

I like how Sony PS5 lets me have subtitles on for all games. I think that’s part of the accessibility features you were talking about.

anti_antidote, do games w What's your favorite game through the ears of Original Soundtrack?

Can’t believe no one has said Risk of Rain 2 here yet. Amazing music, masterful composition

AceQuorthon, do games w What's your favorite game through the ears of Original Soundtrack?

Deus Ex

System Shock 2

Hotline Miami 1 & 2

Telltales Sam & Max games

EternalWarBear, do games w What's your favorite game through the ears of Original Soundtrack?

Just gonna list a few.

Xenoblade Chronicles (1 & X): haven’t gotten around to the others yet.

Final Fantasy XIV & XVI: Soken is a god

Mass Effect

Legend of Dragoon

Jumi, do games w What's your favorite game through the ears of Original Soundtrack?

I enjoyed the AC: Valhalla Soundtrack much more than the game itself

SeabassDan, (edited ) do games w What's your favorite game through the ears of Original Soundtrack?

Might be nostalgia, but Super Mario 64 and Ocarina of Time, specifically because of Dire Dire Docks and the Gerudo Valley theme.

sparklepower, do gaming w What is something (feature, modes, settings...) you would like to see become a standard in video games?

i agree with you and i also think all games should have optional subtitles

Rai, do games w What's your favorite game through the ears of Original Soundtrack?

Ragnarok Online. I love you, SoundTEMP.

jjjalljs, do gaming w What is something (feature, modes, settings...) you would like to see become a standard in video games?

Probably difficult for technical reasons, but it would be cool if I could rewind the game arbitrarily in games where you can quicksave/load. Like I can save and try the thing and reload if I don’t like the results, but it’d be neat if I could just rewind.

tal,
@tal@lemmy.today avatar

Rewinding is technically possible, and there are games that incorporate rewinding into the game, like Braid or Prince of Persia: Sands of Time. Probably some newer ones. However, that only works if the game developer conforms to a lot of constraints. I don’t think that it will ever be a standard feature on all video games.

  • Not all functions are “reversible”; you can’t just run everything “backwards” easily on a general-purpose computer. One specific operation that is famously not-easily-reversible – and that we are so confident that this is not easily reversible that we make a lot of computer security rely on it – is multiplying two prime numbers together. So you’d have to impose dramatic constraints on how games can be written to provide the ability to just say “start running the game in reverse”. (Related trivia: the question of whether the real world can theoretically be run in reverse if you could look perfectly at everything in the universe for just one moment, the arrow of time, is, as I understand it, something of an open question in physics.)
  • One tactic for “rewinding” is to basically store checkpoints periodically and then retain enough information, like the player’s inputs, such that one can basically “fast forward” from a checkpoint. If you can “fast forward” cheaply enough in terms of CPU time, then rewinding to a checkpoint, and then fast-forwarding to a given point, once for each frame, looks like you’re running in reverse. This is basically how modern movie codecs work today: you have keyframes that are basically a “checkpoint” of a frame that are stored, maybe every few seconds or so. Then you have information necessary to compute the next frame from the existing one. So when you seek backwards in a movie, internally what a movie player is likely doing is seeking backwards to the keyframe prior to the time where you’re trying to seek to, then playing forward. That “seek back to a checkpoint, then play forward” is a lot more technically-easy to do than to require a game to truly be reversible, since in many games, it’s possible to store a fairly-small amount of information to record the game world at that point in time – and “play forward”. But many games also can’t store their entire world in a small amount of space, and for some, it’s hard to perform saves cheaply-enough in terms of CPU time – constantly and frequently-enough, maybe every couple seconds. If you can’t reduce the game state to a very small amount of information, then you are only going to be able to rewind so far. Implementing this is, today a requirement of a number of multiplayer games – nearly all multiplayer game engines basically rely on each computer involved being able to deterministically generate the same world state on each participating computer. One technique to reduce apparent latency to other players is to do client-side prediction, predict what the other user is going to do, like continuing to walk in the same direction that they’re walking, and then render each frame as if they had done that. Sometimes, that prediction is incorrect, and in those cases, they’re going to need to be able to re-generate the world state; what they do is constantly internally checkpoint and then roll world state forward by replaying inputs when they actually learn what that other player was doing. So some games and game engines already basically implement the internal functionality required for this sort of approach, at least over a limited period of time. But it requires the developers to constrain what they do throughout the game to some degree.
Flickerby, do gaming w What is something (feature, modes, settings...) you would like to see become a standard in video games?

Fully (or at least more) customisable controller settings. It’s not difficult. Let me bind what controls I want to what button I want. And adjust the stick dead zone, god damn. Why are you giving me pre set control schemes when we’ve had fully customizable controls figured out for decades? Fuck you game

Suppoze,
@Suppoze@beehaw.org avatar

Yes! To add to this, please let me invert the analog stick camera controls. Both axis! My biggest pet peeve is when a game let’s you invert the Y axis, but not the X… Why? You were so close dammit how much effort is adding the other really?

tal,
@tal@lemmy.today avatar

I can understand inverting the Y axis, because aircraft use the opposite of what FPSes typically do – push forward to pitch the plane’s nose down.

But why do you want the X axis to be reversed? I can’t think of any system out there that operates with an inverted X axis.

thinks for a while

I guess maybe the tiller on a boat.

smeg,

It’s more for the camera control rather than the character control

Suppoze,
@Suppoze@beehaw.org avatar

It makes sense for me in third person games. Imagine a stick stuck in the protagonist head from behind. You are the camera behind the character, imagine you grabbing the stick and rotating the head with that. You have to pull the stick down for the character to look up, and push it upwards to look down. By the same logic, you have to move it left for the character to look right, and vice versa. The stick is the analog stick on the gamepad.

Once you get used to this control scheme, it’s quite hard to re-learn non-inverted controls.

Explanation image I found: content.spiceworksstatic.com/…/yvgNiFE.jpg

prole,

You should look into Steam Input (if you have a Steam Deck, you may have already messed with it), but it allows a mind-blowing amount of control customization for any game you’re launching through Steam. Most games will also have community presets you can easily use.

Inverting view or turning on gyro controls is trivial. It goes shockingly deep. You can create radial menus if you want, it’s wild.

rockerface, do games w What's your favorite game through the ears of Original Soundtrack?

Hades, hands down

TheAgeOfSuperboredom, do games w What's your favorite game through the ears of Original Soundtrack?

Final Fantasy VI, Chrono Trigger, and Mega Man X

MangoKangaroo, do gaming w What is something (feature, modes, settings...) you would like to see become a standard in video games?

Less a design choice and more a technical feat, but I’m hoping that we start to see the phase-out of loading screens and more of a push toward seamless gameplay. I was watching a video from the newest Spiderman and it was pretty damn cool. Practical for all games? Maybe not for a while. But I certaintly would like to see more investment in leveraging improvements in disk and memory capabilities going forward.

tal, (edited )
@tal@lemmy.today avatar

I would guess that loading screens will never fully go away. Especially on consoles, where everyone has a fixed set of hardware resources, and the developer knows what that is and is aiming at optimizing for that target, being able to fully remove one area from memory before loading the next gives you potentially twice as much memory to work with. That’s a big-enough gain that game developers are not going to want to give that up, since the alternative is being able to only have half (or less, if multiple areas are near each other) the complexity for their areas. If hardware gets more memory, at least some developers are going to want to increase the complexity of the environments they have rather than eliminating load screens. Otherwise, their scenes are going to look significantly-worse than their competitors who have loading screens.

There may be specific games that eliminate loading screens, at least other than the initial startup of the game. Loading screens might be shorter, or might just consist of a brief fade. But I don’t think that we’ll ever reach the point that all developers decide that that tradeoff to fully-eliminate loading screens is one that they want to make.

The shift from optical media and rotational drives to SSDs has reduced the relative cost of loading an area. But it hasn’t eliminated it.

I think that a necessary condition for loading screens going away is basically a shift to a memory architecture where only a single type of storage exists – that is, you don’t have fast-but-volatile primary storage and slow-but-nonvolatile secondary storage, but only a single form of non-volatile storage that is fast-enough to run from directly. We don’t have that technology today. Even then, it might not kill loading screens, since you might want to have different representations (more-efficient but less-compact for the area surrounding the character, and less-efficient but more-compact for inactive areas).

MangoKangaroo,

See, I figured consoles might actually be more likely to cross that finish line first. My logic is that the controlled platforms would give developers a) potential access to a more bare-metal style of storage medium maybe not practical on PC, and b) a consistent performance target (no needing to account for people using those pesky hard drives!)

I feel like we’re maybe already starting to see this with the PlayStation 5, but it probably also depends on how much work actually goes into optimization for these development teams.

gazter,

I think the key here is integrating loading into the gameplay. The old Metroid trick of having the player traverse a basic hallway while the game loads the next area in the background is a good, if basic, example.

AceFuzzLord,

Most loading screens are just more of a nuisance than anything, but if they don’t remove them, maybe they could get creative in how they work/look?

The main series Danganronpa games did loading screens in a very creative way that made them feel special. The room and all the things inside would start popping up and build the room as it loaded in. More loading screens like that would be lovely if they aren’t able to remove them.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • Spoleczenstwo
  • nauka
  • tech
  • giereczkowo
  • muzyka
  • Blogi
  • lieratura
  • sport
  • rowery
  • FromSilesiaToPolesia
  • test1
  • informasi
  • slask
  • Psychologia
  • ERP
  • fediversum
  • motoryzacja
  • Technologia
  • esport
  • krakow
  • antywykop
  • Cyfryzacja
  • Pozytywnie
  • zebynieucieklo
  • niusy
  • kino
  • LGBTQIAP
  • warnersteve
  • Wszystkie magazyny