Changes between Version 16 and Version 17 of ActionQuake2


Ignore:
Timestamp:
Oct 15, 2024, 3:24:46 AM (4 weeks ago)
Author:
w96k
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ActionQuake2

    v16 v17  
    7575- Full set with all textures and maps: https://disk.yandex.ru/d/HtmBA8CEcWDRaA (Download this)
    7676
     77Unpack the archive and move `action` folder to `~/.q2pro/`. You might need to install `p7zip` package for extracting 7z archives. You can install it using `sudo apt install p7zip` and then run `7za x aqtp_files.7z -o/home/<your_user>/.q2pro/`.
     78
     79
     80So the results of `ls ~/.q2pro/` would print the following:
     81{{{
     82$ ls ~/.q2pro
     83action  baseq2
     84}}}
     85
     86Now if you run `q2pro` and then run `set game action` in game console by pressing `~`, you will switch to Action Quake game. But it is not playable without loading a config first.
     87
    7788=== @zevlg config
    7889- @zevlg config: https://github.com/zevlg/dot.q2pro (Download this)