Difference between revisions of "Quake2 on Ubuntu or Mint"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
Line 11: Line 11:
 
STEP #3 - use game-data-packager to build and install the data packages for Quake 2
 
STEP #3 - use game-data-packager to build and install the data packages for Quake 2
 
  game-data-packager -i quake2 ~/games/quake2
 
  game-data-packager -i quake2 ~/games/quake2
 +
 +
It is important that you see the following message if you are trying to go with the full version of Quake2 that you already own:
 +
INFO:game_data_packager.build:will not produce "quake2-demo-data" because we have the full version "quake2-full-data"
 +
If you don't see this message then you will end up with the demo game only.
  
 
STEP #4 - launch quake2 from the cinnamon games menu
 
STEP #4 - launch quake2 from the cinnamon games menu
 +
 +
== troubleshooting ==
 +
WARNING:game_data_packager.build:cannot unpack "setup_quake2_quad_damage_2.0.0.3.exe": tool "innoextract" is not installed
 +
 +
This error doesnt seem to stop anything however it would be interesting to try to do it with innoextract installed.
 +
 +
 +
 +
  
 
[[Category:Computer_Technology]]
 
[[Category:Computer_Technology]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 22:56, 8 November 2019

If you have the full version of quake2 on disc, or network drive...

STEP #1 - Install quake2 wrapper for Linux from repository

apt install quake2

STEP #2 - Copy your full version files from source to the following path:

mkdir ~/games
mkdir ~/games/quake2
cp quake2/* ~/games/quake2

STEP #3 - use game-data-packager to build and install the data packages for Quake 2

game-data-packager -i quake2 ~/games/quake2

It is important that you see the following message if you are trying to go with the full version of Quake2 that you already own:

INFO:game_data_packager.build:will not produce "quake2-demo-data" because we have the full version "quake2-full-data"

If you don't see this message then you will end up with the demo game only.

STEP #4 - launch quake2 from the cinnamon games menu

troubleshooting

WARNING:game_data_packager.build:cannot unpack "setup_quake2_quad_damage_2.0.0.3.exe": tool "innoextract" is not installed

This error doesnt seem to stop anything however it would be interesting to try to do it with innoextract installed.