This tutorial is set by the author's setting without permission.
This tutorial will teach you how to create your own online room.
Step 1: Create an account
Open OpenFRP, click to use it, and then go to the registered account according to the prompts.
Fill in the relevant information and click Register.
Open the personal center, go to the real -name authentication, and then click to buy the number of real -name authentication (this fee is for the certification interface).
After the real -name authentication is successful, return to the console to copy the access key and save it.
At this point, the registration part of OpenFRP came to an end.
Use this module
Note: The following information will be used as an example:
Username: test@test.com
Password Testpassword123
Key ABCDEF123456789abcdef123456789ab
Fill in the configuration file:
Corresponding to your game version to download the corresponding module file and put it in the Mods folder.
Start the game once to let the module generate FRPC and configuration files.
Turn off the game and find the notepad (or use other text editors you like) in config/questionmod/config.json.
Write the following:
{{"User": "test@test.com",
"Password": "testpassword",
"Key": "abcdef123456789abcdef123456789ab"
}
Create room:
After filling in the configuration file, start the game again and enter the map.
Open the LAN visit (at this time the module has saved the port number).
Execute command:
/Quickonlinemod Start
After the execution is executed, wait for the module to log in to the account, and then it will be prompted to choose the node. At this time, click on the blue word directly to complete the process (request-creation-request-opening-request) process.
If everything is normal, you will send a link to the player, which can be directly clicked to copy.(If you encounter an error, please compare the table of the homepage or contact the developer)
Send this link to friends to play together!
Warm reminder:
This real -name authentication fee is given to the interface provider by OpenFRP, do not slander them at will.
Personal information, please keep it properly.
The developer promises not to collect any information of any user. The information in the configuration file is only used to create a online room. If you are not assured, my module is open source and can be built by itself.