osiris123 / pseuwow

This is currently the main dev branch of PseuWoW.

Home Page:http://mangosclient.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://mangosclient.org

License:Other


Languages

Language:C 48.9%Language:C++ 43.5%Language:Assembly 2.2%Language:Shell 1.7%Language:Groff 1.2%Language:Pascal 1.1%Language:Makefile 0.4%Language:Objective-C++ 0.2%Language:CMake 0.2%Language:HTML 0.1%Language:Module Management System 0.1%Language:SAS 0.1%Language:XSLT 0.1%Language:M4 0.1%Language:DIGITAL Command Language 0.0%Language:Python 0.0%Language:Batchfile 0.0%Language:Objective-C 0.0%Language:CSS 0.0%Language:Perl 0.0%Language:Smalltalk 0.0%