Build Stalker information and sketches.

I have found a very nice archive, this is a lot of build Stalker Call of Pripyat information and sketches. There is a lot of spreadsheets with artifact statistics as well. This would be very interesting to any Stalker fan. Download it here: https://mega.nz/file/ppxESI6T#sJaSjCzDyuxSO6pZU18Jbi3Y4_6O63zV-MLlYFsz3As. There are also a few photos of the Jupiter Factory from … Read more

How to compile the leaked CS:GO source code leak. This apparently works.

1. Install Visual Studio Community 2015 on Windows 10 64 bit 2. Create the solution with CreateSolution.bat 3. Replace any #include “../../src/public/vgui_controls/Controls.h” with #include “../../public/vgui_controls/Controls.h” 4a. Copy cryptlib.lib from hl2_src\lib\common\win32\2015\release\cryptlib.lib to cstrike15_src\lib\win32\2015\release\ (create the folders as neccessary) 4b. copy hl2_src\lib\public\libcef.lib into cstrike15_src\lib\win32\release\libcef.lib Apply the fixes: `git am < basic_fixes.patch` basic_fixes.patch1 2 3 4 5 6 ... Read more

How to build the OpenXray engine on Linux and run Call of Pripyat natively.

Stalker Call of Pripyat is easy to run on Linux. This is due to the new OpenXray engine available for Windows and Linux. I managed to finally build this on Ubuntu 18.04 with gcc-8. Firstly, download and install the required source code. 4.4 Wed Aug 28 jason@Yog-Sothoth 0: $ git clone https://github.com/OpenXRay/xray-16.git –recurse-submodules4.4 Wed Aug … Read more

How to build a 4.6 kernel on Ubuntu 16.04.

Firstly, download a kernel tarball from kernel.org. jason@jason-desktop:~$ wget https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.6-rc1.tar.xz –2016-03-29 10:22:34– https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.6-rc1.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)… 103.245.222.69 Connecting to cdn.kernel.org (cdn.kernel.org)|103.245.222.69|:443… connected. HTTP request sent, awaiting response… 200 OK Length: 89423304 (85M) [application/x-xz] Saving to: ‘linux-4.6-rc1.tar.xz’   linux-4.6-rc1.tar.xz 100%[======================================================================>] 85.28M 1.29MB/s in 66s   2016-03-29 10:23:54 (1.28 MB/s) – ‘linux-4.6-rc1.tar.xz’ saved [89423304/89423304]jason@jason-desktop:~$ wget https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.6-rc1.tar.xz –2016-03-29 … Read more

How to compile a 3.15 kernel on Linux the easy way using the command line.

Compiling a kernel on Linux is very easy using the command line. You may download the latest mainline kernel from kernel.org. This is 3.15. Extract the file using this command. tar -xvf linux-3.15.tar.xztar -xvf linux-3.15.tar.xz Clean the source tree using this command. make mrpropermake mrproper Then open the configuration menus using this command. make menuconfigmake … Read more

windows 8 alpha leak september 2011.

Windows 8 Metro User Interface.

The alpha build of Windows 8 has been leaked onto the world wide web. The previews are available here: http://dev.windows.com/, later today. They are incomplete developer builds, so do not expect to be able to install these and run your business or other critical applications, but they are perfect for testing out the new features … Read more