Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 95 Siguiente »

Guide

This article is part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps.

Now that you have the source compiled, you need to extract some necessary files.

Extractors

Trinity requires certain files obtained from World of Warcraft client.

You must compile the core with tools, you will get the following files: mapextractor, vmap4extractor, vmap4assembler, mmaps_generator.

Then put them in the same directory your World of Warcraft binary (wow.exe on windows) is.

Download and put https://raw.githubusercontent.com/TrinityCore/TrinityCore/3.3.5/contrib/extractor.bat on the same directory as World of Warcraft binary (wow.exe on windows) is and run it.

Some are optional but highly recommended, the files are:

DirectoryBranch
dbcallMandatory
mapsallMandatory
vmapsallHIGHLY Recommended
mmapsallHIGHLY Recommended
camerasallRecommended

gt

master onlyMandatory

After extracting all necessary files simply copy all the newly created directories to the directory with worldserver binary. Alternatively you can specify directory where you want to keep them changing DataDir value in worldserver.conf file.

Use ONLY Trinity's extractors. Others are NOT supported.

If you use extractors from other projects it is almost certain that your TrinityCore will not recognize the extracted data! There is only one way in which you can be certain to obtain the correct extractors. If you add the option TOOLS in CMake before compiling, you will get them in your D:\Build\bin\<build mode>\ folder after compilation is complete.

P.S: you need the extractors for the client version you are trying to use, the numbers of maps versions aren't wow versions, if you plan to extract maps from 3.3.5a client you will need to use extractors of branch 3.3.5a, if you plan to extract maps from other wow versions you must compile the extractors of those branches.

RECOMMENDATION: compile tools in release mode to save time, debug mode extraction is much longer and it's only needed if you have a crash to report.

Contents


Linux Server Setup

macOS Server Setup

Windows Server Setup


When this is complete you may receive the following message which can be safely ignored.

Processing Map 724
[################################################################]
Extracting GameObject models...Extracting World\Wmo\Band\Final_Stage.wmo
No such file.
Couldn't open RootWmo!!!
Done!
 
Extract V4.00 2012_02. Work complete. No errors.


worldserver.conf / authserver.conf (bnetserver.conf for master) (you must remove .dist from worldserver.conf.dist / authserver.conf.dist / bnetserver.conf.dist files to obtain them)

Scroll down to the LoginDatabaseInfo, WorldDatabaseInfo, and CharacterDatabaseInfo configuration options and enter MySQL Server login information for the server to be able to connect to your database.

On a newly compiled configuration, you should have the following values:

LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth" worldserver.conf / authserver.conf (bnetserver.conf for 6.x/master)    
WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world" worldserver.conf    
CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters" worldserver.conf

It follows this structure:

Variablename = "MySQLIP;Port;Username;Password;database"  


The following settings must be verified:

  • The hostname (127.0.0.1) can stay the same if Trinity is being installed on the same computer that you run WoW on.
    Otherwise, follow the instruction in Realmlist Table if this is not the case. 
  • The port (3306) is the standard configured value. If you changed the default port on your mysql settings, you must change it accordingly.
  • The username and password can be variable. You can choose to either:
    • use default trinity / trinity username and password pair.
    • create an unique login within a User Manager within your preferred database management tool (commonly identified by an icon that looks like a person or people) and give it necessary permissions (SELECT, INSERT, UPDATE, DELETE permissions are sufficient, and is much safer).

Pro Tip

 For most worldserver.conf setting changes, you can simply type .reload config in-game to see changes instantly without restarting the server.


Public Servers

The TrinityCore Team and Owners DO NOT in any case sponsor nor support illegal public servers. If you use these projects to run an illegal public server and not for testing and learning it is your own personal choice.


Troubleshooting

"Unable to open wmo_list.txt! Nothing extracted."

you need to run Mapextractor.exe before the makevmaps_simple.bat.


Help

If you still have any problem, check:



Guide

This article is part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps.



  • Sin etiquetas