Legendary external network erection tutorial with graphic explanation - Gom engine

Preparatory work before erection:

①Download the version, patch, client and DBC2000 through Baidu Netdisk. The version is decompressed to the D drive, the client is decompressed to the D drive or the E drive, and the patch is not decompressed first.

② Install and configure DBC2000, DBC2000 database download and installation tutorial click to view

Before setting up, confirm whether there is anything missing in the version file. The version file must include DBServer, LoginGate, LoginSrv, LogServer, Mir200, Mir200, RunGate, SelGate, Logger, Website and GameOfMir Engine Controller.exe, and any of the above files is missing. Can't set it up.

Erection steps:

configuration engine

Build a website

upload list

configure logger

Add login, modify website content

configure micro-endian

game testing

1. Configuration engine

There is an engine program in the version folder: GameOfMir engine controller.exe, double-click to open

 

 

Click [Configuration Wizard], the directory where the game server is located is the version path, the default is D:\MirServer\, fill in according to your version.

The game database name is the name we filled in when configuring DBC2000, the default is HeroDB, fill in according to the DBC configuration.

The name of the game server is the name of the legendary area, which is easy to understand, xx legend xx number xx area, or play freely.

For the game server external network IP address, directly check the following dynamic IP address.

After setting, click Next

 

The second step is to set the login gateway port, the default is 7000, this port will also be used in the list, the first area can be set directly by default

 

 Click Next, the next few gateways are all default settings, the next step is to generate a new engine configuration file, start the game controller, do not close it after starting, just minimize it, when your engine and gateway are started, there is no problem, in The engine console log can be reflected

 

2. Build a website

Before building a website, you need to prepare a registered domain name. If you don’t have one, you can rent one. After the domain name is ready, you need to contact the service provider to resolve it. It can only be used after it is resolved.

 

After the domain name is resolved, enter the server to find the version-supporting website folder, right-click to copy a copy, and paste it in the root directory of the D drive or E drive. In fact, it can be copied or not. The copy is for modifying the content of the web page later If you make a mistake, you can have a copy of the original webpage as a backup

 

Click [Start] - [Administrative Tools] - open [Internet Information Services (IIS) Manager], there is a + sign under the start page, click [Website] right click [Add Website].

The name of the website can be filled in freely, internally, it is just for the convenience of the website administrator to better manage the website.

The application pool selects the default DefaultAppPool, or not.

The physical path selects the website folder just copied.

Because the website is built with the registered domain name, the IP address does not need to be assigned here, the system will automatically assign it, the port is filled with 80, and the host name is filled with the registered domain name.

Click OK, and the website is built.

 

Click the newly built website, right-click [Manage Website]-[Browse this website] to visit the website in the server. In order to ensure that there is no problem with the website construction, you can open the domain name with a browser on the external network to see if you can access it. There is no problem. If the server can be accessed, but the external network cannot, you can check whether the server firewall is closed. If it is not closed, you can close it.

 The website is built here.

3. Upload list

Create a new .txt file on the desktop, the name can be simpler, such as 123.txt, open the GOM list of the www.pkp123.cn:88 website, copy the list content, and paste it into the newly created file

 

 

Because this is a stand-alone list, the IPs used are all 127.0.0.1. Now we set up an external network, we need to replace 127.0.0.1 with our server IP. It is not necessary to replace all IPs. You can only replace the few IPs in the constituency. If The open area and the micro-end are done on the same server, and the IP of the micro-end can also be replaced with the IP of the server 

 

        

When your list is modified, copy the list file to the website folder on the D disk, and read the list through the website. Example of the list address: www.uijt.cn/123.txt, copy this address to the computer Open the browser to see if you can get the list. If you can read it, it means that the login device configured later can also be read

 

 

Fourth, configure the logger

       The list address has been obtained in the previous step. Next, configure the logger. Here we use the free NSFOCUS logger as an example. Generally, the version of the gom engine will have its own logger generator. In the logger folder, replace the original one. The logger generator, we need to go to NSFOCUS to download a free logger

 

After downloading, unzip it to the desktop or the root directory of the D drive, find the two files [NSFOGOM GOM Configurator] and [Key.lic], copy the two files, and paste them into the version logger folder, if there is a prompt Duplicate files, then copy and replace.

In addition, key.lic should also be copied to the mir200 folder, restart the engine

 

Open the NSFOCUS GOM configurator in the logger folder, fill in the list address obtained in the previous step for the main list and backup list, and the shortcut is the name of the logger. To do micro-end, check the micro-end mode in the search client condition setting. Click on the logger skin editor to see if it is the matching logger skin, if not, you can right-click to read the skin configuration and select the matching skin. After the configuration is ok, click Generate Logger.

After prompting that the logger is generated successfully, we can find the newly generated logger in the logger folder, and add the logger to the compressed file.

 

5. Add a logger and modify the content of the website

Copy and paste the logger compressed package just generated to the website folder, find the index.html web page file, right-click to open it and select Notepad, open it and find the code for logger download/micro-terminal download, which is in front of "logger download" You can see that there is a href, followed by a quotation mark "", fill in the login name + suffix name in the middle of the "quotation mark", for example: Xintianmoyaosha.rar

 

 

There may be multiple links to download the logger in the source code of a web page, so you need to check it several times to see if there is any missing, save it after modification, go to the computer browser to open the webpage, press ctrl+F5 to force refresh, and then click the logger to download , to see if it can be downloaded, and if it can be downloaded, it means that there is no error in the operation.

 Here the legend is set up

 

Guess you like

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