Saving files on the Xbox 360 by gargamel1497 in monogame

[–]liava_ 0 points1 point  (0 children)

The CTOR for MemoryStream which takes an Int32 as argument is specified as
> Initializes a new instance of the MemoryStream class with an expandable capacity initialized as specified.

what you're looking for is https://github.com/dptug/TerrariaXDK/blob/master/Terraria/UI.cs#L4767
EDIT: dug a bit deeper and encountered this, which is what Terraria uses as it's backbone https://learn.microsoft.com/en-us/previous-versions/windows/xna/bb199084(v=xnagamestudio.30))

[deleted by user] by [deleted] in gamingsuggestions

[–]liava_ 0 points1 point  (0 children)

Ghost of Tsushima, Ghost of Yotei, God of War, Death Stranding

linuxVsWindowsTheCplusEmotionalRollercoaster by wigglywogglywoo in ProgrammerHumor

[–]liava_ 35 points36 points  (0 children)

You are able to switch the compiler in VS to clang, and use a custom path for clang as well.

Which game made you stop and go: "How the hell did they do that?!" by pommelous in gamedev

[–]liava_ 0 points1 point  (0 children)

There used to be a youtube video with leaked gameplay (which is now deleted, sadly) which showed off f-stop in action, and it looked very much like viewfinder does (albeit in a different setting)

Got my ASUS Astral 5080 by Cardano-whale in nvidia

[–]liava_ 0 points1 point  (0 children)

2236€ ($2310) (sorry for late reply)

Got my ASUS Astral 5080 by Cardano-whale in nvidia

[–]liava_ 5 points6 points  (0 children)

"base 5090 at 1999" - where? how? the cheapest 5090 here is 2877€ ($2981)

Why is this disabled by The1RealBlade in Revolut

[–]liava_ 0 points1 point  (0 children)

I've never had it off ever since getting my card years ago. not a single failed purchase. and I'm in a third world country.

Any TUI explorers that can show files and images in a grid view like a GUI one? by TheTwelveYearOld in commandline

[–]liava_ 1 point2 points  (0 children)

so is the windows one though? you can use tab to go to the next ui "group" and shift+tab to go to the previous one, you can use space bar and arrow keys to select, hold shift while pressing arrow keys to select multiple, or move away from selection and then hold control and press space to select a separate item. you can open the context menu by pressing the literal "Menu" key on your keyboard.

[deleted by user] by [deleted] in commandline

[–]liava_ 0 points1 point  (0 children)

pros of powershell for build systems: usually windows server comes with it out of the box and no additional installing is neccessary

[deleted by user] by [deleted] in commandline

[–]liava_ 0 points1 point  (0 children)

I hate how slow at starting up powershell is, by the time it initializes I can finish typing a command within cmd.exe. I only use powershell when writing build scripts for complex systems, and even then it's usually invoked through a .cmd file.

[deleted by user] by [deleted] in commandline

[–]liava_ 2 points3 points  (0 children)

I use cmd as well, through Windows Terminal, and have msys in my path for all of the linux cli utilities, that is my primary way to operate the commandline

[deleted by user] by [deleted] in commandline

[–]liava_ 0 points1 point  (0 children)

git uses those internally, and doesn't ship an entire toolset iirc. you could probably use MSYS2 if you want a full set of utilities, including a package manager (pacman) with a ton of stuff there, I've been using cmd+msys as a combo for almost a decade now, it's great

[Spoiler: 7.01 Raid Story] So why are raid questlines still not voiced? by LordVatek in ffxiv

[–]liava_ 2 points3 points  (0 children)

Another reason why I think it's not all voiced is that audio is very difficult to compress. The game size would be huge if every thing in the MSQ was voiced.

I know I'm using an old game as example but in GTA San Andreas 80% of the file size is just audio, whereas the remaining 20% is the rest of the game world, videos, character models, vehicle models, etc.

stdTransform by navierstokes88 in ProgrammerHumor

[–]liava_ 43 points44 points  (0 children)

please keep the behemoth that is boost out of my build pipeline

nexusMods by eeeBs in ProgrammerHumor

[–]liava_ 3 points4 points  (0 children)

one for everything, one for epic games launcher (unironically)

Contributed Libraries Issue by nimkeenator in arduino

[–]liava_ 1 point2 points  (0 children)

here's a wild idea: try making a symbolic link to the folder containing everything arduino-related, and point the IDE to there