top of page
Search
aleksandrkomarov59

WoW-1.12.1-Server-Data.7Z: How to Run a Vanilla WoW Server with Mangos ZERO



You can use any WoW client to play, as long as it's version 1.12.1.Where you got it from doesn't really matter.You can Google around for one, but we also provide some handy links for you to download it from:




WoW-1.12.1-Server-Data.7Z free down



Once the download is complete, you might have just a single file, named wow.zip or wow.rar.This means that the file is an archive and needs to be extracted first.The best program for that job is 7-Zip.Once you have 7-Zip installed, you can just double-click the wow.zip or wow.rar file and 7-Zip will open it up.Select "Extract to" and give a destination folder.


If you get a complete blank screen at launch, but you can hear music, the problem is with your graphics settings.New computers might not have DirectX9 installed and later versions of DirectX miss some functions of that one.Microsoft still offers it as a free download, so get it and install it, see if that fixes your problem.


Currently, most of World of Warcraft's "private servers" are actually server-side software simulators. It is a software developed to simulate the functions of the original game server after analyzing and decrypting the client game software and the data communicating with the server. Most of such simulator software is also open-source software. For example, for most of the mangos server software used by Warcraft private servers, the mangos project is an open-source free software (like Linux or Firefox) and complies with the most stringent GPL protocol.


The technical details of mangos are as follows. The core component is a core framework program that is irrelevant to a specific game. It mainly involves process scheduling, creating the world, and establishing a heartbeat mechanism, process network access. MySQL, an open-source database software that can be used by databases. As for the game content database, game characters, time, and world scripts, they are all implemented by the extension scripts supported by this core program, therefore, some independent projects specifically simulate World of Warcraft to develop core programs supporting mangos. Now the core program of mangos has been developed on the famous collaborative development website SourceForge, and the collaborative development tool used is subversion. You can download the latest source code from the SourceForge subversion database.


For Windows XP operating system, 7-Zip is recommended for decompression software. (Someone installed on Linux and MacOSX on the mangos Forum. Windows XP is used here for map extraction convenience)Upgrade the World of Warcraft client software to version 1.12.1 or later.Compiled mangos binary file. (You can also compile it yourself. Here I provide mangos Rev, 3462 is the development database version number),: Http://www.megaupload.com /? D = t0sguoqbMap Extraction Tool ad.exe(this map Extraction Tool is dedicated to 1.12.x, tbccompare compare New ad.exe, TBC map Extraction Tool is not applicable to older versions of map),: /? D = dzw472b4Mpqfile Extraction Tool mpqe_1.2.rar. Blizzard's games all adopt a file format called mpq, short for Mike o'brien pack. Mike is the chief game developer and creator of blizzard. Use mpqe.exe to extract related files from the client. :Http://www.megaupload.com /? D = vl2dxhxwOpen source database software MySQLOfficial Website: MySQLOr use the downloadedVersion: /? D = odyrbwsfMysql client software sqlyog, compiling and managing database operationsOfficial Website: hereMy downloaded version 5.30: /? D = dd0lk19hThe game content database works with mangos rev 3462.File Name: CompleteSDB156-Mangos3462.rar:Http://www.megaupload.com /? D = 0eme2u4y


Create a directory, for example, "C:/mangos"Decompress the binary file of your downloaded mangos to this directory.Check two important server configuration files: "mangosd. conf" and "realmd. conf ". In "mangosd. conf", you can configure items, the drop rate of money, and the growth rate of experience values.


7. download and install the database content. As mentioned above, mangos is only a game engine. The game content is developed by an independent group. Here we use the famousSilver's database site library. The version is sdb156.


Decompress the downloaded completesdb156-mangos00002.rar file, which contains several database files. Locate the realm-database-full. SQL and mangos-full-for-rev3462. SQL files.Use sqlyog to connect to your database.Find realmd in the Left bar, right-click and choose "restore from SQL dump", find "realm-database-full. SQL", and import the database file.Also find mangos, right-click to select "restore from SQL dump", find "mangos-full-for-rev3462. SQL", import database files.


1. downgrade to 1.12.12. Compile the mangos source code by yourself. In the mangos source code:Find the file "src/shared/Common. h ", line 4 (the following references the latest mangos source code. mangos development policy is that only one version is supported in each development process, so as to ensure the overall quality of the Code, the current version is 6546 (Wow TBC 2.0.12). You can use SVN commit out of the old version to modify this line of code and compile your own mangos execution file.44 // we need to stick to 1 version or half of the stuff will work for someone45 // others will not and opposite46 // will only support Wow And wow: TBC 2.0.12 client build 6546...4748 # define expected_mangos_client_build 6546, 0


In view of the fact that some new users do not download the source code, I wrote a post for reference.1: Download The TortoiseSVN-1.3.5.6804-svn-1.3.2 tool firstLanguagePack-1.3.5.6804-win32-zh_CN (this is a language patch)After the installation is completed, change the language in setting to OK.Http://luwakin.gbdisk.com/this handsome guy's network hard drive has it!Then install ...... (nonsense ....)


3: download it from my images !!!!(1) create a folder, right-click it, select SVN, and enter the Source Code address above!(2) After confirmation, the file will be automatically downloaded. After the download is complete, the file to be exported will be exported... you can export the file by referring to the last figure!


1) first, you need two software. The first is to download and update tortoisesvn for mangos source code. The second is vs2003 or vs2005.Note: vs2003. this is recommended because many errors occur when vs2005 is used... causing compilation failure...When vs2003 is used, there is no problem.


Download the latest version of scriptdev and use it with mangos. You need to perform the following steps:1) create a folder and name it. Right-click the folder...Like the above mangos source code download method, use SVN checkout, URL address for , and then use SVN update2) After completing the preceding steps, right-click the folder, select tortoisesvn, and then select export.Select a new folder and click OK. The latest scriptdev version has been released.3) copy the SQL, SRC, and win folders to the mangos folder in the new export folder,Now, when you compile mangos, the latest scriptdev...Important: when a new version of scriptdev comes out... You must repeat the above actions... 2ff7e9595c


0 views0 comments

Recent Posts

See All

コメント


bottom of page