Giter Site home page Giter Site logo

Comments (6)

res2k avatar res2k commented on July 28, 2024 1

Try to get the "standard output", for example, by running Q2RTX.exe from inside Visual Studio, which should capture the output. Any errors etc. being reported may give a good hint on what you're missing.

Alternatively, you could also attach a debugger to the process when that dialog pops up and press "Retry".
Investigating the state of the application may also tell you what's not working ... However, this is somewhat more involved; try to get the aforementioned output first, and if that isn't enough, dig deeper with the debugger.

Last but not least, you can just guess - if you look into the Steam release you can notice Q2RTX comes with some extra files (blue_noise.pkz, q2rtx_media.pkz) beyond the Quake 2 data files, so you could try to just copy those into your "build" folder.

from q2rtx.

apanteleev avatar apanteleev commented on July 28, 2024

It looks like you need to either install the Vulkan SDK, or build glslangValidator from source - it's included here as a submodule.

Vulkan SDK can be found at https://www.lunarg.com/vulkan-sdk/
To build glslangValidator, check the "CONFIG_BUILD_GLSLANG" setting in the CMake configuration.

from q2rtx.

BoostAddicted avatar BoostAddicted commented on July 28, 2024

Looks like it was in fact the Vulkan SDK missing that caused my errors - thanks. I was able to finish the CMake process and build in Visual Studio, but I can't seem to get the game to run. I tried to figure it out on my own, but I'm probably missing a step. I'm not sure what step 3 is asking me to do (I know what a symbolic link is). I'm guessing I don't have the necessary game files within the folders. I feel bad asking, but hoping someone can help me learn.

image

image

image

from q2rtx.

CyberAP avatar CyberAP commented on July 28, 2024

I'd suggest building with Visual Studio 2022 (don't forget to install CMake extensions in Visual Studio installer). I tried builing just using cmake but that didn't work for me either. It did work through the Visual Studio app with this guide: https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170

Also, don't forget to delete the CMakeCache.txt file.

from q2rtx.

BoostAddicted avatar BoostAddicted commented on July 28, 2024

Thanks @res2k. I was missing blue_noise.pkz and q2rtx_media.pkz in my build path: F:\Steam\steamapps\common\Quake II RTX\baseq2\Q2RTX-Github\Q2RTX\baseq2. I had them in the wrong place.

After building with Visual Studio, I needed to copy pak0.pak, blue_noise.pkz, and q2rtx_media.pkz to the above directory for the game to launch. I also noticed the players and video folders in Q2RTX/baseq2 missing. Music was also copied. Unsure if anything else is missing - I have yet to see any errors in the console.

I found the aimfix (#274) within the Player menu. Is it more appropriate to have that in the input or other menu?

from q2rtx.

runlevel5 avatar runlevel5 commented on July 28, 2024

@BoostAddicted please feel free to close this ticket

from q2rtx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.