DravenusRex / stalker-gamma-linux-guide

A guide to getting S.T.A.L.K.E.R. - G.A.M.M.A. running on GNU/LINUX.
73 stars 7 forks source link

Some minor conveniences. #3

Closed cha0sbuster closed 1 year ago

cha0sbuster commented 1 year ago

I'm going through the install process on a virtual machine right now, and I have both a hurdle to report and an insight I gained.

The hurdle was Visual C++ Redistributable; it's required for Mod Organizer 2 and can be obtained here: https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 (A Windows user on a native machine would have this already.)

The insight is shared folders. I'm using virt-manager to install, and installing to an external USB drive, so I was able to use QEMU/KVM's USB Redirection to mount the drive in the VM for the install process, to avoid copying things around. But if you're installing with an internal drive, you'll need to use filesystem sharing, a tutorial for which is here: https://blog.sergeantbiggs.net/posts/file-sharing-with-qemu-and-virt-manager/

Hope this helps someone a bit :)