Changes between Version 10 and Version 11 of ActionQuake2


Ignore:
Timestamp:
Oct 15, 2024, 2:43:34 AM (4 weeks ago)
Author:
w96k
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ActionQuake2

    v10 v11  
    3737It should work for Debian-based systems (Debian, Ubuntu, Linux-Mint and so on). If you have different system only part with `apt install` (dependencies) should change. After running this command you should be able to call `q2pro` binary in your terminal. For example: `q2pro --version`.
    3838
    39 ==== Starting the game
    40 You need to do some change
     39=== baseq2
     40Run `q2pro`. By running this it should create `.q2pro` folder in your home directory (`~`).
     41
     42It should complain about lack of the baseq2:
     43
     44{{{
     45$ q2pro
     46------- FS_Init -------
     47Current search path:
     48/home/w96k/.q2pro/baseq2
     49/usr/share/q2pro/baseq2
     50-----------------------
     51------- R_Init -------
     52Using video driver: x11
     53Using GLSL rendering backend.
     54********************
     55FATAL: Couldn't load pics/colormap.pcx: No such file or directory
     56********************
     57}}}
     58
     59`baseq2` is the quake 2 game itself. Quake 2 is proprietary game, but the source code of the engine was released long time ago. Yet the source of the art, sounds, models and so on is not free. Some games share this model like [[https://warsow.net/|Warsow]].
     60
     61So, you need to aquire baseq2 yourself by buying the game. Or basically downloading it elsewhere, but I didn't say this. You can buy Quake 2 here:
     62- [[https://www.gog.com/en/game/quake_ii_quad_damage|GOG]] (DRM-free)
     63- [[https://store.steampowered.com/agecheck/app/2320/|Steam]]
     64
     65By the way Enhanced Quake 2 is good in case if you never played Quake 2 before.
     66
     67Just buy it, look for installed folder and copy paste baseq2 folder to `~/.q2pro/baseq2`. For steam version on linux it would be `~/.steam/debian-installation/steamapps/common/Quake \ 2/baseq2`.
     68
     69==== aq2
     70So we god quake2
    4171
    4272=== aQtion using Steam