39 | | ==== Starting the game |
40 | | You need to do some change |
| 39 | === baseq2 |
| 40 | Run `q2pro`. By running this it should create `.q2pro` folder in your home directory (`~`). |
| 41 | |
| 42 | It should complain about lack of the baseq2: |
| 43 | |
| 44 | {{{ |
| 45 | $ q2pro |
| 46 | ------- FS_Init ------- |
| 47 | Current search path: |
| 48 | /home/w96k/.q2pro/baseq2 |
| 49 | /usr/share/q2pro/baseq2 |
| 50 | ----------------------- |
| 51 | ------- R_Init ------- |
| 52 | Using video driver: x11 |
| 53 | Using GLSL rendering backend. |
| 54 | ******************** |
| 55 | FATAL: 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 | |
| 61 | So, 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 | |
| 65 | By the way Enhanced Quake 2 is good in case if you never played Quake 2 before. |
| 66 | |
| 67 | Just 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 |
| 70 | So we god quake2 |