Skip to content
forked from shlainn/pseuwow

This is currently the main dev branch of PseuWoW.

License

Notifications You must be signed in to change notification settings

Marrikulus/pseuwow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preinstall

On ubuntu these are the packages that need to be installed to compile

sudo apt-get install cmake libx11-dev x11proto-core-dev x11proto-gl-dev x11proto-kb-dev libpng12-dev zlib1g-dev x11proto-xf86vidmode-dev libxxf86vm-dev libxau-dev libxext-dev libxi-dev x11proto-input-dev x11proto-xext-dev libjpeg62-dev mesa-common-dev

ubuntu 16.04:

sudo apt-get install libssl-dev

ubuntu 18.04:

sudo apt-get install libssl1.0-dev

Installation Instructions

PseuWoW installation uses CMake. Please create a new directory for the build and create Build Files appropriate for your system using cmake or cmake-gui. If you prefer to use the command line, this is an example of the process, starting in the PseuWoW root directory:

mkdir build
cd build
cmake ..
make
make install

To build stuffextract, as well as the model viewer, define BUILD_TOOLS in cmake by appending -DBUILD_TOOLS=1 to the command line. To build a Debug version of PseuWoW, define DEBUG in cmake by appending -DDEBUG=1 to the command line

After installation edit the config files in bin/conf and rename them to PseuWoW.conf, gui.conf, ScriptConfig.conf and users.conf. If UseMPQ in PseuWoW.conf is set, create a link/copy to your "TheGame" Data folder in bin. Otherwise use stuffextract with the appropriate parameters to extract data from "TheGame" archives and copy it to bin/data

To run PseuWoW please execute

./pseuwow

The model viewer is strictly a debugging tool. It is not user friendly. The viewer expects to find MPQ files in ./Data and uses models and textures from MPQ files. The viewer cannot browse MPQ files.

About

This is currently the main dev branch of PseuWoW.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.2%
  • C++ 44.0%
  • Assembly 2.2%
  • Shell 1.7%
  • Roff 1.2%
  • Pascal 1.1%
  • Other 1.6%