Legendary mobile game three occupations 1.80 joint attack server three-terminal intercommunication version building tutorial

Legendary mobile game three occupations 1.80 joint attack server three-terminal intercommunication version building tutorial

Hello everyone, I am Chiwang Aixi. With the development of the times, we have less and less time to play the legendary games that we loved before. At a certain age, everyone has their own career and life pressure. In the past, we always played so-called client games on the PC side. Now everyone is busy, and it is really tiring to sit and play for hours after get off work. Today, Ai Xi teaches everyone how to build a mobile game legend and get back our youth!

So let's get straight to the point and get started:

Preparation for erection: a server with a win system (we use the 2012 system as a demonstration), server and client

(Turn off the server firewall, if you don’t know how to do it, go directly to the server provider to do it!)

Tools needed for editing: Visual Studio, Notepad++

The remote tool we use in this tutorial is the remote tool win+R that comes with the computer. After you lose mstsc, it will come out.

 

(Note that xxxx in this article is http, xxxxx is https, and zzz is www. I hope everyone understands it due to PT reasons)

First enter the server and upload our resource package to the server, usually a .zip file or a .rar file, depending on the decompression software in your computer.

Unzip the uploaded compressed package to the root directory of the D drive

 

 

Modify the server IP below (except 127.0.0.1 do not modify!!!)

Change the IP in the following file to your server IP

(Right-click to open with Notepad++ after finding the corresponding file according to the path)

D:\mud2.0\DBServer\DBService.ini

D:\mud2.0\GateServer\GameGate\MirGate.ini

D:\mud2.0\GateServer\logingate\LoginGate.ini

D:\mud2.0\logincenter\logincenter win\application\controllers\serverlist.lua

 (sometimes the file path of logincenter will be placed in the root directory alone according to personal habits)

D:\mud2.0\logincenter\logincenter_win\config\serverlist.json

(The name of this file is a bit different - so you can look it up in the mud.2 file)

D:\mud2.0\Mir200\Gs 1\!Setup.txt

D:\phpStudy\WWW\project.manifest These two files are used for hot update under the website directory

D:\phpStudy\WWW\version.manifest

 

Batch replace the IP inside with your server IP

Change the IP in the hot change file to your server IP

D:\phpStudy\WWW\assets\res\mir2.zip\mir2.def.ip

D:\phpStudy\WWW\assets\res\mir2.zip\mir2.scenes.sfselect.scene

 

D:\phpStudy\WWW\assets\res\mir264.zip\mir2.def.ip

D:\phpStudyWWW\assets\res\mir264.zip\mir2.scenes.sfselect.scene

 

After modification, copy the modified two compressed packages and put them in D:\Mandatory\Hot Update Files\res

 

Start the Ares hot update tool to read the file, and two files will be read. Replace the read MD5 value and size value with your modified hot update package files res/mir2.zip and res/mir264.zip

 

Our hot change file directory is in the D:\phpStudy\www\project.manifest file

(The generated value may be different, remember to save the format unchanged. Just press the space to align)

 

 

After the modification, our server is ready! ! !

Next, we start the program 1-8 in the figure

 

Just start in order

The first step: start the website (click to start and display two green lights as normal)

 

Step 2: DBServer (click START ENGINE)

Step 3: ltemLogServer (click START)

Step 4: Run

Step 5: LoginGate

Step 6: GGService

Step 7: M2Server

 

Step 8: Pangu full-featured offline version

 

Modify the client apk file, find the \assets\res\project.manifest file, open it with Notepad++ and pull it to the end, and change the IP in the file to your server IP

 

Open it with the emulator, throw the client file we just modified into it, download, install and start

 

 

 

 

 

In this way, the version 1.80 combination of our legendary mobile game three professions has been set up. Go to work during the day and hang up the phone at night to attack the sand with the brothers! ! ! Free your hands to add a touch of color to this ordinary life.

I’m Chiwang Aixi, and that’s all for today’s sharing. We’ll see you next time. I hope it will be helpful to friends in need.

There are a lot of fun things you can do with a server!

Guess you like

Origin blog.csdn.net/V13807970340/article/details/130850256